Package | Description |
---|---|
org.processmining.processprofiler3d.netstructure |
Modifier and Type | Class and Description |
---|---|
class |
PathFragmentFlower |
class |
PathFragmentParallel |
class |
PathFragmentSequence |
class |
PathFragmentSimple |
Modifier and Type | Field and Description |
---|---|
protected PathFragment |
PathFragmentSequence.myFrag1 |
protected PathFragment |
PathFragmentSequence.myFrag2 |
Modifier and Type | Method and Description |
---|---|
boolean |
PathFragmentCollection.findParallelForFrag(PathFragment pf) |
Constructor and Description |
---|
PathFragmentFlower(PathFragment pf1,
PathFragment pf2,
PathFragment pff) |
PathFragmentParallel(PathFragment pf1,
PathFragment pf2) |
PathFragmentSequence(PathFragment pf1,
PathFragment pf2) |
Constructor and Description |
---|
PathFragmentCollection(java.util.Vector<org.processmining.models.graphbased.directed.petrinet.PetrinetNode> nodes,
java.util.Vector<PathFragment> frags) |