Package | Description |
---|---|
org.processmining.performancespectrumintegration.algorithms.segments |
Modifier and Type | Method and Description |
---|---|
static SegmentOccurrence |
SegmentOccurrence.artificial(org.joda.time.DateTime dateTime) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<SegmentOccurrence> |
OrderedSegmentMeasurement.getOccurrences() |
java.util.Iterator<SegmentOccurrence> |
OrderedSegmentMeasurement.iterator() |
java.lang.Iterable<SegmentOccurrence> |
OrderedSegmentMeasurement.subset(org.joda.time.DateTime from,
org.joda.time.DateTime to) |
java.util.SortedSet<SegmentOccurrence> |
OrderedSegmentMeasurement.subsetApproximation(org.joda.time.DateTime from,
org.joda.time.DateTime to) |
Modifier and Type | Method and Description |
---|---|
void |
OrderedSegmentMeasurement.addNormalOccurrence(SegmentOccurrence segmentOccurrence) |
int |
SegmentOccurrence.compareTo(SegmentOccurrence o) |