|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.condition.SimpleChainInnerOperatorCondition
public class SimpleChainInnerOperatorCondition
This condition can be used to check if all inner operators can handle the output of their predecessor.
Constructor Summary | |
---|---|
SimpleChainInnerOperatorCondition()
|
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 SimpleChainInnerOperatorCondition()
Method Detail |
---|
public java.lang.Class[] checkIO(OperatorChain chain, java.lang.Class[] input) throws IllegalInputException, WrongNumberOfInnerOperatorsException
InnerOperatorCondition
checkIO
in interface InnerOperatorCondition
IllegalInputException
WrongNumberOfInnerOperatorsException
public 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 |