| Package | Description |
|---|---|
| org.scribble.model.global |
| Modifier and Type | Class and Description |
|---|---|
class |
GBlock
This class represents a group of activities.
|
class |
GChoice
This class represents the Choice construct between
two or more paths.
|
class |
GContinue
This class represents the Raise construct.
|
class |
GCustomActivity
This class represents a custom activity.
|
class |
GDo
This class represents the Run construct.
|
class |
GInterruptible
This class represents the interruptible construct.
|
class |
GMessageTransfer
This class represents an interaction: the communication
of a message from one role to another, or several others.
|
class |
GMultiPathActivity
This class represents the base class for all multi-path activities.
|
class |
GParallel
This class represents the Parallel construct with
two or more concurrent paths.
|
class |
GRecursion
This class represents the Recur construct.
|
class |
GSinglePathActivity
This class represents the base class for all single-path activities.
|
| Modifier and Type | Method and Description |
|---|---|
GActivity |
GBlock.get(int index)
This method returns the activity at the specified
index.
|
| Modifier and Type | Method and Description |
|---|---|
List<GActivity> |
GBlock.getContents()
This method returns the contents associated with
the block.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GBlock.add(GActivity act)
This method adds an activity to the block.
|
int |
GBlock.indexOf(GActivity act)
This method returns the index of the supplied activity.
|
boolean |
GBlock.remove(GActivity act)
This method removes an activity from the block.
|
| Constructor and Description |
|---|
GActivity(GActivity act)
The copy constructor.
|
Copyright © 2014. All Rights Reserved.