Modifier and Type | Method and Description |
---|---|
static double |
Fitness.compute(IvMTrace trace) |
Modifier and Type | Method and Description |
---|---|
static boolean |
IvMTrace2dotToken2.areTraceTimestampsConsistent(IvMTrace trace) |
static java.util.List<DotToken> |
ComputeAnimation.computeDotTokensOfTrace(IvMModel model,
IvMTrace trace,
ProcessTreeVisualisationInfo info,
Mode colourMode,
Scaler scaler,
ShortestPathGraph graph,
IvMCanceller canceller) |
static double |
ComputeAnimation.guessEndTime(IvMTrace trace,
double startTime,
ShortestPathGraph shortestGraph,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
static double |
ComputeAnimation.guessStartTime(IvMTrace trace,
ShortestPathGraph shortestGraph,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
static DotToken |
IvMTrace2DotToken.trace2token(IvMEfficientTree tree,
IvMTrace trace,
boolean showDeviations,
ShortestPathGraph shortestPath,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
static DotToken |
IvMTrace2dotToken2.trace2token(IvMModel model,
IvMTrace trace,
boolean showDeviations,
ShortestPathGraph shortestPath,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
HighlightingFilter.staysInLog(IvMTrace trace)
Main function of the filter.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
HighlightingFilterCohort.inCohort(IvMTrace trace,
org.processmining.cohortanalysis.cohort.Cohort cohort) |
static boolean |
HighlightingFilterFollows.isEventSelected(IvMTrace trace,
int eventIndex,
AttributeFilterGui panel) |
static boolean |
HighlightingFilterEvent.isTraceIncluded(IvMTrace trace,
AttributeFilterGui panel) |
static boolean |
HighlightingFilterTraceEndsWithEvent.isTraceIncluded(IvMTrace trace,
AttributeFilterGui panel) |
static boolean |
HighlightingFilterTraceStartsWithEvent.isTraceIncluded(IvMTrace trace,
AttributeFilterGui panel) |
static boolean |
HighlightingFilterWithoutEvent.isTraceIncluded(IvMTrace trace,
AttributeFilterGui panel) |
static boolean |
HighlightingFilterFollows.isTraceIncluded(IvMTrace trace,
HighlightingFilterFollowsPanel panel) |
static int |
HighlightingFilterFollows.nextComplete(IvMTrace trace,
int index)
Look for the next complete event after index (may be -1), or -2 if that
does not exist.
|
boolean |
HighlightingFilterCohort.staysInLog(IvMTrace trace) |
boolean |
HighlightingFilterCompleteEventTwice.staysInLog(IvMTrace trace) |
boolean |
HighlightingFilterEvent.staysInLog(IvMTrace trace) |
boolean |
HighlightingFilterEventTwice.staysInLog(IvMTrace trace) |
boolean |
HighlightingFilterFollows.staysInLog(IvMTrace trace) |
boolean |
HighlightingFilterLogMove.staysInLog(IvMTrace trace) |
boolean |
HighlightingFilterTraceAttribute.staysInLog(IvMTrace trace) |
boolean |
HighlightingFilterTraceEndsWithEvent.staysInLog(IvMTrace trace) |
boolean |
HighlightingFilterTraceStartsWithEvent.staysInLog(IvMTrace trace) |
boolean |
HighlightingFilterWithoutEvent.staysInLog(IvMTrace trace) |
Modifier and Type | Class and Description |
---|---|
class |
IvMTraceImpl |
Modifier and Type | Method and Description |
---|---|
IvMTrace |
IvMTraceImpl.clone() |
IvMTrace |
IvMLogNotFiltered.get(int traceIndex) |
IvMTrace |
IvMLogNotFilteredImpl.get(int traceIndex) |
Modifier and Type | Method and Description |
---|---|
IteratorWithPosition<IvMTrace> |
IvMLog.iterator() |
IteratorWithPosition<IvMTrace> |
IvMLogFiltered.iterator() |
IteratorWithPosition<IvMTrace> |
IvMLogFilteredImpl.iterator()
Get an iterator over all traces that are not filtered out.
|
IteratorWithPosition<IvMTrace> |
IvMLogNotFilteredImpl.iterator() |
IteratorWithPosition<IvMTrace> |
IvMLogFiltered.iteratorUnfiltered() |
IteratorWithPosition<IvMTrace> |
IvMLogFilteredImpl.iteratorUnfiltered() |
Modifier and Type | Method and Description |
---|---|
void |
IvMLogNotFilteredImpl.set(int traceIndex,
IvMTrace trace) |
Modifier and Type | Method and Description |
---|---|
static void |
QueueMineActivityLog.mine(IvMModel model,
IvMTrace tTrace,
int traceIndex,
gnu.trove.map.TIntObjectMap<QueueActivityLog> timestamps) |
Modifier and Type | Method and Description |
---|---|
void |
HistogramData.addTraceLocalEdge(IvMTrace trace,
boolean isFilteredOut)
Add log moves to their histograms.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
TraceColourMap.getColour(IvMTrace trace) |
java.awt.Color |
TraceColourMapAttributeDuration.getColour(IvMTrace trace) |
java.awt.Color |
TraceColourMapAttributeNumber.getColour(IvMTrace trace) |
java.awt.Color |
TraceColourMapAttributeString.getColour(IvMTrace trace) |
java.awt.Color |
TraceColourMapAttributeTime.getColour(IvMTrace trace) |
java.awt.Color |
TraceColourMapFixed.getColour(IvMTrace trace) |
java.lang.String |
TraceColourMap.getValue(IvMTrace trace)
This method is less critical than getColour() and is not executed in the
animation thread.
|
java.lang.String |
TraceColourMapAttributeDuration.getValue(IvMTrace trace) |
java.lang.String |
TraceColourMapAttributeNumber.getValue(IvMTrace trace) |
java.lang.String |
TraceColourMapAttributeString.getValue(IvMTrace trace) |
java.lang.String |
TraceColourMapAttributeTime.getValue(IvMTrace trace) |
java.lang.String |
TraceColourMapFixed.getValue(IvMTrace trace) |