public interface GVisitor extends Visitor
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GContinue elem)
This method visits a recursion component.
|
void |
accept(GCustomActivity elem)
This method visits a custom activity.
|
void |
accept(GDo elem)
This method visits a do component.
|
void |
accept(GMessageTransfer elem)
This method visits an interaction component.
|
void |
accept(GProtocolInstance elem)
This method visits a protocol instance.
|
void |
end(GBlock elem)
This method indicates the end of a
block.
|
void |
end(GChoice elem)
This method indicates the end of a
choice.
|
void |
end(GInterruptible elem)
This method indicates the end of an
interruptible block.
|
void |
end(GParallel elem)
This method indicates the end of a
parallel.
|
void |
end(GProtocolDefinition elem)
This method indicates the end of a
protocol.
|
void |
end(GRecursion elem)
This method indicates the end of a
labelled block.
|
boolean |
start(GBlock elem)
This method indicates the start of a
block.
|
boolean |
start(GChoice elem)
This method indicates the start of a
choice.
|
boolean |
start(GInterruptible elem)
This method indicates the start of an
interruptible block.
|
boolean |
start(GParallel elem)
This method indicates the start of a
parallel.
|
boolean |
start(GProtocolDefinition elem)
This method indicates the start of a
protocol.
|
boolean |
start(GRecursion elem)
This method indicates the start of a
labelled block.
|
boolean start(GBlock elem)
elem - The blockvoid end(GBlock elem)
elem - The blockboolean start(GChoice elem)
elem - The choicevoid end(GChoice elem)
elem - The choiceboolean start(GParallel elem)
elem - The parallelvoid end(GParallel elem)
elem - The parallelboolean start(GProtocolDefinition elem)
elem - The protocolvoid end(GProtocolDefinition elem)
elem - The protocolboolean start(GRecursion elem)
elem - The labelled blockvoid end(GRecursion elem)
elem - The labelled blockboolean start(GInterruptible elem)
elem - The interruptiblevoid end(GInterruptible elem)
elem - The interruptiblevoid accept(GProtocolInstance elem)
elem - The protocol instancesvoid accept(GMessageTransfer elem)
elem - The interactionvoid accept(GContinue elem)
elem - The recursionvoid accept(GDo elem)
elem - The dovoid accept(GCustomActivity elem)
elem - The custom activityCopyright © 2014. All Rights Reserved.