Uses of Class
org.processmining.plugins.inductiveVisualMiner.visualMinerWrapper.VisualMinerWrapper
-
-
Uses of VisualMinerWrapper in org.processmining.plugins.inductiveVisualMiner
Methods in org.processmining.plugins.inductiveVisualMiner that return VisualMinerWrapper Modifier and Type Method Description VisualMinerWrapperInductiveVisualMiner.InductiveVisualMinerLauncher. getMiner()Methods in org.processmining.plugins.inductiveVisualMiner with parameters of type VisualMinerWrapper Modifier and Type Method Description voidInductiveVisualMiner.InductiveVisualMinerLauncher. setMiner(VisualMinerWrapper miner) -
Uses of VisualMinerWrapper in org.processmining.plugins.inductiveVisualMiner.chain
Fields in org.processmining.plugins.inductiveVisualMiner.chain with type parameters of type VisualMinerWrapper Modifier and Type Field Description static IvMObject<VisualMinerWrapper>IvMObject. selected_miner -
Uses of VisualMinerWrapper in org.processmining.plugins.inductiveVisualMiner.configuration
Methods in org.processmining.plugins.inductiveVisualMiner.configuration that return VisualMinerWrapper Modifier and Type Method Description VisualMinerWrapper[]InductiveVisualMinerConfiguration. getDiscoveryTechniquesArray()VisualMinerWrapper[]InductiveVisualMinerConfigurationAbstract. getDiscoveryTechniquesArray()VisualMinerWrapper[]InductiveVisualMinerConfigurationFake. getDiscoveryTechniquesArray()Methods in org.processmining.plugins.inductiveVisualMiner.configuration that return types with arguments of type VisualMinerWrapper Modifier and Type Method Description protected abstract java.util.List<VisualMinerWrapper>InductiveVisualMinerConfigurationAbstract. createDiscoveryTechniques()protected java.util.List<VisualMinerWrapper>InductiveVisualMinerConfigurationDefault. createDiscoveryTechniques()java.util.List<VisualMinerWrapper>InductiveVisualMinerConfiguration. getDiscoveryTechniques()The list of available discovery techniques.java.util.List<VisualMinerWrapper>InductiveVisualMinerConfigurationAbstract. getDiscoveryTechniques()java.util.List<VisualMinerWrapper>InductiveVisualMinerConfigurationFake. getDiscoveryTechniques()Methods in org.processmining.plugins.inductiveVisualMiner.configuration with parameters of type VisualMinerWrapper Modifier and Type Method Description voidInductiveVisualMinerConfigurationFake. setDiscoveryTechniques(VisualMinerWrapper[] miners)Method parameters in org.processmining.plugins.inductiveVisualMiner.configuration with type arguments of type VisualMinerWrapper Modifier and Type Method Description voidInductiveVisualMinerConfigurationFake. setDiscoveryTechniques(java.util.List<VisualMinerWrapper> discoveryTechniques) -
Uses of VisualMinerWrapper in org.processmining.plugins.inductiveVisualMiner.visualMinerWrapper
Methods in org.processmining.plugins.inductiveVisualMiner.visualMinerWrapper with parameters of type VisualMinerWrapper Modifier and Type Method Description intVisualMinerWrapper. compareTo(VisualMinerWrapper o) -
Uses of VisualMinerWrapper in org.processmining.plugins.inductiveVisualMiner.visualMinerWrapper.miners
Subclasses of VisualMinerWrapper in org.processmining.plugins.inductiveVisualMiner.visualMinerWrapper.miners Modifier and Type Class Description classAllOperatorsMinerclassDfgMinerclassLifeCycleMinerclassMiner
-