Modifier and Type | Method and Description |
---|---|
TraceColourMap |
InductiveVisualMinerState.getTraceColourMap() |
Modifier and Type | Method and Description |
---|---|
void |
InductiveVisualMinerAnimationPanel.setTraceColourMap(TraceColourMap trace2colour) |
void |
InductiveVisualMinerState.setTraceColourMap(TraceColourMap traceColourMap) |
Modifier and Type | Field and Description |
---|---|
TraceColourMap |
ExternalSettingsManager.ExternalSettings.trace2colour |
Modifier and Type | Method and Description |
---|---|
static void |
RendererImplBasic.renderTokens(java.awt.Graphics2D graphics,
GraphVizTokensIterator tokens,
IvMLogFiltered filteredLog,
TraceColourMap trace2colour,
double time,
int imgWidth,
int imgHeight,
java.awt.geom.AffineTransform userTransform) |
int |
ExternalSettingsManager.setTrace2Colour(TraceColourMap trace2colour) |
Modifier and Type | Method and Description |
---|---|
protected TraceColourMap |
Cl12TraceColouring.executeLink(org.processmining.plugins.InductiveMiner.Triple<IvMModel,IvMLogNotFiltered,TraceColourMapSettings> input,
IvMCanceller canceller) |
Modifier and Type | Method and Description |
---|---|
protected void |
Cl12TraceColouring.processResult(TraceColourMap result,
InductiveVisualMinerState state) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExportAnimation.saveAVItoFile(IvMLogFiltered filteredLog,
TraceColourMap trace2colour,
GraphVizTokens tokens,
ProcessTreeVisualisationInfo info,
Mode colourMode,
com.kitfox.svg.SVGDiagram svg,
org.processmining.plugins.graphviz.dot.Dot dot,
java.io.File file,
javax.swing.JPanel panel,
Scaler scaler) |
static boolean |
ExportAnimation.saveAVItoFileUpdating(IvMLogFiltered filteredLog,
TraceColourMap trace2colour,
GraphVizTokens tokens,
ProcessTreeVisualisationInfo info,
Mode colourMode,
com.kitfox.svg.SVGDiagram svg,
org.processmining.plugins.graphviz.dot.Dot dot,
java.io.File file,
InductiveVisualMinerAnimationPanel panel,
Scaler scaler,
AlignedLogVisualisationData visualisationData,
ProcessTreeVisualisationParameters visualisationParameters,
ProcessTreeVisualisationInfo visualisationInfo,
IvMModel model,
Selection selection) |
Modifier and Type | Class and Description |
---|---|
class |
TraceColourMapAttributeDuration |
class |
TraceColourMapAttributeNumber |
class |
TraceColourMapAttributeString |
class |
TraceColourMapAttributeTime |
class |
TraceColourMapFixed |
Modifier and Type | Method and Description |
---|---|
TraceColourMap |
TraceColourMapSettings.getTraceColourMap(IvMModel model,
IvMLogNotFiltered log)
Must be called asynchronously, as it takes a long time (sets up trace
colour map for log).
|
Modifier and Type | Field and Description |
---|---|
protected TraceColourMap |
TraceBuilderWrapper.traceColourMap |
Modifier and Type | Method and Description |
---|---|
TraceColourMap |
TraceBuilderWrapper.getTraceColourMap() |
Modifier and Type | Method and Description |
---|---|
void |
TraceView.set(org.processmining.plugins.InductiveMiner.mining.logs.IMLog log,
TraceColourMap traceColourMap)
update the trace view with an IM log
|
void |
TraceView.set(IvMModel model,
IvMLog tlog,
Selection selection,
TraceColourMap traceColourMap)
update the trace view with a timed log
|
void |
TraceBuilderWrapper.setTraceColourMap(TraceColourMap traceColourMap) |
void |
TraceView.setTraceColourMap(TraceColourMap traceColourMap) |
Constructor and Description |
---|
TraceBuilderIMLog(org.processmining.plugins.InductiveMiner.mining.logs.IMLog log,
TraceColourMap traceColourMap) |
TraceBuilderWrapper(TraceColourMap traceColourMap) |