com.rapidminer.operator.meta.branch
Class MacroDefinedCondition

java.lang.Object
  extended by com.rapidminer.operator.meta.branch.MacroDefinedCondition
All Implemented Interfaces:
ProcessBranchCondition

public class MacroDefinedCondition
extends java.lang.Object
implements ProcessBranchCondition

This condition tests if a macro with the given name is defined.

Author:
Tobias Malbrecht

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

MacroDefinedCondition

public MacroDefinedCondition()
Constructor used by reflection.

Method Detail

check

public boolean check(ProcessBranch operator,
                     java.lang.String value)
              throws OperatorException
Description copied from interface: ProcessBranchCondition
This method checks if the actual condition is met for the given value .

Specified by:
check in interface ProcessBranchCondition
Parameters:
operator - the operator which checks this condition
value - the value to check if meets condition
Returns:
true if value meets condition, false otherwise
Throws:
OperatorException


Copyright © 2001-2009 by Rapid-I