Class PTHandles

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<org.processmining.framework.util.collection.ComparablePair<Place,​Transition>>, java.util.Collection<org.processmining.framework.util.collection.ComparablePair<Place,​Transition>>, java.util.NavigableSet<org.processmining.framework.util.collection.ComparablePair<Place,​Transition>>, java.util.Set<org.processmining.framework.util.collection.ComparablePair<Place,​Transition>>, java.util.SortedSet<org.processmining.framework.util.collection.ComparablePair<Place,​Transition>>

    public class PTHandles
    extends AbstractNodePairSet<Place,​Transition>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PTHandles()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      • 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.AbstractSet

        hashCode, removeAll
      • Methods inherited from class java.util.AbstractCollection

        containsAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        containsAll, hashCode, removeAll, retainAll, toArray, toArray
    • Constructor Detail

      • PTHandles

        public PTHandles()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.util.Collection<org.processmining.framework.util.collection.ComparablePair<Place,​Transition>>
        Specified by:
        equals in interface java.util.Set<org.processmining.framework.util.collection.ComparablePair<Place,​Transition>>
        Overrides:
        equals in class java.util.AbstractSet<org.processmining.framework.util.collection.ComparablePair<Place,​Transition>>