Uses of Class
org.nfunk.jep.VariableFactory

Packages that use VariableFactory
org.lsmp.djep.djep   
org.lsmp.djep.matrixJep   
org.lsmp.djep.xjep   
org.nfunk.jep   
 

Uses of VariableFactory in org.lsmp.djep.djep
 

Subclasses of VariableFactory in org.lsmp.djep.djep
 class DVariableFactory
          A VariableFactory which can work with PartialDerivatives.
 

Constructors in org.lsmp.djep.djep with parameters of type VariableFactory
DSymbolTable(VariableFactory varFac)
           
 

Uses of VariableFactory in org.lsmp.djep.matrixJep
 

Subclasses of VariableFactory in org.lsmp.djep.matrixJep
 class MatrixVariableFactory
          Allows creation of matrix aware variables.
 

Uses of VariableFactory in org.lsmp.djep.xjep
 

Subclasses of VariableFactory in org.lsmp.djep.xjep
 class XVariableFactory
          A VariableFactory which creates XVariables (which have equations).
 

Constructors in org.lsmp.djep.xjep with parameters of type VariableFactory
XSymbolTable(VariableFactory varFac)
          Create a new XSymbolTable with the given variable factory.
 

Uses of VariableFactory in org.nfunk.jep
 

Methods in org.nfunk.jep that return VariableFactory
 VariableFactory SymbolTable.getVariableFactory()
          Returns the variable factory of this instance.
 

Constructors in org.nfunk.jep with parameters of type VariableFactory
SymbolTable(VariableFactory varFac)
          SymbolTable should always be constructed an associated variable factory.
 



Copyright © 2014. All rights reserved.