hmi.elckerlyc
Class BMLBlockPeg

java.lang.Object
  extended by 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

Field Summary
static BMLBlockPeg GLOBALPEG
           
private  String id
           
private  double value
           
 
Constructor Summary
BMLBlockPeg(String id, double v)
           
 
Method Summary
 String getId()
           
 double getValue()
          get the value of the SynchronisationPoint
 void setValue(double value)
          Set the value of the SynchronisationPoint.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GLOBALPEG

public static final BMLBlockPeg GLOBALPEG

id

private final String id

value

private double value
Constructor Detail

BMLBlockPeg

public BMLBlockPeg(String id,
                   double v)
Method Detail

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