Package edu.udo.cs.yale.operator.condition

Operator conditions are used to ensure that inner operators of an OperatorChain are correctly embedded.

See:
          Description

Interface Summary
InnerOperatorCondition InnerOperatorConditions can be used to define conditions on the in- and output behaviour of the inner operators of an operator chain.
 

Class Summary
AllInnerOperatorCondition Checks if all inner operators are able to handle the given input and will deliver the desired output.
CombinedInnerOperatorCondition This condition is a container for other (simple) inner operator conditions.
LastInnerOperatorCondition This condition can be used to define a output condition for the last operator in a chain (e.g. the last operator of a chain must deliver a performance vector).
SimpleChainInnerOperatorCondition This condition can be used to check if all inner operators can handle the output of their predecessor.
SpecificInnerOperatorCondition A condition for a specific inner operator with a fixed index.
 

Package edu.udo.cs.yale.operator.condition Description

Operator conditions are used to ensure that inner operators of an OperatorChain are correctly embedded.



Copyright © 2001-2006