Class SortedSensorIntervals
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.TreeSet<SensorInterval>
-
- org.processmining.plugins.stochasticpetrinet.external.sensor.SortedSensorIntervals
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<SensorInterval>,java.util.Collection<SensorInterval>,java.util.NavigableSet<SensorInterval>,java.util.Set<SensorInterval>,java.util.SortedSet<SensorInterval>
public class SortedSensorIntervals extends java.util.TreeSet<SensorInterval>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAMETER_LABEL
-
Constructor Summary
Constructors Constructor Description SortedSensorIntervals()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
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, spliterator, subSet, subSet, tailSet, tailSet
-
-
-
-
Field Detail
-
PARAMETER_LABEL
public static final java.lang.String PARAMETER_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.util.AbstractCollection<SensorInterval>
-
-