Uses of Class
org.processmining.models.semantics.petrinet.CTMarking
-
-
Uses of CTMarking in org.processmining.models.connections.petrinets.behavioral
Constructors in org.processmining.models.connections.petrinets.behavioral with parameters of type CTMarking Constructor Description UnfoldingNetConnection(PetrinetGraph originalNet, Marking originalMarking, org.processmining.models.semantics.Semantics<Marking,Transition> semantics, PetrinetGraph prefixNet, CTMarking prefixMarking) -
Uses of CTMarking in org.processmining.models.graphbased.directed.petrinet.analysis
Constructors in org.processmining.models.graphbased.directed.petrinet.analysis with parameters of type CTMarking Constructor Description CoverabilitySet(CTMarking[] markings) -
Uses of CTMarking in org.processmining.models.semantics.petrinet
Methods in org.processmining.models.semantics.petrinet that return CTMarking Modifier and Type Method Description CTMarkingCTMarking. transformToOmega(java.util.Collection<Place> reference)transform all places in this CTMarking into omega.Methods in org.processmining.models.semantics.petrinet with parameters of type CTMarking Modifier and Type Method Description MarkingCTMarking. minus(CTMarking m)removes the elements in the given multiset from this multiset and returns a multiset indicating what was removed.booleanCTMarking. retainAll(CTMarking c)Keeps all elements of the given collection in this multiset.Constructors in org.processmining.models.semantics.petrinet with parameters of type CTMarking Constructor Description CTMarking(CTMarking collection)Constructor with marking parameter
-