Uses of Class
org.processmining.plugins.InductiveMiner.graphs.Components
-
Packages that use Components Package Description org.processmining.plugins.InductiveMiner.graphs org.processmining.plugins.InductiveMiner.mining.cuts.IMa -
-
Uses of Components in org.processmining.plugins.InductiveMiner.graphs
Methods in org.processmining.plugins.InductiveMiner.graphs that return Components Modifier and Type Method Description static <V> Components<V>Cliques. compute(UndirectedGraph<V> graph) -
Uses of Components in org.processmining.plugins.InductiveMiner.mining.cuts.IMa
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMa with parameters of type Components Modifier and Type Method Description static ConcurrentOptionalOrLogConcurrentOptionalOrLogMerger. merge(Components<org.deckfour.xes.classification.XEventClass> components, ConcurrentOptionalOrLog oldLog, int componentA, int componentB)Merge the mentioned components in both the log and the components object.Constructors in org.processmining.plugins.InductiveMiner.mining.cuts.IMa with parameters of type Components Constructor Description ConcurrentOptionalOrLog(IMLog log, Components<org.deckfour.xes.classification.XEventClass> components)Make sure the components are 1 ....
-