org.lsmp.djep.xjep
Class XVariableFactory
java.lang.Object
org.nfunk.jep.VariableFactory
org.lsmp.djep.xjep.XVariableFactory
- Direct Known Subclasses:
- DVariableFactory
public class XVariableFactory
- extends VariableFactory
A VariableFactory which creates XVariables (which have equations).
- Author:
- Rich Morris
Created on 28-Feb-2004
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XVariableFactory
public XVariableFactory()
createVariable
public Variable createVariable(String name,
Object value)
- Description copied from class:
VariableFactory
- Create a variable with a name and value
- Overrides:
createVariable in class VariableFactory
createVariable
public Variable createVariable(String name)
- Description copied from class:
VariableFactory
- Create a variable with a name but not value
- Overrides:
createVariable in class VariableFactory
Copyright © 2014. All rights reserved.