net.sourceforge.plantuml.real
Class RealMin

java.lang.Object
  extended by net.sourceforge.plantuml.real.RealMin
All Implemented Interfaces:
Real

public class RealMin
extends Object
implements Real


Constructor Summary
RealMin()
           
 
Method Summary
 Real addAtLeast(double delta)
           
 Real addFixed(double delta)
           
 void compile()
           
 void ensureBiggerThan(Real other)
           
 double getCurrentValue()
           
 String getName()
           
 void put(Real real)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealMin

public RealMin()
Method Detail

put

public void put(Real real)

getName

public String getName()
Specified by:
getName in interface Real

getCurrentValue

public double getCurrentValue()
Specified by:
getCurrentValue in interface Real

addFixed

public Real addFixed(double delta)
Specified by:
addFixed in interface Real

addAtLeast

public Real addAtLeast(double delta)
Specified by:
addAtLeast in interface Real

ensureBiggerThan

public void ensureBiggerThan(Real other)
Specified by:
ensureBiggerThan in interface Real

compile

public void compile()
Specified by:
compile in interface Real

size

public int size()


Copyright © 2014. All Rights Reserved.