Class XComponents

java.lang.Object
com.singularsys.jep.ComponentSet
com.singularsys.extensions.xjep.XComponents

public class XComponents extends ComponentSet
Standard set of components for use with XJep. Uses XVariableFactory, XEvaluator, TreeUtils, ExpressionCleaner DeepCopyVisitor SubstitutionVisitor, CommandVisitor, PolynomialCreator, EquationExtractor and RewriteVisitor.

Since Jep 4.1, extensions 2.2 most visitors implement the generic visitor interface.

  • Field Details

  • Constructor Details

    • XComponents

      public XComponents()
      Creates the default set of components.
    • XComponents

      public XComponents(JepComponent[] components)
      Creates set of XComponents using those supplied in the arguments first and the defaults in none supplied.
      Parameters:
      components - array of components to use first