Uses of Interface
org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.Multiset
-
-
Uses of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking
Subinterfaces of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking Modifier and Type Interface Description interfaceBpmnMarkingClasses in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking that implement Multiset Modifier and Type Class Description classMultisetBpmnMarkingMethods in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking with parameters of type Multiset Modifier and Type Method Description booleanMultisetBpmnMarking. contains(Multiset<BpmnToken> mSet)booleanMultisetBpmnMarking. isContainedIn(Multiset<BpmnToken> mSet)Constructors in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking with parameters of type Multiset Constructor Description MultisetBpmnMarking(org.processmining.models.graphbased.directed.bpmn.BPMNDiagram model, Multiset<BpmnToken> tokens) -
Uses of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking.factory
Methods in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.marking.factory with parameters of type Multiset Modifier and Type Method Description BpmnMarkingBpmnMarkingFactory. createWithoutCopy(org.processmining.models.graphbased.directed.bpmn.BPMNDiagram model, Multiset<BpmnToken> tokens)BpmnMarkingDefaultBpmnMarkingFactory. createWithoutCopy(org.processmining.models.graphbased.directed.bpmn.BPMNDiagram model, Multiset<BpmnToken> tokens) -
Uses of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.execution
Subinterfaces of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.execution Modifier and Type Interface Description interfaceMarking<TOKEN> -
Uses of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset
Methods in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset with parameters of type Multiset Modifier and Type Method Description booleanReadOnlyMultiset. contains(Multiset<E> mSet)booleanReadOnlyMultiset. isContainedIn(Multiset<E> mSet) -
Uses of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.factory
Methods in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.factory that return Multiset Modifier and Type Method Description <E> Multiset<E>DefaultMultisetFactory. getDefault()<E> Multiset<E>DefaultMultisetFactory. getDefault(java.lang.Iterable<E> elements)<E> Multiset<E>MultisetFactory. getDefault()<E> Multiset<E>MultisetFactory. getDefault(java.lang.Iterable<E> elements)<E> Multiset<E>DefaultMultisetFactory. getFifo()<E> Multiset<E>DefaultMultisetFactory. getFifo(java.lang.Iterable<E> elements)<E> Multiset<E>MultisetFactory. getFifo()<E> Multiset<E>MultisetFactory. getFifo(java.lang.Iterable<E> elements)<E> Multiset<E>DefaultMultisetFactory. getHashed()<E> Multiset<E>DefaultMultisetFactory. getHashed(java.lang.Iterable<E> elements)<E> Multiset<E>MultisetFactory. getHashed()<E> Multiset<E>MultisetFactory. getHashed(java.lang.Iterable<E> elements) -
Uses of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.impl.google
Classes in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.impl.google that implement Multiset Modifier and Type Class Description classGoogleMultisetAdapter<E>Methods in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.impl.google with parameters of type Multiset Modifier and Type Method Description booleanGoogleMultisetAdapter. contains(Multiset<E> mSet)booleanGoogleMultisetAdapter. isContainedIn(Multiset<E> mSet)Constructors in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.impl.google with parameters of type Multiset Constructor Description ToGoogleMultisetAdapter(Multiset<E> mSet) -
Uses of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.impl.google.factory
Methods in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.impl.google.factory that return Multiset Modifier and Type Method Description <E> Multiset<E>GoogleMultisetFactory. adapt(com.google.common.collect.Multiset<E> mSet)<E> Multiset<E>GoogleMultisetFactory. getDefault()<E> Multiset<E>GoogleMultisetFactory. getDefault(java.lang.Iterable<E> elements)<E> Multiset<E>GoogleMultisetFactory. getFifo()<E> Multiset<E>GoogleMultisetFactory. getFifo(java.lang.Iterable<E> elements)<E> Multiset<E>GoogleMultisetFactory. getHashed()<E> Multiset<E>GoogleMultisetFactory. getHashed(java.lang.Iterable<E> elements)<E> Multiset<E>GoogleMultisetFactory. getOrdered()Methods in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.impl.google.factory with parameters of type Multiset Modifier and Type Method Description <E> com.google.common.collect.Multiset<E>GoogleMultisetFactory. adapt(Multiset<E> mSet) -
Uses of Multiset in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.utils
Methods in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.utils that return Multiset Modifier and Type Method Description <E> Multiset<E>GoogleMultisetUtils. difference(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>MultisetUtils. difference(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>SimpleMultisetUtils. difference(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>GoogleMultisetUtils. intersection(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>MultisetUtils. intersection(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>SimpleMultisetUtils. intersection(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>GoogleMultisetUtils. multiply(Multiset<E> m1, int times)<E> Multiset<E>MultisetUtils. multiply(Multiset<E> m1, int times)<E> Multiset<E>SimpleMultisetUtils. multiply(Multiset<E> m1, int times)<E> Multiset<E>GoogleMultisetUtils. sum(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>MultisetUtils. sum(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>SimpleMultisetUtils. sum(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>GoogleMultisetUtils. union(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>MultisetUtils. union(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>SimpleMultisetUtils. union(Multiset<E> mSet1, Multiset<E> mSet2)Methods in org.processmining.poemsconformancecheckingforbpmn.models.utils.multiset.utils with parameters of type Multiset Modifier and Type Method Description <E> Multiset<E>GoogleMultisetUtils. difference(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>MultisetUtils. difference(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>SimpleMultisetUtils. difference(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>GoogleMultisetUtils. intersection(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>MultisetUtils. intersection(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>SimpleMultisetUtils. intersection(Multiset<E> mSet1, Multiset<E> mSet2)<E> intAbstractMultisetUtils. isContainedTimes(Multiset<E> superSet, Multiset<E> subSet)<E> intMultisetUtils. isContainedTimes(Multiset<E> superSet, Multiset<E> subSet)<E> booleanAbstractMultisetUtils. isSubset(Multiset<E> superSet, Multiset<E> subSet)<E> booleanMultisetUtils. isSubset(Multiset<E> superSet, Multiset<E> subSet)<E> Multiset<E>GoogleMultisetUtils. multiply(Multiset<E> m1, int times)<E> Multiset<E>MultisetUtils. multiply(Multiset<E> m1, int times)<E> Multiset<E>SimpleMultisetUtils. multiply(Multiset<E> m1, int times)<E> Multiset<E>GoogleMultisetUtils. sum(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>MultisetUtils. sum(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>SimpleMultisetUtils. sum(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>GoogleMultisetUtils. union(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>MultisetUtils. union(Multiset<E> mSet1, Multiset<E> mSet2)<E> Multiset<E>SimpleMultisetUtils. union(Multiset<E> mSet1, Multiset<E> mSet2)
-