| Package | Description |
|---|---|
| org.processmining.framework.connections | |
| org.processmining.framework.connections.impl | |
| org.processmining.framework.util.collection |
| Modifier and Type | Method and Description |
|---|---|
MultiSet<java.lang.Object> |
Connection.getObjects()
Return all objects contained in this connection, without their labels.
|
| Modifier and Type | Method and Description |
|---|---|
MultiSet<java.lang.Object> |
AbstractConnection.getObjects() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SortedMultiSet<T> |
| Modifier and Type | Class and 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> |
| Modifier and Type | Method and Description |
|---|---|
protected <S extends MultiSet<T>> |
AbstractMultiSet.removeAllMultiSet(AbstractMultiSet<?,?> mset,
S removed) |
| Modifier and Type | Method and 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.
|