|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nfunk.jep.VariableFactory org.lsmp.djep.xjep.XVariableFactory
public class XVariableFactory
A VariableFactory which creates XVariables (which have equations).
Constructor Summary | |
---|---|
XVariableFactory()
|
Method Summary | |
---|---|
Variable |
createVariable(java.lang.String name)
Create a variable with a name but not value |
Variable |
createVariable(java.lang.String name,
java.lang.Object value)
Create a variable with a name and value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XVariableFactory()
Method Detail |
---|
public Variable createVariable(java.lang.String name, java.lang.Object value)
VariableFactory
createVariable
in class VariableFactory
public Variable createVariable(java.lang.String name)
VariableFactory
createVariable
in class VariableFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |