Uses of Interface
org.processmining.plugins.inductiveVisualMiner.configuration.ConfigurationWithDecorator
-
-
Uses of ConfigurationWithDecorator in org.processmining.plugins.inductiveVisualMiner.configuration
Subinterfaces of ConfigurationWithDecorator in org.processmining.plugins.inductiveVisualMiner.configuration Modifier and Type Interface Description interfaceInductiveVisualMinerConfigurationUse this class to extend the visual Miner: - discovery techniques; - chain of computation steps, done out of the gui thread; - state keeps track of computation results - the gui panelClasses in org.processmining.plugins.inductiveVisualMiner.configuration that implement ConfigurationWithDecorator Modifier and Type Class Description classInductiveVisualMinerConfigurationAbstractIvM configuration that contains the chainlink.classInductiveVisualMinerConfigurationDefaultclassInductiveVisualMinerConfigurationFake -
Uses of ConfigurationWithDecorator in org.processmining.plugins.inductiveVisualMiner.dataanalysis.associations
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.associations with type parameters of type ConfigurationWithDecorator Modifier and Type Class Description classDataRowBlockAssociations<C extends ConfigurationWithDecorator,P>Methods in org.processmining.plugins.inductiveVisualMiner.dataanalysis.associations with parameters of type ConfigurationWithDecorator Modifier and Type Method Description java.util.List<DataRow<java.lang.Object>>DataRowBlockAssociations. compute(ConfigurationWithDecorator configuration, IvMObjectValues inputs, IvMCanceller canceller) -
Uses of ConfigurationWithDecorator in org.processmining.plugins.inductiveVisualMiner.dataanalysis.eventattributes
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.eventattributes with type parameters of type ConfigurationWithDecorator Modifier and Type Class Description classDataRowBlockEventDataHistogram<C extends ConfigurationWithDecorator,P>classDataRowBlockEventDataHistogramVirtual<C extends ConfigurationWithDecorator,P>Methods in org.processmining.plugins.inductiveVisualMiner.dataanalysis.eventattributes with parameters of type ConfigurationWithDecorator Modifier and Type Method Description java.util.List<DataRow<java.lang.Object>>DataRowBlockEventDataHistogram. compute(ConfigurationWithDecorator configuration, IvMObjectValues inputs, IvMCanceller canceller) -
Uses of ConfigurationWithDecorator in org.processmining.plugins.inductiveVisualMiner.dataanalysis.modeltime
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.modeltime with type parameters of type ConfigurationWithDecorator Modifier and Type Class Description classRowBlockModelHistogram<C extends ConfigurationWithDecorator,P>classRowBlockModelLogNormal<C extends ConfigurationWithDecorator,P>classRowBlockModelWeibull<C extends ConfigurationWithDecorator,P>Methods in org.processmining.plugins.inductiveVisualMiner.dataanalysis.modeltime with parameters of type ConfigurationWithDecorator Modifier and Type Method Description java.util.List<DataRow<java.lang.Object>>RowBlockModelHistogram. compute(ConfigurationWithDecorator configuration, IvMObjectValues inputs, IvMCanceller canceller)java.util.List<DataRow<java.lang.Object>>RowBlockModelWeibull. compute(ConfigurationWithDecorator configuration, IvMObjectValues inputs, IvMCanceller canceller) -
Uses of ConfigurationWithDecorator in org.processmining.plugins.inductiveVisualMiner.dataanalysis.traceattributes
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.traceattributes with type parameters of type ConfigurationWithDecorator Modifier and Type Class Description classDataRowBlockTraceHistogram<C extends ConfigurationWithDecorator,P>classDataRowBlockTraceHistogramVirtual<C extends ConfigurationWithDecorator,P>Methods in org.processmining.plugins.inductiveVisualMiner.dataanalysis.traceattributes with parameters of type ConfigurationWithDecorator Modifier and Type Method Description java.util.List<DataRow<java.lang.Object>>DataRowBlockTraceHistogramVirtual. compute(ConfigurationWithDecorator configuration, IvMObjectValues inputs, IvMCanceller canceller)
-