Modifier and Type | Method and Description |
---|---|
TraceColourMapSettings |
InductiveVisualMinerState.getTraceColourMapSettings() |
Modifier and Type | Method and Description |
---|---|
void |
InductiveVisualMinerState.setTraceColourMapSettings(TraceColourMapSettings traceColourMapSettings) |
Modifier and Type | Method and Description |
---|---|
protected org.processmining.plugins.InductiveMiner.Triple<IvMModel,IvMLogNotFiltered,TraceColourMapSettings> |
Cl12TraceColouring.generateInput(InductiveVisualMinerState state) |
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 |
---|---|
static TraceColourMapSettings |
TraceColourMapSettings.duration(org.processmining.plugins.inductiveminer2.attributes.Attribute attribute,
org.processmining.plugins.graphviz.colourMaps.ColourMap colourMap,
long min,
long max) |
static TraceColourMapSettings |
TraceColourMapSettings.empty() |
static TraceColourMapSettings |
TraceColourMapSettings.number(org.processmining.plugins.inductiveminer2.attributes.Attribute attribute,
org.processmining.plugins.graphviz.colourMaps.ColourMap colourMap,
double min,
double max) |
static TraceColourMapSettings |
TraceColourMapSettings.string(org.processmining.plugins.inductiveminer2.attributes.Attribute attribute,
java.util.Map<java.lang.String,java.awt.Color> value2colour) |
static TraceColourMapSettings |
TraceColourMapSettings.time(org.processmining.plugins.inductiveminer2.attributes.Attribute attribute,
org.processmining.plugins.graphviz.colourMaps.ColourMap colourMap,
long min,
long max) |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.InductiveMiner.Function<TraceColourMapSettings,java.lang.Object> |
TraceColourMapView.getOnUpdate() |
Modifier and Type | Method and Description |
---|---|
void |
TraceColourMapView.setOnUpdate(org.processmining.plugins.InductiveMiner.Function<TraceColourMapSettings,java.lang.Object> onUpdate) |