| Constructor and Description |
|---|
DefaultGVisitor() |
| 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 |
accept(ImportDecl elem)
This method visits a protocol import component.
|
void |
accept(PayloadTypeDecl elem)
This method visits a type import component.
|
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.
|
public boolean start(GBlock elem)
public void end(GBlock elem)
public boolean start(GChoice elem)
public void end(GChoice elem)
public boolean start(GParallel elem)
public void end(GParallel elem)
public boolean start(GProtocolDefinition elem)
public void end(GProtocolDefinition elem)
public boolean start(GRecursion elem)
public void end(GRecursion elem)
public boolean start(GInterruptible elem)
public void end(GInterruptible elem)
public void accept(GProtocolInstance elem)
public void accept(GMessageTransfer elem)
public void accept(GContinue elem)
public void accept(GDo elem)
public void accept(GCustomActivity elem)
public void accept(PayloadTypeDecl elem)
public void accept(ImportDecl elem)
Copyright © 2014. All Rights Reserved.