| Package | Description |
|---|---|
| weka.knowledgeflow.steps |
| Modifier and Type | Method and Description |
|---|---|
FlowByExpression.ExpressionClause.ExpressionType |
FlowByExpression.ExpressionClause.getOperator()
Get the operator
|
static FlowByExpression.ExpressionClause.ExpressionType |
FlowByExpression.ExpressionClause.ExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowByExpression.ExpressionClause.ExpressionType[] |
FlowByExpression.ExpressionClause.ExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowByExpression.ExpressionClause.setOperator(FlowByExpression.ExpressionClause.ExpressionType opp)
Set the operator
|
| Constructor and Description |
|---|
ExpressionClause(FlowByExpression.ExpressionClause.ExpressionType operator,
String lhsAttributeName,
String rhsOperand,
boolean rhsIsAttribute,
boolean isAnOr)
Construct a new ExpressionClause
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.