com.rapidminer.operator.meta.branch
Interface ProcessBranchCondition

All Known Implementing Classes:
AttributeAvailableCondition, DataValueCondition, ExpressionCondition, FileExistsCondition, InputExistsCondition, MacroDefinedCondition, MaxFitnessCondition, MaxNumberOfAttributesCondition, MaxNumberOfExamplesCondition, MaxPerformanceValueCondition, MinFitnessCondition, MinNumberOfAttributesCondition, MinNumberOfExamplesCondition, MinPerformanceValueCondition

public interface ProcessBranchCondition

This is the interface for all ProcessBranchConditions. Classes of this type may be used for the ProcessBranch operator to create an if then else statement.

Author:
Sebastian Land, Ingo Mierswa

Method Summary
 boolean check(ProcessBranch operator, java.lang.String value)
          This method checks if the actual condition is met for the given value .
 

Method Detail

check

boolean check(ProcessBranch operator,
              java.lang.String value)
              throws OperatorException
This method checks if the actual condition is met for the given value .

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