|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.meta.branch.MacroDefinedCondition
public class MacroDefinedCondition
This condition tests if a macro with the given name is defined.
| Constructor Summary | |
|---|---|
MacroDefinedCondition()
Constructor used by reflection. |
|
| Method Summary | |
|---|---|
boolean |
check(ProcessBranch operator,
java.lang.String value)
This method checks if the actual condition is met for the given value . |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MacroDefinedCondition()
| Method Detail |
|---|
public boolean check(ProcessBranch operator,
java.lang.String value)
throws OperatorException
ProcessBranchCondition
check in interface ProcessBranchConditionoperator - the operator which checks this conditionvalue - the value to check if meets condition
OperatorException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||