Uses of Enum Class
weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
-
Uses of FlowByExpression.ExpressionClause.ExpressionType in weka.knowledgeflow.steps
Modifier and TypeMethodDescriptionFlowByExpression.ExpressionClause.getOperator()
Get the operatorReturns the enum constant of this class with the specified name.FlowByExpression.ExpressionClause.ExpressionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FlowByExpression.ExpressionClause.setOperator
(FlowByExpression.ExpressionClause.ExpressionType opp) Set the operatorModifierConstructorDescriptionExpressionClause
(FlowByExpression.ExpressionClause.ExpressionType operator, String lhsAttributeName, String rhsOperand, boolean rhsIsAttribute, boolean isAnOr) Construct a new ExpressionClause