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

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<M>
              extended by org.processmining.models.graphbased.directed.petrinet.analysis.AbstractMarkingSet<Marking>
                  extended by org.processmining.models.graphbased.directed.petrinet.analysis.ReachabilitySet
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Marking>, java.util.Collection<Marking>, java.util.NavigableSet<Marking>, java.util.Set<Marking>, java.util.SortedSet<Marking>

public class ReachabilitySet
extends AbstractMarkingSet<Marking>

See Also:
Serialized Form

Constructor Summary
ReachabilitySet(Marking[] markings)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class org.processmining.models.graphbased.directed.petrinet.analysis.AbstractMarkingSet
getLabel, getMarkings
 
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, 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.Set
containsAll, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ReachabilitySet

public ReachabilitySet(Marking[] markings)
Method Detail

equals

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