Class BoundVariableFactory

java.lang.Object
com.singularsys.jep.VariableFactory
com.singularsys.jep.misc.boundvariable.BoundVariableFactory
All Implemented Interfaces:
JepComponent, Serializable

public class BoundVariableFactory extends VariableFactory

A variable factory for creating bound variables.

If a variable is called with an VariableBinding as its value then a BoundVariable will be created.

Since:
Jep 3.5
Author:
Richard Morris
See Also:
  • Field Details

  • Constructor Details

    • BoundVariableFactory

      public BoundVariableFactory()
      Create the factory with no VariableMapping. When a new variable is requested
    • BoundVariableFactory

      public BoundVariableFactory(VariableBindingMapper vbm)
      Create the factory with a specific VariableMapping for creation of new variables.
      Parameters:
      vbm - the mapping class translates a specific jep variable names to particular objects
  • Method Details