Class AlignedLogVisualisationDataImplService
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.alignedLogVisualisation.data.AlignedLogVisualisationDataImplSojourn
-
- org.processmining.plugins.inductiveVisualMiner.alignedLogVisualisation.data.AlignedLogVisualisationDataImplService
-
- All Implemented Interfaces:
java.lang.Cloneable,AlignedLogVisualisationData
public class AlignedLogVisualisationDataImplService extends AlignedLogVisualisationDataImplSojourn
-
-
Field Summary
-
Fields inherited from class org.processmining.plugins.inductiveVisualMiner.alignedLogVisualisation.data.AlignedLogVisualisationDataImplSojourn
dataForEdges, maxMeasure, minMeasure, performance
-
-
Constructor Summary
Constructors Constructor Description AlignedLogVisualisationDataImplService(IvMModel model, Performance performance, IvMLogInfo logInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcomputeExtremes(Performance performance)org.processmining.plugins.InductiveMiner.Triple<java.lang.String,java.lang.Long,java.lang.Long>getNodeLabel(int unode, boolean includeModelMoves)-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.alignedLogVisualisation.data.AlignedLogVisualisationDataImplSojourn
clone, getEdgeLabel, getEdgeLabel, getExtremeCardinalities, getLogMoveEdgeLabel, getModelMoveEdgeLabel, setTime
-
-
-
-
Constructor Detail
-
AlignedLogVisualisationDataImplService
public AlignedLogVisualisationDataImplService(IvMModel model, Performance performance, IvMLogInfo logInfo)
-
-
Method Detail
-
computeExtremes
protected void computeExtremes(Performance performance)
- Overrides:
computeExtremesin classAlignedLogVisualisationDataImplSojourn
-
getNodeLabel
public org.processmining.plugins.InductiveMiner.Triple<java.lang.String,java.lang.Long,java.lang.Long> getNodeLabel(int unode, boolean includeModelMoves)- Specified by:
getNodeLabelin interfaceAlignedLogVisualisationData- Overrides:
getNodeLabelin classAlignedLogVisualisationDataImplSojourn- Returns:
- Triple of label (second line), first colour, second colour (for gradient). Leave colours null if unwanted.
-
-