JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.hws.jcm.data
Interface Value
All Superinterfaces:
Serializable
All Known Subinterfaces:
Expression
All Known Implementing Classes:
Animator
,
Constant
,
ExpressionInput
,
ExpressionInput.EI
,
ExpressionProgram
,
ValueMath
,
Variable
,
VariableInput
,
VariableSlider
public interface
Value
extends
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
Methods
Modifier and Type
Method and Description
double
getVal
()
Gets the current value of this object.
Method Detail
getVal
double getVal()
Gets the current value of this object.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method