Uses of Class
adams.parser.MathematicalExpressionText
-
-
Uses of MathematicalExpressionText in adams.data.conversion
Fields in adams.data.conversion declared as MathematicalExpressionText Modifier and Type Field Description protected MathematicalExpressionText
MathExpression. m_Expression
the mathematical expression to evaluate.Methods in adams.data.conversion that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionText
MathExpression. getExpression()
Returns the mathematical expression to evaluate.Methods in adams.data.conversion with parameters of type MathematicalExpressionText Modifier and Type Method Description void
MathExpression. setExpression(MathematicalExpressionText value)
Sets the mathematical expression to evaluate. -
Uses of MathematicalExpressionText in adams.data.spreadsheet.rowscore
Fields in adams.data.spreadsheet.rowscore declared as MathematicalExpressionText Modifier and Type Field Description protected MathematicalExpressionText
MathExpression. m_Expression
the expression to use for combining the scores.Methods in adams.data.spreadsheet.rowscore that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionText
MathExpression. getExpression()
Returns the mathematical expression.Methods in adams.data.spreadsheet.rowscore with parameters of type MathematicalExpressionText Modifier and Type Method Description void
MathExpression. setExpression(MathematicalExpressionText value)
Sets the mathematical expression. -
Uses of MathematicalExpressionText in adams.flow.control.plotprocessor
Fields in adams.flow.control.plotprocessor declared as MathematicalExpressionText Modifier and Type Field Description protected MathematicalExpressionText
Expression. m_XExpression
the expression for X.protected MathematicalExpressionText
Expression. m_YExpression
the expression for Y.Methods in adams.flow.control.plotprocessor that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionText
Expression. getXExpression()
Returns the expression for the X values.MathematicalExpressionText
Expression. getYExpression()
Returns the expression for the Y values.Methods in adams.flow.control.plotprocessor with parameters of type MathematicalExpressionText Modifier and Type Method Description void
Expression. setXExpression(MathematicalExpressionText value)
Sets the expression for the X values.void
Expression. setYExpression(MathematicalExpressionText value)
Sets the expression for the Y values. -
Uses of MathematicalExpressionText in adams.flow.source
Fields in adams.flow.source declared as MathematicalExpressionText Modifier and Type Field Description protected MathematicalExpressionText
MathExpression. m_Expression
the mathematical expression to evaluate.Methods in adams.flow.source that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionText
MathExpression. getExpression()
Returns the mathematical expression to evaluate.Methods in adams.flow.source with parameters of type MathematicalExpressionText Modifier and Type Method Description void
MathExpression. setExpression(MathematicalExpressionText value)
Sets the mathematical expression to evaluate. -
Uses of MathematicalExpressionText in adams.flow.transformer
Fields in adams.flow.transformer declared as MathematicalExpressionText Modifier and Type Field Description protected MathematicalExpressionText
MathExpression. m_Expression
the mathematical expression to evaluate.protected MathematicalExpressionText
ReportMathExpression. m_Expression
the mathematical expression to evaluate.Methods in adams.flow.transformer that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionText
MathExpression. getExpression()
Returns the mathematical expression to evaluate.MathematicalExpressionText
ReportMathExpression. getExpression()
Returns the mathematical expression to evaluate.Methods in adams.flow.transformer with parameters of type MathematicalExpressionText Modifier and Type Method Description void
MathExpression. setExpression(MathematicalExpressionText value)
Sets the mathematical expression to evaluate.void
ReportMathExpression. setExpression(MathematicalExpressionText value)
Sets the mathematical expression to evaluate. -
Uses of MathematicalExpressionText in adams.gui.core
Methods in adams.gui.core that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionText
MathematicalExpressionEditorPanel. getExpression()
Returns the current expression. -
Uses of MathematicalExpressionText in adams.gui.flow.tree.quickaction
Methods in adams.gui.flow.tree.quickaction that return MathematicalExpressionText Modifier and Type Method Description protected MathematicalExpressionText
EditMathematicalExpressionText. enterNewExpression(MathematicalExpressionText expOld)
Lets the user enter a new expression.Methods in adams.gui.flow.tree.quickaction with parameters of type MathematicalExpressionText Modifier and Type Method Description protected MathematicalExpressionText
EditMathematicalExpressionText. enterNewExpression(MathematicalExpressionText expOld)
Lets the user enter a new expression. -
Uses of MathematicalExpressionText in adams.gui.visualization.sequence
Fields in adams.gui.visualization.sequence declared as MathematicalExpressionText Modifier and Type Field Description protected MathematicalExpressionText
MathExpressionOverlayPaintlet. m_Expression
the expression to evaluate.Methods in adams.gui.visualization.sequence that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionText
MathExpressionOverlayPaintlet. getExpression()
Returns the expression to use for generating the Y values.Methods in adams.gui.visualization.sequence with parameters of type MathematicalExpressionText Modifier and Type Method Description void
MathExpressionOverlayPaintlet. setExpression(MathematicalExpressionText value)
Sets the expression to use for generating the Y values. -
Uses of MathematicalExpressionText in weka.classifiers.functions
Fields in weka.classifiers.functions declared as MathematicalExpressionText Modifier and Type Field Description protected MathematicalExpressionText
MathExpressionClassifier. m_Expression
the expression.Methods in weka.classifiers.functions that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionText
MathExpressionClassifier. getExpression()
Returns the mathematical expression to evaluate.Methods in weka.classifiers.functions with parameters of type MathematicalExpressionText Modifier and Type Method Description void
MathExpressionClassifier. setExpression(MathematicalExpressionText value)
Sets the mathematical expression to evaluate.
-