Uses of Interface
org.processmining.goaldrivenprocessmining.algorithms.GoalDrivenConfiguration
-
-
Uses of GoalDrivenConfiguration in graph.controls
Methods in graph.controls that return types with arguments of type GoalDrivenConfiguration Modifier and Type Method Description org.processmining.plugins.inductiveVisualMiner.chain.DataChain<GoalDrivenConfiguration>GraphObjectClickControl. getChain()Method parameters in graph.controls with type arguments of type GoalDrivenConfiguration Modifier and Type Method Description voidGraphObjectClickControl. setChain(org.processmining.plugins.inductiveVisualMiner.chain.DataChain<GoalDrivenConfiguration> chain)Constructor parameters in graph.controls with type arguments of type GoalDrivenConfiguration Constructor Description GraphObjectClickControl(org.processmining.plugins.inductiveVisualMiner.chain.DataChain<GoalDrivenConfiguration> chain, java.lang.Boolean isHighLevel) -
Uses of GoalDrivenConfiguration in org.processmining.goaldrivenprocessmining.algorithms
Classes in org.processmining.goaldrivenprocessmining.algorithms that implement GoalDrivenConfiguration Modifier and Type Class Description classGoalDrivenConfigurationAbstractIvM configuration that contains the chainlink.classGoalDrivenConfigurationDefaultMethods in org.processmining.goaldrivenprocessmining.algorithms that return types with arguments of type GoalDrivenConfiguration Modifier and Type Method Description protected abstract org.processmining.plugins.inductiveVisualMiner.chain.DataChain<GoalDrivenConfiguration>GoalDrivenConfigurationAbstract. createChain(GoalDrivenPanel panel, org.processmining.framework.plugin.ProMCanceller canceller, java.util.concurrent.Executor executor)org.processmining.plugins.inductiveVisualMiner.chain.DataChain<GoalDrivenConfiguration>GoalDrivenConfigurationDefault. createChain(GoalDrivenPanel panel, org.processmining.framework.plugin.ProMCanceller canceller, java.util.concurrent.Executor executor)org.processmining.plugins.inductiveVisualMiner.chain.DataChain<GoalDrivenConfiguration>GoalDrivenConfiguration. getChain()Set up the chain (DAG) of steps (chain links) that should be executed in the background and to update the gui.org.processmining.plugins.inductiveVisualMiner.chain.DataChain<GoalDrivenConfiguration>GoalDrivenConfigurationAbstract. getChain()Methods in org.processmining.goaldrivenprocessmining.algorithms with parameters of type GoalDrivenConfiguration Modifier and Type Method Description protected voidGoalDrivenController. initGui(org.processmining.framework.plugin.ProMCanceller canceller, GoalDrivenConfiguration configuration)Constructors in org.processmining.goaldrivenprocessmining.algorithms with parameters of type GoalDrivenConfiguration Constructor Description GoalDrivenController(org.processmining.framework.plugin.PluginContext context, GoalDrivenConfiguration configuration, org.deckfour.xes.model.XLog log, org.processmining.framework.plugin.ProMCanceller canceller) -
Uses of GoalDrivenConfiguration in org.processmining.goaldrivenprocessmining.algorithms.chain
Methods in org.processmining.goaldrivenprocessmining.algorithms.chain with parameters of type GoalDrivenConfiguration Modifier and Type Method Description org.processmining.plugins.inductiveVisualMiner.chain.IvMObjectValuesCl01GatherAttributes. execute(GoalDrivenConfiguration configuration, org.processmining.plugins.inductiveVisualMiner.chain.IvMObjectValues inputs, org.processmining.plugins.inductiveVisualMiner.chain.IvMCanceller canceller)org.processmining.plugins.inductiveVisualMiner.chain.IvMObjectValuesCONFIG_Update. execute(GoalDrivenConfiguration configuration, org.processmining.plugins.inductiveVisualMiner.chain.IvMObjectValues inputs, org.processmining.plugins.inductiveVisualMiner.chain.IvMCanceller canceller) -
Uses of GoalDrivenConfiguration in org.processmining.goaldrivenprocessmining.panelHelper
Constructors in org.processmining.goaldrivenprocessmining.panelHelper with parameters of type GoalDrivenConfiguration Constructor Description GoalDrivenPanel(GoalDrivenConfiguration configuration, org.processmining.framework.plugin.ProMCanceller canceller)
-