Class InductiveVisualMinerConfigurationFake
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.configuration.InductiveVisualMinerConfigurationFake
-
- All Implemented Interfaces:
ConfigurationWithDecorator,InductiveVisualMinerConfiguration
public class InductiveVisualMinerConfigurationFake extends java.lang.Object implements InductiveVisualMinerConfiguration
-
-
Constructor Summary
Constructors Constructor Description InductiveVisualMinerConfigurationFake(DataState state, InductiveVisualMinerPanel panel, org.processmining.framework.plugin.ProMCanceller canceller, java.util.concurrent.Executor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlignmentComputergetAlignmentComputer()DataChain<InductiveVisualMinerConfiguration>getChain()Set up the chain (DAG) of steps (chain links) that should be executed in the background and to update the gui.java.util.List<CostModelFactory>getCostModelFactories()java.util.List<DataAnalysisTab<?,InductiveVisualMinerConfiguration,InductiveVisualMinerPanel>>getDataAnalysisTables()IvMDecoratorIgetDecorator()java.util.List<VisualMinerWrapper>getDiscoveryTechniques()The list of available discovery techniques.VisualMinerWrapper[]getDiscoveryTechniquesArray()java.util.List<IvMExporter>getExporters()IvMFilterBuilderFactorygetFilters()The list of available filters.java.util.List<Mode>getModes()The list of available modes (arc colouring, which numbers to show on the model nodes, etc.)Mode[]getModesArray()InductiveVisualMinerPanelgetPanel()Set up the JComponent panel.java.util.List<PopupItemActivity>getPopupItemsActivity()The list of items that are shown in the pop-ups of activities.java.util.List<PopupItemLog>getPopupItemsLog()java.util.List<PopupItemLogMove>getPopupItemsLogMove()java.util.List<PopupItemModelMove>getPopupItemsModelMove()java.util.List<PopupItemStartEnd>getPopupItemsStartEnd()The list of items that are shown in the pop-ups of the start and end node.IvMVirtualAttributeFactorygetVirtualAttributes()voidsetDiscoveryTechniques(java.util.List<VisualMinerWrapper> discoveryTechniques)voidsetDiscoveryTechniques(VisualMinerWrapper[] miners)
-
-
-
Constructor Detail
-
InductiveVisualMinerConfigurationFake
public InductiveVisualMinerConfigurationFake(DataState state, InductiveVisualMinerPanel panel, org.processmining.framework.plugin.ProMCanceller canceller, java.util.concurrent.Executor executor)
-
-
Method Detail
-
getDiscoveryTechniques
public java.util.List<VisualMinerWrapper> getDiscoveryTechniques()
Description copied from interface:InductiveVisualMinerConfigurationThe list of available discovery techniques.- Specified by:
getDiscoveryTechniquesin interfaceInductiveVisualMinerConfiguration- Returns:
-
getDiscoveryTechniquesArray
public VisualMinerWrapper[] getDiscoveryTechniquesArray()
- Specified by:
getDiscoveryTechniquesArrayin interfaceInductiveVisualMinerConfiguration
-
getFilters
public IvMFilterBuilderFactory getFilters()
Description copied from interface:InductiveVisualMinerConfigurationThe list of available filters.- Specified by:
getFiltersin interfaceInductiveVisualMinerConfiguration- Returns:
-
getModes
public java.util.List<Mode> getModes()
Description copied from interface:InductiveVisualMinerConfigurationThe list of available modes (arc colouring, which numbers to show on the model nodes, etc.)- Specified by:
getModesin interfaceInductiveVisualMinerConfiguration- Returns:
-
getModesArray
public Mode[] getModesArray()
- Specified by:
getModesArrayin interfaceInductiveVisualMinerConfiguration
-
getPanel
public InductiveVisualMinerPanel getPanel()
Description copied from interface:InductiveVisualMinerConfigurationSet up the JComponent panel.- Specified by:
getPanelin interfaceInductiveVisualMinerConfiguration- Returns:
-
getChain
public DataChain<InductiveVisualMinerConfiguration> getChain()
Description copied from interface:InductiveVisualMinerConfigurationSet up the chain (DAG) of steps (chain links) that should be executed in the background and to update the gui.- Specified by:
getChainin interfaceInductiveVisualMinerConfiguration- Returns:
-
setDiscoveryTechniques
public void setDiscoveryTechniques(java.util.List<VisualMinerWrapper> discoveryTechniques)
-
setDiscoveryTechniques
public void setDiscoveryTechniques(VisualMinerWrapper[] miners)
-
getPopupItemsActivity
public java.util.List<PopupItemActivity> getPopupItemsActivity()
Description copied from interface:InductiveVisualMinerConfigurationThe list of items that are shown in the pop-ups of activities.- Specified by:
getPopupItemsActivityin interfaceInductiveVisualMinerConfiguration- Returns:
-
getPopupItemsStartEnd
public java.util.List<PopupItemStartEnd> getPopupItemsStartEnd()
Description copied from interface:InductiveVisualMinerConfigurationThe list of items that are shown in the pop-ups of the start and end node.- Specified by:
getPopupItemsStartEndin interfaceInductiveVisualMinerConfiguration- Returns:
-
getPopupItemsLogMove
public java.util.List<PopupItemLogMove> getPopupItemsLogMove()
- Specified by:
getPopupItemsLogMovein interfaceInductiveVisualMinerConfiguration
-
getPopupItemsModelMove
public java.util.List<PopupItemModelMove> getPopupItemsModelMove()
- Specified by:
getPopupItemsModelMovein interfaceInductiveVisualMinerConfiguration
-
getPopupItemsLog
public java.util.List<PopupItemLog> getPopupItemsLog()
- Specified by:
getPopupItemsLogin interfaceInductiveVisualMinerConfiguration
-
getAlignmentComputer
public AlignmentComputer getAlignmentComputer()
- Specified by:
getAlignmentComputerin interfaceInductiveVisualMinerConfiguration
-
getDataAnalysisTables
public java.util.List<DataAnalysisTab<?,InductiveVisualMinerConfiguration,InductiveVisualMinerPanel>> getDataAnalysisTables()
- Specified by:
getDataAnalysisTablesin interfaceInductiveVisualMinerConfiguration
-
getCostModelFactories
public java.util.List<CostModelFactory> getCostModelFactories()
- Specified by:
getCostModelFactoriesin interfaceInductiveVisualMinerConfiguration
-
getExporters
public java.util.List<IvMExporter> getExporters()
- Specified by:
getExportersin interfaceInductiveVisualMinerConfiguration
-
getVirtualAttributes
public IvMVirtualAttributeFactory getVirtualAttributes()
- Specified by:
getVirtualAttributesin interfaceInductiveVisualMinerConfiguration
-
getDecorator
public IvMDecoratorI getDecorator()
- Specified by:
getDecoratorin interfaceConfigurationWithDecorator
-
-