| Modifier and Type | Method and Description |
|---|---|
void |
accept(LContinue elem)
This method visits a recursion component.
|
void |
accept(LCustomActivity elem)
This method visits a
custom activity construct.
|
void |
accept(LDo elem)
This method visits a do component.
|
void |
accept(LProtocolInstance elem)
This method visits a protocol instance.
|
void |
accept(LReceive elem)
This method visits a receive component.
|
void |
accept(LSend elem)
This method visits a send component.
|
void |
end(LBlock elem)
This method indicates the end of a
block.
|
void |
end(LChoice elem)
This method indicates the end of a
choice.
|
void |
end(LInterruptible elem)
This method indicates the end of an
interruptible block.
|
void |
end(LParallel elem)
This method indicates the end of a
parallel.
|
void |
end(LProtocolDefinition elem)
This method indicates the end of a
protocol.
|
void |
end(LRecursion elem)
This method indicates the end of a
labelled block.
|
boolean |
start(LBlock elem)
This method indicates the start of a
block.
|
boolean |
start(LChoice elem)
This method indicates the start of a
choice.
|
boolean |
start(LInterruptible elem)
This method indicates the start of an
interruptible block.
|
boolean |
start(LParallel elem)
This method indicates the start of a
parallel.
|
boolean |
start(LProtocolDefinition elem)
This method indicates the start of a
protocol.
|
boolean |
start(LRecursion elem)
This method indicates the start of a
labelled block.
|
boolean start(LBlock elem)
elem - The blockvoid end(LBlock elem)
elem - The blockboolean start(LChoice elem)
elem - The choicevoid end(LChoice elem)
elem - The choiceboolean start(LParallel elem)
elem - The parallelvoid end(LParallel elem)
elem - The parallelboolean start(LProtocolDefinition elem)
elem - The protocolvoid end(LProtocolDefinition elem)
elem - The protocolboolean start(LRecursion elem)
elem - The labelled blockvoid end(LRecursion elem)
elem - The labelled blockboolean start(LInterruptible elem)
elem - The interruptiblevoid end(LInterruptible elem)
elem - The interruptiblevoid accept(LProtocolInstance elem)
elem - The protocol instancesvoid accept(LSend elem)
elem - The sendvoid accept(LReceive elem)
elem - The receivevoid accept(LContinue elem)
elem - The recursionvoid accept(LDo elem)
elem - The dovoid accept(LCustomActivity elem)
elem - The custom activityCopyright © 2014. All Rights Reserved.