edu.hws.jcm.data
Interface Value

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Expression
All Known Implementing Classes:
Animator, ExpressionInput, ValueMath, VariableInput, VariableSlider

public interface Value
extends java.io.Serializable

An object of type Value has a real-number value that can be retrieved by calling the getVal() method. This is a central interface, since Value objects are used throughout the JCM system where a real number is needed.


Method Summary
 double getVal()
          Gets the current value of this object.
 

Method Detail

getVal

public double getVal()
Gets the current value of this object.