Class ExpressionManager
java.lang.Object
edu.cmu.tetrad.calculator.expression.ExpressionManager
Manager for expressions, this includes all implementations of expression descriptors for the calculator.
- Author:
- Tyler Gibson
-
Method Summary
-
Method Details
-
getInstance
- Returns:
- an instanceo of the manager.
-
getDescriptors
- Returns:
- a list of all the descriptions.
-
getDescriptorFromToken
- Returns:
- the descriptor to use for the given token.
-