Uses of Interface
org.processmining.plugins.inductiveVisualMiner.chain.DataChainLink
-
-
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.chain
Subinterfaces of DataChainLink in org.processmining.plugins.inductiveVisualMiner.chain Modifier and Type Interface Description interfaceDataChainLinkComputation<C>interfaceDataChainLinkGui<C,P>Fields in org.processmining.plugins.inductiveVisualMiner.chain declared as DataChainLink Modifier and Type Field Description protected DataChainLink<C>DataChainImplNonBlocking.QueueItemExecuteLink. chainLinkDataChainLink<C>DataChainImplNonBlocking.QueueItemRegister. chainLinkMethods in org.processmining.plugins.inductiveVisualMiner.chain that return DataChainLink Modifier and Type Method Description DataChainLink<C>DataChainInternal. getChainLink(java.lang.Class<? extends DataChainLink<C>> clazz)Methods in org.processmining.plugins.inductiveVisualMiner.chain with parameters of type DataChainLink Modifier and Type Method Description static booleanDataChainInternal. contains(DataChainLink<?>[] haystack, DataChainLink<?> needle)voidDataChain. executeLink(DataChainLink<C> chainLink)Invalidate and execute the given chain link.voidDataChainImplNonBlocking. executeLink(DataChainLink<C> chainLink)voidDataChainInternal. executeLink(DataChainLink<C> chainLink)voidDataChain. register(DataChainLink<C> chainLink)Add a chainlink to the chainvoidDataChainImplNonBlocking. register(DataChainLink<C> chainLink)voidDataChainInternal. register(DataChainLink<C> chainLink)Method parameters in org.processmining.plugins.inductiveVisualMiner.chain with type arguments of type DataChainLink Modifier and Type Method Description voidDataChain. executeLink(java.lang.Class<? extends DataChainLink<C>> clazz)Execute an arbitrary chain link of the given classvoidDataChainImplNonBlocking. executeLink(java.lang.Class<? extends DataChainLink<C>> clazz)DataChainLink<C>DataChainInternal. getChainLink(java.lang.Class<? extends DataChainLink<C>> clazz)Constructors in org.processmining.plugins.inductiveVisualMiner.chain with parameters of type DataChainLink Constructor Description QueueItemExecuteLink(DataChainLink<C> chainLink)QueueItemRegister(DataChainLink<C> chainLink) -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis
Subinterfaces of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis Modifier and Type Interface Description interfaceDataRowBlock<O,C,P>A DataRowBlock visualises a set of dataRows.Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis that implement DataChainLink Modifier and Type Class Description classDataRowBlockAbstract<O,C,P>classDataRowBlockComputer<O,C,P>This class computes and visualises DataRowBlocks.classDataRowBlockComputer.DataRowBlockComputerRowBlock -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis.associations
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.associations that implement DataChainLink Modifier and Type Class Description classDataRowBlockAssociations<C extends ConfigurationWithDecorator,P>classDataRowBlockAssociationsProcess<C,P> -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis.causal
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.causal that implement DataChainLink Modifier and Type Class Description classDataRowBlockCausal<C,P> -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis.cohorts
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.cohorts that implement DataChainLink Modifier and Type Class Description classDataRowBlockCohorts<C,P> -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis.cost
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.cost that implement DataChainLink Modifier and Type Class Description classDataRowBlockCosts<C,P> -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis.eventattributes
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.eventattributes that implement DataChainLink Modifier and Type Class Description classDataRowBlockEventData<C,P>classDataRowBlockEventDataHistogram<C extends ConfigurationWithDecorator,P>classDataRowBlockEventDataHistogramVirtual<C extends ConfigurationWithDecorator,P>classDataRowBlockEventDataType<C,P>classDataRowBlockEventDataTypeVirtual<C,P>classDataRowBlockEventDataVirtual<C,P> -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis.logattributes
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.logattributes that implement DataChainLink Modifier and Type Class Description classDataRowBlockLogAttributes<C,P>classDataRowBlockLogAttributesHighlighted<C,P>classDataRowBlockLogEMSC<C,P> -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis.modeltime
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.modeltime that implement DataChainLink Modifier and Type Class Description classRowBlockModelHistogram<C extends ConfigurationWithDecorator,P>classRowBlockModelLogNormal<C extends ConfigurationWithDecorator,P>classRowBlockModelPerformance<C,P>classRowBlockModelWeibull<C extends ConfigurationWithDecorator,P> -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.dataanalysis.traceattributes
Classes in org.processmining.plugins.inductiveVisualMiner.dataanalysis.traceattributes that implement DataChainLink Modifier and Type Class Description classDataRowBlockTrace<C,P>classDataRowBlockTraceBlockVirtual<C,P>classDataRowBlockTraceHistogram<C extends ConfigurationWithDecorator,P>classDataRowBlockTraceHistogramVirtual<C extends ConfigurationWithDecorator,P>classDataRowBlockTraceType<C,P>classDataRowBlockTraceTypeVirtual<C,P> -
Uses of DataChainLink in org.processmining.plugins.inductiveVisualMiner.popup
Classes in org.processmining.plugins.inductiveVisualMiner.popup that implement DataChainLink Modifier and Type Class Description static classPopupController.ClPopups
-