com.rapidminer.operator.condition
Interface InnerOperatorCondition

All Known Implementing Classes:
AllInnerOperatorCondition, CombinedInnerOperatorCondition, FirstInnerOperatorCondition, LastInnerOperatorCondition, SimpleChainInnerOperatorCondition, SpecificInnerOperatorCondition

public interface InnerOperatorCondition

InnerOperatorConditions can be used to define conditions on the in- and output behaviour of the inner operators of an operator chain.

Author:
Ingo Mierswa ingomierswa Exp $

Method Summary
 java.lang.Class[] checkIO(OperatorChain chain, java.lang.Class[] input)
          Checks if the condition is fulfilled in the given operator chain.
 java.lang.String toHTML()
          Returns a HTML string representation of this condition.
 

Method Detail

checkIO

java.lang.Class[] checkIO(OperatorChain chain,
                          java.lang.Class[] input)
                          throws IllegalInputException,
                                 WrongNumberOfInnerOperatorsException
Checks if the condition is fulfilled in the given operator chain. Throws an exception if it is not fullfilled.

Throws:
IllegalInputException
WrongNumberOfInnerOperatorsException

toHTML

java.lang.String toHTML()
Returns a HTML string representation of this condition.



Copyright © 2001-2009 by Rapid-I