| Package | Description |
|---|---|
| org.scribble.model | |
| org.scribble.model.global | |
| org.scribble.model.local |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
RoleDecl.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
Argument.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
ImportDecl.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
PayloadElement.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
abstract void |
ModelObject.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
ParameterDecl.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
RoleInstantiation.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
Message.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
PayloadTypeDecl.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
Parameter.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
MessageSignature.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
Role.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GVisitor
This interface represents a visitor which can be used
to traverse a model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGVisitor
This class represents the default visitor which can be used
to traverse a model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GActivity.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GInterruptible.Interrupt.visit(Visitor visitor) |
void |
GProtocolInstance.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GProtocolDefinition.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LVisitor
This interface represents a visitor which can be used
to traverse a model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LProtocolInstance.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
LInterruptible.Throw.visit(Visitor visitor) |
void |
LInterruptible.Catch.visit(Visitor visitor) |
void |
LProtocolDefinition.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
LActivity.visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
Copyright © 2014. All Rights Reserved.