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

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<Transition>
                  extended by org.processmining.models.graphbased.directed.petrinet.analysis.NonLiveTransitionsSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.util.SortedSet<Transition>>, java.util.Collection<java.util.SortedSet<Transition>>, java.util.Set<java.util.SortedSet<Transition>>

public class NonLiveTransitionsSet
extends AbstractComponentSet<Transition>

See Also:
Serialized Form

Constructor Summary
NonLiveTransitionsSet()
           
 
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

NonLiveTransitionsSet

public NonLiveTransitionsSet()
Method Detail

equals

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