com.yobotics.simulationconstructionset.scripts
Class TimeScriptEntry

java.lang.Object
  extended by com.yobotics.simulationconstructionset.scripts.TimeScriptEntry
All Implemented Interfaces:
java.lang.Comparable

public class TimeScriptEntry
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
TimeScriptEntry(double time)
           
 
Method Summary
 void addVarValue(YoVariable v, double val)
           
 int compareTo(java.lang.Object tse2)
           
 double getTime()
           
 void setVarsToValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeScriptEntry

public TimeScriptEntry(double time)
Method Detail

addVarValue

public void addVarValue(YoVariable v,
                        double val)

compareTo

public int compareTo(java.lang.Object tse2)
Specified by:
compareTo in interface java.lang.Comparable

setVarsToValues

public void setVarsToValues()

getTime

public double getTime()