Uses of Class
parser.Variable
Packages that use Variable
-
Uses of Variable in parser
Modifier and TypeFieldDescriptionstatic Variable
Variable.ans
The last answer variable used for flexibility on computational systems.private Variable
Function.dependentVariable
The dependent variablestatic Variable
Variable.e
static final Variable
Variable.PI
The constant PIModifier and TypeMethodDescriptionFunction.getDependentVariable()
Function.getIndependentVariable
(String name) static Variable
Modifier and TypeMethodDescriptionvoid
Function.setIndependentVariables
(ArrayList<Variable> independentVariables) -
Uses of Variable in util
Modifier and TypeFieldDescriptionprivate Variable
VariableGenerator.var
The Variable object that is initialized randomly.Modifier and TypeMethodDescriptionVariableGenerator.generateVariable()
static Variable
VariableManager.getVariable
(String vName) static Variable
Attempts to retrieve a Variable object from a VariableManager based on its name.VariableManager.parseSingleCommand
(String cmd) Parses a command that creates a single variable or changes its value.Modifier and TypeMethodDescriptionstatic void
Introduces a Variablestatic void
Introduces an array or variable-args list of VariableModifier and TypeMethodDescriptionstatic void
VariableManager.load
(Collection<Variable> variables) static void
static void
-
Uses of Variable in util.io
Modifier and TypeMethodDescriptionstatic void
This reads the lines of text in a file into aMap
.static void
VariableBackup.readFileLinesToMap
(Map<String, Variable> map, File fileToRead) This reads the lines of text in a file into aMap
.static void
VariableBackup.writeMapItemsToFileLineByLine
(Map<String, Variable> map, File file) This writes items on a queue to a file.