org.processmining.models.flexiblemodel
Class StartTaskNodesSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<SetFlex>
              extended by org.processmining.models.flexiblemodel.StartTaskNodesSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<SetFlex>, java.util.Collection<SetFlex>, java.util.NavigableSet<SetFlex>, java.util.Set<SetFlex>, java.util.SortedSet<SetFlex>

public class StartTaskNodesSet
extends java.util.TreeSet<SetFlex>

Version:
Apr 5, 2010
Author:
Arya Adriansyah
See Also:
Serialized Form

Constructor Summary
StartTaskNodesSet()
           
 
Method Summary
 
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
equals, 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, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

StartTaskNodesSet

public StartTaskNodesSet()