net.sourceforge.plantuml.real
Class RealMin
java.lang.Object
net.sourceforge.plantuml.real.RealMin
- All Implemented Interfaces:
- Real
public class RealMin
- extends Object
- implements Real
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealMin
public RealMin()
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.