Class DVariableFactory

  • All Implemented Interfaces:
    JepComponent, java.io.Serializable

    public class DVariableFactory
    extends XVariableFactory
    A VariableFactory which can work with PartialDerivatives.
    Author:
    Rich Morris Created on 19-Dec-2003
    See Also:
    Serialized Form
    • Constructor Detail

      • DVariableFactory

        public DVariableFactory()
    • 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. Subclasses should overwrite this method to return variables of the correct type
        Overrides:
        createVariable in class XVariableFactory
        Parameters:
        name - name of variable
        value - initial value
        Returns:
        referece to Variable object