Uses of Interface
org.processmining.framework.util.collection.MultiSet
-
Packages that use MultiSet Package Description org.processmining.framework.connections org.processmining.framework.connections.impl org.processmining.framework.util.collection -
-
Uses of MultiSet in org.processmining.framework.connections
Methods in org.processmining.framework.connections that return MultiSet Modifier and Type Method Description MultiSet<java.lang.Object>
Connection. getObjects()
Return all objects contained in this connection, without their labels. -
Uses of MultiSet in org.processmining.framework.connections.impl
Methods in org.processmining.framework.connections.impl that return MultiSet Modifier and Type Method Description MultiSet<java.lang.Object>
AbstractConnection. getObjects()
-
Uses of MultiSet in org.processmining.framework.util.collection
Subinterfaces of MultiSet in org.processmining.framework.util.collection Modifier and Type Interface Description interface
SortedMultiSet<T>
Classes in org.processmining.framework.util.collection that implement MultiSet Modifier and Type Class Description class
AbstractMultiSet<T,M extends java.util.Map<T,java.lang.Integer>>
This class implements a mutliset.class
HashMultiSet<T>
class
LinkedHashMultiSet<T>
class
TreeMultiSet<T>
Methods in org.processmining.framework.util.collection with type parameters of type MultiSet Modifier and Type Method Description protected <S extends MultiSet<T>>
SAbstractMultiSet. removeAllMultiSet(AbstractMultiSet<?,?> mset, S removed)
Methods in org.processmining.framework.util.collection with parameters of type MultiSet Modifier and Type Method Description boolean
AbstractMultiSet. isLessOrEqual(MultiSet<T> multiSet)
returns true if this multiset is less or equal to the given multiset, i.e.boolean
MultiSet. isLessOrEqual(MultiSet<T> multiSet)
returns true if this multiset is less or equal to the given multiset, i.e.boolean
AbstractMultiSet. retainAll(MultiSet<?> c)
Keeps all elements of the given collection in this multiset.
-