Uses of Interface
org.processmining.specpp.datastructures.encoding.SetQueries
-
Packages that use SetQueries Package Description org.processmining.specpp.datastructures.encoding org.processmining.specpp.datastructures.petri -
-
Uses of SetQueries in org.processmining.specpp.datastructures.encoding
Classes in org.processmining.specpp.datastructures.encoding with type parameters of type SetQueries Modifier and Type Interface Description interfaceSetQueries<T extends SetQueries<T>>Specifies common mathematical queries on sets.Classes in org.processmining.specpp.datastructures.encoding that implement SetQueries Modifier and Type Class Description classBitEncodedSet<T>Represents a subset of the encoding domain of anIntEncoding<T>.classBitMaskclassIndexSubsetclassWeightedBitMask -
Uses of SetQueries in org.processmining.specpp.datastructures.petri
Classes in org.processmining.specpp.datastructures.petri that implement SetQueries Modifier and Type Class Description classPlaceA class representing a Petri net place as a combination of its preset and postset.
-