com.yobotics.simulationconstructionset.util.trajectory
Class ConstantDoubleProvider

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.trajectory.ConstantDoubleProvider
All Implemented Interfaces:
DoubleProvider

public class ConstantDoubleProvider
extends java.lang.Object
implements DoubleProvider


Constructor Summary
ConstantDoubleProvider(double value)
           
 
Method Summary
 double getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantDoubleProvider

public ConstantDoubleProvider(double value)
Method Detail

getValue

public double getValue()
Specified by:
getValue in interface DoubleProvider