Uses of Class
parser.Variable
Packages that use Variable
-
Uses of Variable in parser
Modifier and TypeFieldDescriptionstatic VariableVariable.ansThe last answer variable used for flexibility on computational systems.private VariableFunction.dependentVariableThe dependent variablestatic VariableVariable.estatic final VariableVariable.PIThe constant PIModifier and TypeMethodDescriptionFunction.getDependentVariable()Function.getIndependentVariable(String name) static VariableModifier and TypeMethodDescriptionvoidFunction.setIndependentVariables(ArrayList<Variable> independentVariables) -
Uses of Variable in util
Modifier and TypeFieldDescriptionprivate VariableVariableGenerator.varThe Variable object that is initialized randomly.Modifier and TypeMethodDescriptionVariableGenerator.generateVariable()static VariableVariableManager.getVariable(String vName) static VariableAttempts 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 voidIntroduces a Variablestatic voidIntroduces an array or variable-args list of VariableModifier and TypeMethodDescriptionstatic voidVariableManager.load(Collection<Variable> variables) static voidstatic void -
Uses of Variable in util.io
Modifier and TypeMethodDescriptionstatic voidThis reads the lines of text in a file into aMap.static voidVariableBackup.readFileLinesToMap(Map<String, Variable> map, File fileToRead) This reads the lines of text in a file into aMap.static voidVariableBackup.writeMapItemsToFileLineByLine(Map<String, Variable> map, File file) This writes items on a queue to a file.