|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.condition.FirstInnerOperatorCondition
public class FirstInnerOperatorCondition
This condition can be used to define a output condition for the an inner operator
in a chain where the first inner operator must be able to handle the specified input
and all inner operators must be able to handle their predecessors output.
It is therefore not necessary to add a SimpleChainInnerOperatorCondition
additionally to this condition to the list of conditions.
| Constructor Summary | |
|---|---|
FirstInnerOperatorCondition(java.lang.Class[] willGet)
Creates an inner operator condition. |
|
FirstInnerOperatorCondition(java.lang.Class[] willGet,
boolean allowEmptyChains)
Creates an inner operator condition. |
|
| 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 |
|---|
public FirstInnerOperatorCondition(java.lang.Class[] willGet)
willGet. Each operator must be able to handle the output
of the predecessor. The last operator must provide all classes in the
given mustDeliver class array. Empty chains are not allowed.
public FirstInnerOperatorCondition(java.lang.Class[] willGet,
boolean allowEmptyChains)
willGet. Each operator must be able to handle the output
of the predecessor. The last operator must provide all classes in the
given mustDeliver class array.
| Method Detail |
|---|
public java.lang.Class[] checkIO(OperatorChain chain,
java.lang.Class[] input)
throws IllegalInputException,
WrongNumberOfInnerOperatorsException
InnerOperatorCondition
checkIO in interface InnerOperatorConditionIllegalInputException
WrongNumberOfInnerOperatorsExceptionpublic java.lang.String toHTML()
InnerOperatorCondition
toHTML in interface InnerOperatorCondition
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||