Uses of Class
adams.parser.BooleanExpressionText
-
Packages that use BooleanExpressionText Package Description adams.flow.condition.bool adams.flow.transformer adams.gui.core adams.gui.flow.tree.quickaction -
-
Uses of BooleanExpressionText in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as BooleanExpressionText Modifier and Type Field Description protected BooleanExpressionText
AbstractExpression. m_Expression
the "If" expression to evaluate.Methods in adams.flow.condition.bool that return BooleanExpressionText Modifier and Type Method Description protected abstract BooleanExpressionText
AbstractExpression. getDefaultExpression()
Returns the default expression to use.protected BooleanExpressionText
Expression. getDefaultExpression()
Returns the default expression to use.BooleanExpressionText
AbstractExpression. getExpression()
Returns the expression to evaluate.Methods in adams.flow.condition.bool with parameters of type BooleanExpressionText Modifier and Type Method Description void
AbstractExpression. setExpression(BooleanExpressionText value)
Sets the expression to evaluate.Constructors in adams.flow.condition.bool with parameters of type BooleanExpressionText Constructor Description Expression(BooleanExpressionText expression)
Initializes with the specified expression. -
Uses of BooleanExpressionText in adams.flow.transformer
Fields in adams.flow.transformer declared as BooleanExpressionText Modifier and Type Field Description protected BooleanExpressionText
AbstractDeleteReportValueByExpression. m_Expression
the expression to evaluate.Methods in adams.flow.transformer that return BooleanExpressionText Modifier and Type Method Description BooleanExpressionText
AbstractDeleteReportValueByExpression. getExpression()
Returns the boolean expression that decides whether to remove the field.Methods in adams.flow.transformer with parameters of type BooleanExpressionText Modifier and Type Method Description void
AbstractDeleteReportValueByExpression. setExpression(BooleanExpressionText value)
Sets the boolean expression that decides whether to remove the field. -
Uses of BooleanExpressionText in adams.gui.core
Methods in adams.gui.core that return BooleanExpressionText Modifier and Type Method Description BooleanExpressionText
BooleanExpressionEditorPanel. getExpression()
Returns the current expression. -
Uses of BooleanExpressionText in adams.gui.flow.tree.quickaction
Methods in adams.gui.flow.tree.quickaction that return BooleanExpressionText Modifier and Type Method Description protected BooleanExpressionText
EditBooleanExpressionText. enterNewExpression(BooleanExpressionText expOld)
Lets the user enter a new expression.Methods in adams.gui.flow.tree.quickaction with parameters of type BooleanExpressionText Modifier and Type Method Description protected BooleanExpressionText
EditBooleanExpressionText. enterNewExpression(BooleanExpressionText expOld)
Lets the user enter a new expression.
-