public class InductiveVisualMinerConfigurationFake extends java.lang.Object implements InductiveVisualMinerConfiguration
Constructor and Description |
---|
InductiveVisualMinerConfigurationFake(InductiveVisualMinerState state,
InductiveVisualMinerPanel panel,
org.processmining.framework.plugin.ProMCanceller canceller,
java.util.concurrent.Executor executor) |
Modifier and Type | Method and Description |
---|---|
AlignmentComputer |
getAlignmentComputer() |
Chain<InductiveVisualMinerState> |
getChain()
Set up the chain (DAG) of steps that should be executed in the
background, concurrently with one another and with the gui.
|
java.util.List<DataAnalysisTableFactory> |
getDataAnalysisTables() |
IvMDecoratorI |
getDecorator() |
java.util.List<VisualMinerWrapper> |
getDiscoveryTechniques()
The list of available discovery techniques.
|
VisualMinerWrapper[] |
getDiscoveryTechniquesArray() |
java.util.List<HighlightingFilter> |
getHighlightingFilters()
The list of available highlighting filters.
|
java.util.List<Mode> |
getModes()
The list of available modes (arc colouring, which numbers to show on the
model nodes, etc.)
|
Mode[] |
getModesArray() |
InductiveVisualMinerPanel |
getPanel()
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.
|
java.util.List<PreMiningFilter> |
getPreMiningFilters()
The list of available pre-mining filters.
|
InductiveVisualMinerState |
getState()
Set up the state that keeps the data related to the visual Miner.
|
IvMVirtualAttributeFactory |
getVirtualAttributes() |
void |
setDiscoveryTechniques(java.util.List<VisualMinerWrapper> discoveryTechniques) |
void |
setDiscoveryTechniques(VisualMinerWrapper[] miners) |
public InductiveVisualMinerConfigurationFake(InductiveVisualMinerState state, InductiveVisualMinerPanel panel, org.processmining.framework.plugin.ProMCanceller canceller, java.util.concurrent.Executor executor)
public java.util.List<VisualMinerWrapper> getDiscoveryTechniques()
InductiveVisualMinerConfiguration
getDiscoveryTechniques
in interface InductiveVisualMinerConfiguration
public VisualMinerWrapper[] getDiscoveryTechniquesArray()
getDiscoveryTechniquesArray
in interface InductiveVisualMinerConfiguration
public java.util.List<PreMiningFilter> getPreMiningFilters()
InductiveVisualMinerConfiguration
getPreMiningFilters
in interface InductiveVisualMinerConfiguration
public java.util.List<HighlightingFilter> getHighlightingFilters()
InductiveVisualMinerConfiguration
getHighlightingFilters
in interface InductiveVisualMinerConfiguration
public java.util.List<Mode> getModes()
InductiveVisualMinerConfiguration
getModes
in interface InductiveVisualMinerConfiguration
public Mode[] getModesArray()
getModesArray
in interface InductiveVisualMinerConfiguration
public InductiveVisualMinerState getState()
InductiveVisualMinerConfiguration
getState
in interface InductiveVisualMinerConfiguration
public InductiveVisualMinerPanel getPanel()
InductiveVisualMinerConfiguration
getPanel
in interface InductiveVisualMinerConfiguration
public Chain<InductiveVisualMinerState> getChain()
InductiveVisualMinerConfiguration
getChain
in interface InductiveVisualMinerConfiguration
public void setDiscoveryTechniques(java.util.List<VisualMinerWrapper> discoveryTechniques)
public void setDiscoveryTechniques(VisualMinerWrapper[] miners)
public java.util.List<PopupItemActivity> getPopupItemsActivity()
InductiveVisualMinerConfiguration
getPopupItemsActivity
in interface InductiveVisualMinerConfiguration
public java.util.List<PopupItemStartEnd> getPopupItemsStartEnd()
InductiveVisualMinerConfiguration
getPopupItemsStartEnd
in interface InductiveVisualMinerConfiguration
public java.util.List<PopupItemLogMove> getPopupItemsLogMove()
getPopupItemsLogMove
in interface InductiveVisualMinerConfiguration
public java.util.List<PopupItemModelMove> getPopupItemsModelMove()
getPopupItemsModelMove
in interface InductiveVisualMinerConfiguration
public java.util.List<PopupItemLog> getPopupItemsLog()
getPopupItemsLog
in interface InductiveVisualMinerConfiguration
public AlignmentComputer getAlignmentComputer()
getAlignmentComputer
in interface InductiveVisualMinerConfiguration
public java.util.List<DataAnalysisTableFactory> getDataAnalysisTables()
getDataAnalysisTables
in interface InductiveVisualMinerConfiguration
public IvMVirtualAttributeFactory getVirtualAttributes()
getVirtualAttributes
in interface InductiveVisualMinerConfiguration
public IvMDecoratorI getDecorator()
getDecorator
in interface InductiveVisualMinerConfiguration