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 |
---|---|
java.util.Set<PSDArrow> |
PSDBlock.getInArrows()
Returns the arrows that end in this block
|
java.util.Set<PSDArrow> |
PSDBlock.getOutArrows()
Returns the arrows that originate from this block
|
Modifier and Type | Method and Description |
---|---|
void |
PSDBlock.setInArrows(java.util.Set<PSDArrow> inArrows)
Sets the arrows that end in this block
|
void |
PSDBlock.setOutArrows(java.util.Set<PSDArrow> outArrows)
Sets the arrows that originate from this block
|
Modifier and Type | Class and Description |
---|---|
class |
PSDPatternArrow |
Modifier and Type | Class and Description |
---|---|
class |
PSDSequenceArrow |