Class AbstractInvariantSet<T extends PetrinetNode>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<org.processmining.framework.util.collection.MultiSet<T>>
-
- org.processmining.models.graphbased.directed.petrinet.analysis.AbstractInvariantSet<T>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<org.processmining.framework.util.collection.MultiSet<T>>,java.util.Collection<org.processmining.framework.util.collection.MultiSet<T>>,java.util.Set<org.processmining.framework.util.collection.MultiSet<T>>
- Direct Known Subclasses:
NonLiveSequences,PlaceInvariantSet,TransitionInvariantSet,UnboundedSequences
public abstract class AbstractInvariantSet<T extends PetrinetNode> extends java.util.HashSet<org.processmining.framework.util.collection.MultiSet<T>>This class represents a node marking. A set in this class stores place/transition which is need to be marked. A set of set enables this class to store several set of place/transition which are need to be marked.- Version:
- Oct 5, 2008
- Author:
- arya
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractInvariantSet(java.lang.String label)Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()getter for label-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-