Class NonExtendedFreeChoiceClustersSet

    • 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.HashSet

        add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
      • Methods inherited from class java.util.AbstractSet

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

        addAll, 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

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

      • NonExtendedFreeChoiceClustersSet

        public NonExtendedFreeChoiceClustersSet()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.util.Collection<java.util.SortedSet<PetrinetNode>>
        Specified by:
        equals in interface java.util.Set<java.util.SortedSet<PetrinetNode>>
        Overrides:
        equals in class java.util.AbstractSet<java.util.SortedSet<PetrinetNode>>