Uses of Enum Class
weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
Packages that use FlowByExpression.ExpressionClause.ExpressionType
-
Uses of FlowByExpression.ExpressionClause.ExpressionType in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps that return FlowByExpression.ExpressionClause.ExpressionTypeModifier 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.Methods in weka.knowledgeflow.steps with parameters of type FlowByExpression.ExpressionClause.ExpressionTypeModifier and TypeMethodDescriptionvoid
FlowByExpression.ExpressionClause.setOperator
(FlowByExpression.ExpressionClause.ExpressionType opp) Set the operatorConstructors in weka.knowledgeflow.steps with parameters of type FlowByExpression.ExpressionClause.ExpressionTypeModifierConstructorDescriptionExpressionClause
(FlowByExpression.ExpressionClause.ExpressionType operator, String lhsAttributeName, String rhsOperand, boolean rhsIsAttribute, boolean isAnOr) Construct a new ExpressionClause