Uses of Class
org.nfunk.jep.Variable

Packages that use Variable
org.lsmp.djep.djep   
org.lsmp.djep.matrixJep   
org.lsmp.djep.matrixJep.nodeTypes   
org.lsmp.djep.mrpe   
org.lsmp.djep.rpe   
org.lsmp.djep.vectorJep.function   
org.lsmp.djep.xjep   
org.lsmp.djep.xjep.function   
org.nfunk.jep   
 

Uses of Variable in org.lsmp.djep.djep
 

Subclasses of Variable in org.lsmp.djep.djep
 class DVariable
          Holds all info about a variable.
 class PartialDerivative
          Contains infomation about a PartialDerivative of a variable.
 

Methods in org.lsmp.djep.djep that return Variable
 Variable DVariableFactory.createVariable(String name)
           
 Variable DVariableFactory.createVariable(String name, Object value)
           
 

Uses of Variable in org.lsmp.djep.matrixJep
 

Subclasses of Variable in org.lsmp.djep.matrixJep
 class MatrixPartialDerivative
          Contains information about a PartialDerivative of a variable.
 class MatrixVariable
          Holds all info about a variable.
 

Methods in org.lsmp.djep.matrixJep that return Variable
 Variable MatrixVariableFactory.createVariable(String name)
          Create a variable with a given value.
 Variable MatrixVariableFactory.createVariable(String name, Object value)
          Create a variable with a given value.
 

Methods in org.lsmp.djep.matrixJep with parameters of type Variable
 ASTVarNode MatrixNodeFactory.buildVariableNode(Variable var)
          Creates a ASTVariable node with specified value.
 

Uses of Variable in org.lsmp.djep.matrixJep.nodeTypes
 

Methods in org.lsmp.djep.matrixJep.nodeTypes with parameters of type Variable
 void ASTMVarNode.setVar(Variable var)
           
 

Uses of Variable in org.lsmp.djep.mrpe
 

Methods in org.lsmp.djep.mrpe with parameters of type Variable
 int MRpEval.getVarRef(Variable var)
          Finds the reference number used for this variable.
 

Uses of Variable in org.lsmp.djep.rpe
 

Methods in org.lsmp.djep.rpe that return Variable
 Variable RpCommand.getVariable()
           
 Variable RpEval.getVariable(int ref)
           
 

Uses of Variable in org.lsmp.djep.vectorJep.function
 

Methods in org.lsmp.djep.vectorJep.function that return Variable
static Variable[] VMap.getVars(Node varsNode)
           
 

Uses of Variable in org.lsmp.djep.xjep
 

Subclasses of Variable in org.lsmp.djep.xjep
 class XVariable
          Variables which have their equations stored.
 

Methods in org.lsmp.djep.xjep that return Variable
 Variable XVariableFactory.createVariable(String name)
           
 Variable XVariableFactory.createVariable(String name, Object value)
           
 

Methods in org.lsmp.djep.xjep with parameters of type Variable
 ASTVarNode NodeFactory.buildVariableNode(Variable var)
          creates a new ASTVarNode with a given variable.
 

Uses of Variable in org.lsmp.djep.xjep.function
 

Methods in org.lsmp.djep.xjep.function with parameters of type Variable
 Object MinArg.evaluate(Node node, Variable var, double min, double max, double inc, EvaluatorI pv)
           
 Object SumType.evaluate(Node node, Variable var, double min, double max, double inc, EvaluatorI pv)
          Evaluates the node by repeatibly setting the value of the variable from min to max, and calculating the value of the first argument.
 Object MaxArg.evaluate(Node node, Variable var, double min, double max, double inc, EvaluatorI pv)
           
 Object Trapezium.evaluate(Node node, Variable var, double min, double max, double inc, EvaluatorI pv)
           
 

Uses of Variable in org.nfunk.jep
 

Methods in org.nfunk.jep that return Variable
 Variable SymbolTable.addConstant(String name, Object val)
          Create a constant variable with the given name and value.
 Variable SymbolTable.addVariable(String name, Object val)
          Creates a new variable with given value.
protected  Variable SymbolTable.createVariable(String name)
           
 Variable VariableFactory.createVariable(String name)
          Create a variable with a name but not value
protected  Variable SymbolTable.createVariable(String name, Object val)
          Returns a new variable fro the variable factory.
 Variable VariableFactory.createVariable(String name, Object value)
          Create a variable with a name and value
 Variable ASTVarNode.getVar()
           
 Variable SymbolTable.getVar(String name)
          Finds the variable with given name.
 Variable JEP.getVar(String name)
          Gets the object representing the variable with a given name.
 Variable SymbolTable.makeVarIfNeeded(String name)
          If necessary create a variable with the given name.
 Variable SymbolTable.makeVarIfNeeded(String name, Object val)
          Create a variable with the given name and value.
 

Methods in org.nfunk.jep with parameters of type Variable
 void ASTVarNode.setVar(Variable variable)
          Sets the name of the variable.
 



Copyright © 2014. All rights reserved.