|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitionCluster | |
---|---|
org.processmining.framework.models.petrinet |
Uses of TransitionCluster in org.processmining.framework.models.petrinet |
---|
Methods in org.processmining.framework.models.petrinet that return types with arguments of type TransitionCluster | |
---|---|
java.util.ArrayList<TransitionCluster> |
PetriNet.getClusters()
Returns all TransitionCluster objects known to this
PetriNet. |
Methods in org.processmining.framework.models.petrinet with parameters of type TransitionCluster | |
---|---|
void |
PetriNet.addCluster(TransitionCluster tc)
Adds a given cluster of transitions to the Petri net. |
Constructors in org.processmining.framework.models.petrinet with parameters of type TransitionCluster | |
---|---|
TransitionCluster(TransitionCluster copyTemplate)
Copy constructor initializing the transition cluster based on the given template cluster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |