Class XVariableFactory

  • All Implemented Interfaces:
    JepComponent, java.io.Serializable
    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
    See Also:
    Serialized Form
    • 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. Subclasses should overwrite this method to return variables of the correct type
        Overrides:
        createVariable in class VariableFactory
        Parameters:
        name - name of variable
        value - initial value
        Returns:
        referece to Variable object