| Package | Description |
|---|---|
| org.scribble.model.global |
| 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 |
GRecursion.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
abstract void |
GActivity.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GChoice.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GDo.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GInterruptible.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GBlock.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GContinue.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GParallel.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GCustomActivity.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
void |
GMessageTransfer.visit(GVisitor visitor)
This method visits the model object using the supplied
visitor.
|
Copyright © 2014. All Rights Reserved.