Package | Description |
---|---|
org.processmining.plugins.inductiveVisualMiner.chain | |
org.processmining.plugins.inductiveVisualMiner.helperClasses |
Modifier and Type | Class and Description |
---|---|
class |
Cl01GatherAttributes |
class |
Cl02SortEvents |
class |
Cl03MakeLog |
class |
Cl04FilterLogOnActivities |
class |
Cl05Mine |
class |
Cl06LayoutModel |
class |
Cl07Align |
class |
Cl08UpdateIvMAttributes
Some (virtual) attributes might use information from the IvMLog (=aligned
log).
|
class |
Cl09LayoutAlignment |
class |
Cl10AnimationScaler |
class |
Cl11Animate |
class |
Cl12TraceColouring |
class |
Cl13FilterNodeSelection |
class |
Cl14Performance |
class |
Cl15Histogram |
class |
Cl16DataAnalysisTrace |
class |
Cl17DataAnalysisEvent |
class |
Cl18DataAnalysisCohort |
class |
Cl19DataAnalysisLog
Most of the work for the log attribute analysis is done in Cl02SortEvents.
|
class |
Cl20Done |
class |
IvMChainLink<I,O> |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ChainLink<State,?,?>> |
Chain.getChainLinks() |
java.util.Set<ChainLink<State,?,?>> |
Chain.getCompletedChainLinks() |
org.processmining.plugins.InductiveMiner.Pair<org.processmining.plugins.graphviz.dot.Dot,java.util.Map<ChainLink<State,?,?>,org.processmining.plugins.graphviz.dot.DotNode>> |
Chain.toDot() |
Modifier and Type | Method and Description |
---|---|
void |
Chain.addConnection(ChainLink<State,?,?> from,
ChainLink<State,?,?> to) |
void |
Chain.addConnection(ChainLink<State,?,?> from,
ChainLink<State,?,?> to) |
boolean |
Chain.canExecute(ChainLink<State,?,?> chainLink) |
void |
Chain.executeNext(ChainLink<State,?,?> chainLink)
Thread safe.
|
Modifier and Type | Method and Description |
---|---|
void |
Chain.execute(java.lang.Class<? extends ChainLink<State,?,?>> clazz)
Not thread safe.
|
Modifier and Type | Method and Description |
---|---|
void |
ControllerView.pushCompleteChainLinks(java.util.Set<ChainLink<State,?,?>> complete) |