Uses of Class
com.articulate.sigma.FormulaAST
Packages that use FormulaAST
Package
Description
Provides classes for the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of FormulaAST in com.articulate.sigma
Fields in com.articulate.sigma with type parameters of type FormulaASTModifier and TypeFieldDescriptionKIFAST.formulaMapA HashMap of String keys representing the formula, and Formula values.KIFAST.formulasA HashMap of ArrayLists of Formulas.Methods in com.articulate.sigma that return FormulaASTModifier and TypeMethodDescriptionFormulaAST.car()This is a non-destructive operation that creates just a new FormulaAST with the Term member, but no caches or auxiliary information, which likely wouldn't be accurate if it were copied.FormulaAST.cdr()This is a non-destructive operation that creates just a new FormulaAST with the Term member, but no caches or auxiliary information, which likely wouldn't be accurate if it were copied.Methods in com.articulate.sigma with parameters of type FormulaAST