|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<T>
org.processmining.framework.util.collection.AbstractMultiSet<T,java.util.TreeMap<T,java.lang.Integer>>
org.processmining.framework.util.collection.TreeMultiSet<Place>
org.processmining.models.semantics.petrinet.Marking
public class Marking
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.processmining.framework.util.HTMLToString |
---|
org.processmining.framework.util.HTMLToString.HTMLCellRenderer |
Field Summary |
---|
Fields inherited from class org.processmining.framework.util.collection.AbstractMultiSet |
---|
map, size |
Constructor Summary | |
---|---|
Marking()
|
|
Marking(java.util.Collection<Place> collection)
|
Method Summary | |
---|---|
int |
compareTo(Marking mset)
|
boolean |
equals(java.lang.Object o)
|
Marking |
minus(Marking m)
removes the elements in the given multiset from this multiset and returns a multiset indicating what was removed. |
Methods inherited from class org.processmining.framework.util.collection.TreeMultiSet |
---|
baseSet, comparator |
Methods inherited from class org.processmining.framework.util.collection.AbstractMultiSet |
---|
add, add, addAll, clear, contains, containsAll, containsAtLeast, hashCode, isEmpty, isLessOrEqual, iterator, occurrences, remove, removeAll, removeAllMultiSet, retainAll, retainAll, size, toHTMLString, toList, toString |
Methods inherited from class java.util.AbstractCollection |
---|
toArray, toArray |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.processmining.framework.util.collection.MultiSet |
---|
add, isLessOrEqual, occurrences, toList |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface org.processmining.framework.util.HTMLToString |
---|
toHTMLString |
Constructor Detail |
---|
public Marking(java.util.Collection<Place> collection)
public Marking()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in interface java.util.Collection<Place>
equals
in class org.processmining.framework.util.collection.AbstractMultiSet<Place,java.util.TreeMap<Place,java.lang.Integer>>
public Marking minus(Marking m)
mset
- the multiset of elements needing to be removed.
public int compareTo(Marking mset)
compareTo
in interface java.lang.Comparable<Marking>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |