|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IODescription
This interface describes the (expected) input and (guaranteed) output classes of operators.
Method Summary | |
---|---|
java.lang.Class<?>[] |
getInputClasses()
Returns the classes that are expected as input. |
java.lang.Class<?>[] |
getOutputClasses(java.lang.Class<?>[] input,
Operator operator)
Returns the output classes dependent on the outputBehaviour PASS_UNUSED_INPUT_TO_OUTPUT:output classes are the classes used in the constructor plus those classes in input[] that were not consumed. |
Method Detail |
---|
java.lang.Class<?>[] getInputClasses()
java.lang.Class<?>[] getOutputClasses(java.lang.Class<?>[] input, Operator operator) throws IllegalInputException
IllegalInputException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |