Package | Description |
---|---|
org.processmining.algorithms.statechart.discovery | |
org.processmining.algorithms.statechart.discovery.im |
Modifier and Type | Method and Description |
---|---|
ContextPath |
ContextPath.deriveContext(java.lang.String symbol) |
ContextPath |
ContextPath.getSubcontext(java.lang.String symbol) |
Modifier and Type | Method and Description |
---|---|
ContextPath |
MiningParametersSCRecursion.getCurrentContext() |
ContextPath |
MiningParametersSCRecursion.popContextFromHorizon()
Get and remove a context from the discovery horizon
Returns null if the horizon is empty (i.e., we're done)
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<ContextPath,java.util.List<org.processmining.processtree.Block>> |
MiningParametersSCRecursion.getAllTargets() |
Modifier and Type | Method and Description |
---|---|
IMLogHierarchy |
MiningParametersSCRecursion.getContextSublog(ContextPath contextPath)
Get the sublog associated with the given context label
|
java.util.List<org.processmining.processtree.Block> |
MiningParametersSCRecursion.getContextTargets(ContextPath contextPath)
Get the target tree blocks associated with the given context label
|
void |
MiningParametersSCRecursion.recordForDiscovery(ContextPath contextPath,
IMLogHierarchy sublog,
org.processmining.processtree.Block targetNode)
Used in FinderSCCompositeOrRecursion() for adding new parts to the discovery horizon
|
void |
MiningParametersSCRecursion.setCurrentContext(ContextPath contextPath) |