org.processmining.models.flexiblemodel
Class SetFlex

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

public class SetFlex
extends java.util.TreeSet<FlexNode>
implements java.lang.Comparable<java.util.Set<FlexNode>>

Author:
aadrians
See Also:
Serialized Form

Constructor Summary
SetFlex()
           
 
Method Summary
 int compareTo(java.util.Set<FlexNode> other)
           
 
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

SetFlex

public SetFlex()
Method Detail

compareTo

public int compareTo(java.util.Set<FlexNode> other)
Specified by:
compareTo in interface java.lang.Comparable<java.util.Set<FlexNode>>