com.rapidminer.operator.condition
Class AllInnerOperatorCondition

java.lang.Object
  extended by com.rapidminer.operator.condition.AllInnerOperatorCondition
All Implemented Interfaces:
InnerOperatorCondition

public class AllInnerOperatorCondition
extends java.lang.Object
implements InnerOperatorCondition

Checks if all inner operators are able to handle the given input and will deliver the desired output.

Author:
Ingo Mierswa ingomierswa Exp $

Constructor Summary
AllInnerOperatorCondition(java.lang.Class[] willGet, java.lang.Class[] mustDeliver)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllInnerOperatorCondition

public AllInnerOperatorCondition(java.lang.Class[] willGet,
                                 java.lang.Class[] mustDeliver)
Method Detail

checkIO

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

Specified by:
checkIO in interface InnerOperatorCondition
Throws:
IllegalInputException
WrongNumberOfInnerOperatorsException

toHTML

public java.lang.String toHTML()
Description copied from interface: InnerOperatorCondition
Returns a HTML string representation of this condition.

Specified by:
toHTML in interface InnerOperatorCondition


Copyright © 2001-2009 by Rapid-I