Uses of Interface
org.processmining.specpp.datastructures.util.MutableSequentialCollection
-
-
Uses of MutableSequentialCollection in org.processmining.specpp.base
Subinterfaces of MutableSequentialCollection in org.processmining.specpp.base Modifier and Type Interface Description interfaceAdvancedComposition<C extends Candidate>The base interface for 'advanced compositions', i.e.interfaceMutableCappedComposition<C extends Candidate>Base Interface for sequential & size-limited compositions. -
Uses of MutableSequentialCollection in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls that implement MutableSequentialCollection Modifier and Type Class Description classArrayListComposition<C extends Candidate> -
Uses of MutableSequentialCollection in org.processmining.specpp.composition
Classes in org.processmining.specpp.composition that implement MutableSequentialCollection Modifier and Type Class Description classBasePlaceCompositionclassConstrainingPlaceCollectionclassLightweightPlaceCompositionclassStatefulPlaceComposition -
Uses of MutableSequentialCollection in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement MutableSequentialCollection Modifier and Type Class Description classInstrumentedAdvancedComposition<C extends Candidate>
-