Package | Description |
---|---|
org.processmining.plugins.psd.model | |
org.processmining.plugins.psd.model.pattern | |
org.processmining.plugins.psd.model.sequence |
Modifier and Type | Method and Description |
---|---|
PSDBlock |
PSDArrow.getDestinationBlock()
Returns the block in which the arrow ends.
|
PSDBlock |
PSDArrow.getSourceBlock()
Returns the block from which the arrow originates.
|
Modifier and Type | Method and Description |
---|---|
void |
PSDArrow.setDestinationBlock(PSDBlock destinationBlock)
Sets the block in which the arrow ends to destinationBlock
|
void |
PSDArrow.setSourceBlock(PSDBlock sourceBlock)
Sets the block from which the arrow originates to sourceBlock
|
Modifier and Type | Class and Description |
---|---|
class |
PSDPatternBlock |
Modifier and Type | Class and Description |
---|---|
class |
PSDSequenceBlock |