|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.operator.condition.AllInnerOperatorCondition
public class AllInnerOperatorCondition
Checks if all inner operators are able to handle the given input and will deliver the desired output.
| Field Summary | |
|---|---|
private java.lang.Class[] |
mustDeliver
The array of classes which must be delivered by the inner chain of operators described by this InnerOpDesc object. |
private java.lang.Class[] |
willGet
The array of classes which is given to the inner chain of operators described by this InnerOpDesc object. |
| 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 |
| Field Detail |
|---|
private java.lang.Class[] willGet
private java.lang.Class[] mustDeliver
| Constructor Detail |
|---|
public AllInnerOperatorCondition(java.lang.Class[] willGet,
java.lang.Class[] mustDeliver)
| 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 | ||||||||