org.processmining.models.graphbased.directed.petrinet.analysis
Class NotPCoveredNodesSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<java.util.SortedSet<T>>
              extended by org.processmining.models.graphbased.directed.petrinet.analysis.AbstractComponentSet<Place>
                  extended by org.processmining.models.graphbased.directed.petrinet.analysis.NotPCoveredNodesSet
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 NotPCoveredNodesSet
extends AbstractComponentSet<Place>

See Also:
Serialized Form

Constructor Summary
NotPCoveredNodesSet()
           
 
Method Summary
 boolean equals(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
 
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.Set
addAll, containsAll, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

NotPCoveredNodesSet

public NotPCoveredNodesSet()
Method Detail

equals

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