|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Delimiter in a lambda-net.
Field Summary |
Method Summary | |
Port |
getBody()
Returns its body Port. |
Port |
getInput()
Returns its input Port (direction being not inversed). |
ScopeBinder |
getScopeBinder()
Returns the ScopeBinder attached to this Abstractor, if any. |
void |
reverseOrientation()
Reverse the orientation of the principal Port and clear the index. |
Methods inherited from interface org.xmloperator.lambda.net.model.IndexedOperator |
getIndex, incrementIndex |
Methods inherited from interface org.xmloperator.lambda.net.model.Operator |
canBeReturnedToFactory, cloneOperator, getFactory, getMark, getOperatorType, getPort, getPort0, getPort1, getPort2, getPortCount, interact, isAbstractor, isApplicator, isDelimiter, isDirectionInversed, isDuplicator, isEraser, isReturnedToFactory, returnToFactory, setMark |
Method Detail |
public Port getInput()
public Port getBody()
public void reverseOrientation()
Pre-condition: the principal Port is the body Port (this is the normal orientation).
Post-condition: the principal Port is the input Port (this is the reversed orientation).
java.lang.IllegalStateException
- if the orientation is already reversed.public ScopeBinder getScopeBinder()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |