hmi.elckerlyc
Class BMLBlockPeg
java.lang.Object
hmi.elckerlyc.BMLBlockPeg
@ThreadSafe
public final class BMLBlockPeg
- extends Object
Peg that refers to the absolute time of the start of BMLBlock with id id.
- Author:
- welberge
GLOBALPEG
public static final BMLBlockPeg GLOBALPEG
id
private final String id
value
private double value
BMLBlockPeg
public BMLBlockPeg(String id,
double v)
getId
public String getId()
- Returns:
- the id
getValue
public double getValue()
- get the value of the SynchronisationPoint
- Returns:
- the value of the SynchronisationPoint
setValue
public void setValue(double value)
- Set the value of the SynchronisationPoint.
- Parameters:
value - the new value
toString
public String toString()
- Overrides:
toString in class Object