| Package | Description |
|---|---|
| org.scribble.model.local |
| Modifier and Type | Method and Description |
|---|---|
LBlock |
LInterruptible.getBlock()
This method returns the activities.
|
LBlock |
LProtocolDefinition.getBlock()
This method returns the block of activities associated
with the definition.
|
LBlock |
LRecursion.getBlock()
This method returns the activities.
|
| Modifier and Type | Method and Description |
|---|---|
List<LBlock> |
LChoice.getPaths()
This method returns the list of mutually exclusive
activity blocks that comprise the multi-path construct.
|
List<LBlock> |
LParallel.getPaths()
This method returns the list of concurrent
activity blocks that comprise the multi-path construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LVisitor.end(LBlock elem)
This method indicates the end of a
block.
|
void |
LInterruptible.setBlock(LBlock block)
This method sets the block.
|
void |
LProtocolDefinition.setBlock(LBlock block)
This method sets the block of activities associated
with the definition.
|
void |
LRecursion.setBlock(LBlock block)
This method sets the block.
|
boolean |
LVisitor.start(LBlock elem)
This method indicates the start of a
block.
|
Copyright © 2014. All Rights Reserved.