Class ExpressionManager
java.lang.Object
edu.cmu.tetrad.calculator.expression.ExpressionManager
Manager for expressions, this includes all implementations of expression descriptors for the calculator.
- Version:
- $Id: $Id
- Author:
- Tyler Gibson
-
Method Summary
Modifier and TypeMethodDescriptiongetDescriptorFromToken
(String token) getDescriptorFromToken.Getter for the fielddescriptors
.static ExpressionManager
getInstance.
-
Method Details
-
getInstance
-
getDescriptors
Getter for the field
descriptors
.- Returns:
- a list of all the descriptions.
-
getDescriptorFromToken
getDescriptorFromToken.
- Parameters:
token
- aString
object- Returns:
- the descriptor to use for the given token.
-