public class InductiveVisualMinerConfigurationDefault extends InductiveVisualMinerConfigurationAbstract
Modifier and Type | Field and Description |
---|---|
protected Cl07Align |
align |
protected Cl11Animate |
animate |
protected Cl10AnimationScaler |
animationScaler |
protected Cl18DataAnalysisCohort |
dataAnalysisCohort |
protected Cl17DataAnalysisEvent |
dataAnalysisEvent |
protected Cl19DataAnalysisLog |
dataAnalysisLog |
protected Cl16DataAnalysisTrace |
dataAnalysisTrace |
protected Cl20Done |
done |
protected Cl04FilterLogOnActivities |
filterLogOnActivities |
protected Cl13FilterNodeSelection |
filterNodeSelection |
protected Cl01GatherAttributes |
gatherAttributes |
protected Cl15Histogram |
histogram |
protected Cl08UpdateIvMAttributes |
ivmAttributes |
protected Cl09LayoutAlignment |
layoutAlignment |
protected Cl06LayoutModel |
layoutModel |
protected Cl03MakeLog |
makeLog |
protected Cl05Mine |
mine |
protected Cl14Performance |
performance |
protected Cl02SortEvents |
sortEvents |
protected Cl12TraceColouring |
traceColouring |
Constructor and Description |
---|
InductiveVisualMinerConfigurationDefault(org.deckfour.xes.model.XLog log,
org.processmining.framework.plugin.ProMCanceller canceller,
java.util.concurrent.Executor executor) |
getAlignmentComputer, getChain, getDataAnalysisTables, getDiscoveryTechniques, getDiscoveryTechniquesArray, getHighlightingFilters, getModes, getModesArray, getPanel, getPopupItemsActivity, getPopupItemsLog, getPopupItemsLogMove, getPopupItemsModelMove, getPopupItemsStartEnd, getPreMiningFilters, getState, getVirtualAttributes
protected Cl01GatherAttributes gatherAttributes
protected Cl02SortEvents sortEvents
protected Cl03MakeLog makeLog
protected Cl04FilterLogOnActivities filterLogOnActivities
protected Cl05Mine mine
protected Cl06LayoutModel layoutModel
protected Cl07Align align
protected Cl08UpdateIvMAttributes ivmAttributes
protected Cl09LayoutAlignment layoutAlignment
protected Cl10AnimationScaler animationScaler
protected Cl11Animate animate
protected Cl12TraceColouring traceColouring
protected Cl13FilterNodeSelection filterNodeSelection
protected Cl14Performance performance
protected Cl15Histogram histogram
protected Cl16DataAnalysisTrace dataAnalysisTrace
protected Cl17DataAnalysisEvent dataAnalysisEvent
protected Cl18DataAnalysisCohort dataAnalysisCohort
protected Cl19DataAnalysisLog dataAnalysisLog
protected Cl20Done done
public InductiveVisualMinerConfigurationDefault(org.deckfour.xes.model.XLog log, org.processmining.framework.plugin.ProMCanceller canceller, java.util.concurrent.Executor executor)
protected java.util.List<PreMiningFilter> createPreMiningFilters()
createPreMiningFilters
in class InductiveVisualMinerConfigurationAbstract
protected java.util.List<HighlightingFilter> createHighlightingFilters()
createHighlightingFilters
in class InductiveVisualMinerConfigurationAbstract
protected java.util.List<VisualMinerWrapper> createDiscoveryTechniques()
createDiscoveryTechniques
in class InductiveVisualMinerConfigurationAbstract
protected java.util.List<Mode> createModes()
createModes
in class InductiveVisualMinerConfigurationAbstract
protected java.util.List<PopupItemActivity> createPopupItemsActivity()
createPopupItemsActivity
in class InductiveVisualMinerConfigurationAbstract
protected java.util.List<PopupItemStartEnd> createPopupItemsStartEnd()
createPopupItemsStartEnd
in class InductiveVisualMinerConfigurationAbstract
protected java.util.List<PopupItemLogMove> createPopupItemsLogMove()
createPopupItemsLogMove
in class InductiveVisualMinerConfigurationAbstract
protected java.util.List<PopupItemModelMove> createPopupItemsModelMove()
createPopupItemsModelMove
in class InductiveVisualMinerConfigurationAbstract
protected java.util.List<PopupItemLog> createPopupItemsLog()
createPopupItemsLog
in class InductiveVisualMinerConfigurationAbstract
public java.util.List<DataAnalysisTableFactory> createDataAnalysisTables()
createDataAnalysisTables
in class InductiveVisualMinerConfigurationAbstract
protected IvMVirtualAttributeFactory createVirtualAttributes()
createVirtualAttributes
in class InductiveVisualMinerConfigurationAbstract
protected InductiveVisualMinerState createState(org.deckfour.xes.model.XLog log)
createState
in class InductiveVisualMinerConfigurationAbstract
protected InductiveVisualMinerPanel createPanel(org.processmining.framework.plugin.ProMCanceller canceller)
createPanel
in class InductiveVisualMinerConfigurationAbstract
public Chain<InductiveVisualMinerState> createChain(InductiveVisualMinerState state, InductiveVisualMinerPanel panel, org.processmining.framework.plugin.ProMCanceller canceller, java.util.concurrent.Executor executor, java.util.List<PreMiningFilter> preMiningFilters, java.util.List<HighlightingFilter> highlightingFilters)
createChain
in class InductiveVisualMinerConfigurationAbstract
protected AlignmentComputer createAlignmentComputer()
createAlignmentComputer
in class InductiveVisualMinerConfigurationAbstract