Class AbstractNodePairSet<T extends PetrinetNode,S extends PetrinetNode>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.TreeSet<org.processmining.framework.util.collection.ComparablePair<T,S>>
-
- org.processmining.models.graphbased.directed.petrinet.analysis.AbstractNodePairSet<T,S>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<org.processmining.framework.util.collection.ComparablePair<T,S>>,java.util.Collection<org.processmining.framework.util.collection.ComparablePair<T,S>>,java.util.NavigableSet<org.processmining.framework.util.collection.ComparablePair<T,S>>,java.util.Set<org.processmining.framework.util.collection.ComparablePair<T,S>>,java.util.SortedSet<org.processmining.framework.util.collection.ComparablePair<T,S>>
public abstract class AbstractNodePairSet<T extends PetrinetNode,S extends PetrinetNode> extends java.util.TreeSet<org.processmining.framework.util.collection.ComparablePair<T,S>>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractNodePairSet(java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()-
Methods inherited from class java.util.TreeSet
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
-
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
-
-