Package org.opensourcephysics.ejs.control.value
package org.opensourcephysics.ejs.control.value
-
ClassDescriptionA
BooleanValue
is aValue
object that holds a boolean value.ADoubleValue
is aValue
object that holds a double value.AExpressionValue
is aValue
object that holds an expression is parsed into a double.Encapsulates both ParserSuryono and SuryonoParserAIntegerValue
is aValue
object that holds an integer value.AExpressionValue
is aValue
object that holds an expression is parsed into a double.Creates a parser and its variables for a given expressionIndicates that an error occured in parser operation, and the operation could not be completed.The classParser
is a mathematical expression parser.AStringValue
is aValue
object that holds a String value.AValue
is an object that holds an internal (but public) variable.