|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operator | |
org.xmloperator.lambda.net.model | |
org.xmloperator.lambda.net.util |
Uses of Operator in org.xmloperator.lambda.net.model |
Subinterfaces of Operator in org.xmloperator.lambda.net.model | |
interface |
Abstractor
Abstractor in a lambda-net. |
interface |
Applicator
Applicator in a lambda-net. |
interface |
Delimiter
Delimiter in a lambda-net. |
interface |
Duplicator
Duplicator in a lambda-net. |
interface |
Eraser
Eraser in a lambda-net. |
interface |
IndexedOperator
Operator with an index. |
Methods in org.xmloperator.lambda.net.model that return Operator | |
Operator |
Port.getOperator()
Returns the Operator to which this Port belongs. |
Operator |
OperatorList.get(int index)
Return the Operator at a given index in the list. |
Operator |
Operator.cloneOperator(boolean isDirectionInversed)
Creates and return a clone of this Operator. |
Methods in org.xmloperator.lambda.net.model with parameters of type Operator | |
void |
OperatorList.add(Operator operator)
Add an Operator to the list. |
boolean |
OperatorList.remove(Operator operator)
Remove an Operator from this list. |
Uses of Operator in org.xmloperator.lambda.net.util |
Methods in org.xmloperator.lambda.net.util that return Operator | |
Operator |
OperatorIterator.next()
Returns the next Operator. |
Operator |
NetTraversal.next()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |