| Package | Description |
|---|---|
| org.scribble.model.local |
| Modifier and Type | Class and Description |
|---|---|
class |
LBlock
This class represents a group of activities.
|
class |
LChoice
This class represents the Choice construct between
two or more paths.
|
class |
LContinue
This class represents the Raise construct.
|
class |
LCustomActivity
This class represents a custom activity.
|
class |
LDo
This class represents the Run construct.
|
class |
LInterruptible
This class represents the interruptible construct.
|
class |
LParallel
This class represents the Parallel construct with
two or more concurrent paths.
|
class |
LReceive
This class represents an interaction: the communication
of a message from one role to another, or several others.
|
class |
LRecursion
This class represents the Recur construct.
|
class |
LSend
This class represents an interaction: the communication
of a message from one role to another, or several others.
|
| Modifier and Type | Method and Description |
|---|---|
LActivity |
LBlock.get(int index)
This method returns the activity at the specified
index.
|
| Modifier and Type | Method and Description |
|---|---|
List<LActivity> |
LBlock.getContents()
This method returns the contents associated with
the block.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LBlock.add(LActivity act)
This method adds an activity to the block.
|
int |
LBlock.indexOf(LActivity act)
This method returns the index of the supplied activity.
|
boolean |
LBlock.remove(LActivity act)
This method removes an activity from the block.
|
| Constructor and Description |
|---|
LActivity(LActivity act)
The copy constructor.
|
Copyright © 2014. All Rights Reserved.