public interface InductiveVisualMinerConfiguration
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() |
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() |
java.util.List<VisualMinerWrapper> getDiscoveryTechniques()
VisualMinerWrapper[] getDiscoveryTechniquesArray()
java.util.List<PreMiningFilter> getPreMiningFilters()
java.util.List<HighlightingFilter> getHighlightingFilters()
java.util.List<Mode> getModes()
Mode[] getModesArray()
java.util.List<PopupItemActivity> getPopupItemsActivity()
java.util.List<PopupItemStartEnd> getPopupItemsStartEnd()
java.util.List<PopupItemLogMove> getPopupItemsLogMove()
java.util.List<PopupItemModelMove> getPopupItemsModelMove()
java.util.List<PopupItemLog> getPopupItemsLog()
java.util.List<DataAnalysisTableFactory> getDataAnalysisTables()
IvMVirtualAttributeFactory getVirtualAttributes()
InductiveVisualMinerState getState()
log
- InductiveVisualMinerPanel getPanel()
context
- state
- discoveryTechniques
- canceller
- Chain<InductiveVisualMinerState> getChain()
AlignmentComputer getAlignmentComputer()