org.lsmp.djep.xjep
Class XVariableFactory

java.lang.Object
  extended by org.nfunk.jep.VariableFactory
      extended by 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

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

XVariableFactory

public XVariableFactory()
Method Detail

createVariable

public Variable createVariable(java.lang.String name,
                               java.lang.Object value)
Description copied from class: VariableFactory
Create a variable with a name and value

Overrides:
createVariable in class VariableFactory

createVariable

public Variable createVariable(java.lang.String name)
Description copied from class: VariableFactory
Create a variable with a name but not value

Overrides:
createVariable in class VariableFactory


http://www.singularsys.com/jep Copyright © 2007 Singular Systems