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 MathematicalExpressionTextMathExpression. m_Expressionthe mathematical expression to evaluate.Methods in adams.data.conversion that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionTextMathExpression. getExpression()Returns the mathematical expression to evaluate.Methods in adams.data.conversion with parameters of type MathematicalExpressionText Modifier and Type Method Description voidMathExpression. 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 MathematicalExpressionTextMathExpression. m_Expressionthe expression to use for combining the scores.Methods in adams.data.spreadsheet.rowscore that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionTextMathExpression. getExpression()Returns the mathematical expression.Methods in adams.data.spreadsheet.rowscore with parameters of type MathematicalExpressionText Modifier and Type Method Description voidMathExpression. 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 MathematicalExpressionTextExpression. m_XExpressionthe expression for X.protected MathematicalExpressionTextExpression. m_YExpressionthe expression for Y.Methods in adams.flow.control.plotprocessor that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionTextExpression. getXExpression()Returns the expression for the X values.MathematicalExpressionTextExpression. getYExpression()Returns the expression for the Y values.Methods in adams.flow.control.plotprocessor with parameters of type MathematicalExpressionText Modifier and Type Method Description voidExpression. setXExpression(MathematicalExpressionText value)Sets the expression for the X values.voidExpression. 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 MathematicalExpressionTextMathExpression. m_Expressionthe mathematical expression to evaluate.Methods in adams.flow.source that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionTextMathExpression. getExpression()Returns the mathematical expression to evaluate.Methods in adams.flow.source with parameters of type MathematicalExpressionText Modifier and Type Method Description voidMathExpression. 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 MathematicalExpressionTextMathExpression. m_Expressionthe mathematical expression to evaluate.protected MathematicalExpressionTextReportMathExpression. m_Expressionthe mathematical expression to evaluate.Methods in adams.flow.transformer that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionTextMathExpression. getExpression()Returns the mathematical expression to evaluate.MathematicalExpressionTextReportMathExpression. getExpression()Returns the mathematical expression to evaluate.Methods in adams.flow.transformer with parameters of type MathematicalExpressionText Modifier and Type Method Description voidMathExpression. setExpression(MathematicalExpressionText value)Sets the mathematical expression to evaluate.voidReportMathExpression. 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 MathematicalExpressionTextMathematicalExpressionEditorPanel. 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 MathematicalExpressionTextEditMathematicalExpressionText. 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 MathematicalExpressionTextEditMathematicalExpressionText. 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 MathematicalExpressionTextMathExpressionOverlayPaintlet. m_Expressionthe expression to evaluate.Methods in adams.gui.visualization.sequence that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionTextMathExpressionOverlayPaintlet. 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 voidMathExpressionOverlayPaintlet. 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 MathematicalExpressionTextMathExpressionClassifier. m_Expressionthe expression.Methods in weka.classifiers.functions that return MathematicalExpressionText Modifier and Type Method Description MathematicalExpressionTextMathExpressionClassifier. getExpression()Returns the mathematical expression to evaluate.Methods in weka.classifiers.functions with parameters of type MathematicalExpressionText Modifier and Type Method Description voidMathExpressionClassifier. setExpression(MathematicalExpressionText value)Sets the mathematical expression to evaluate.
-