Class SinkPlacesSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<java.util.SortedSet<T>>
-
- org.processmining.models.graphbased.directed.petrinet.analysis.AbstractComponentSet<Place>
-
- org.processmining.models.graphbased.directed.petrinet.analysis.SinkPlacesSet
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<java.util.SortedSet<Place>>,java.util.Collection<java.util.SortedSet<Place>>,java.util.Set<java.util.SortedSet<Place>>
public class SinkPlacesSet extends AbstractComponentSet<Place>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SinkPlacesSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)-
Methods inherited from class org.processmining.models.graphbased.directed.petrinet.analysis.AbstractComponentSet
getLabel
-
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
-
-