Modifier and Type | Method and Description |
---|---|
void |
BindingsHeuristic.computeBindings(MinerContext context,
org.processmining.models.causalgraph.SimpleCausalGraph causalGraph)
Computes the input- and output bindings for the C-Net.
|
void |
BindingsNearestActivityImpl.computeBindings(MinerContext context,
org.processmining.models.causalgraph.SimpleCausalGraph causalGraph) |
Modifier and Type | Method and Description |
---|---|
DataAwareCausalGraph |
ConditionalDependencyHeuristic.computeDependencies(MinerContext context,
MethodConfiguration configuration,
org.processmining.models.causalgraph.SimpleCausalGraph causalGraph)
Computes the dependency values between activities
|
DataAwareCausalGraph |
QualityAwareConditionalDependencyHeuristicImpl.computeDependencies(MinerContext context,
MethodConfiguration configuration,
org.processmining.models.causalgraph.SimpleCausalGraph causalGraph) |
Modifier and Type | Method and Description |
---|---|
FrequencyAwareCausalNet |
ConformanceAlignmentImpl.computeFrequencies(MinerContext context,
FrequencyAwareCausalNet cnet) |
FrequencyAwareCausalNet |
ConformanceHeuristic.computeFrequencies(MinerContext context,
FrequencyAwareCausalNet cNet)
Computes the frequencies of input- and output bindings for the C-Net.
|
FrequencyAwareDataCausalNet |
ConformanceAlignmentImpl.computeFrequencies(MinerContext context,
FrequencyAwareDataCausalNet dcNet) |
FrequencyAwareDataCausalNet |
ConformanceHeuristic.computeFrequencies(MinerContext context,
FrequencyAwareDataCausalNet dcNet)
Computes the frequencies of input- and output bindings for the DC-Net.
|
Modifier and Type | Method and Description |
---|---|
FrequencyAwareDataCausalNet |
DecisionHeuristic.computeDecisions(MinerContext context,
MethodConfiguration configuration,
FrequencyAwareCausalNet causalNet) |
Modifier and Type | Method and Description |
---|---|
DependencyAwareCausalGraph |
DependencyHeuristic.computeDependencies(MinerContext context,
MethodConfiguration configuration)
Computes the dependency values between activities
|
Modifier and Type | Method and Description |
---|---|
DependencyAwareCausalGraph |
DefaultCausalMatrixDependencyHeuristic.computeDependencies(MinerContext context,
MethodConfiguration config) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
MiningMethod.mine(MinerContext extensionContext) |
Modifier and Type | Method and Description |
---|---|
protected DataAwareCausalGraph |
DataDependencyGraphMethod.buildDataDependencyGraph(MinerContext context) |
javax.swing.JComponent |
DataAwareCNetMethod.mine(MinerContext context) |
javax.swing.JComponent |
DataAwareDCNetMethod.mine(MinerContext context) |
javax.swing.JComponent |
DataAwareDPNMinerMethod.mine(MinerContext context) |
javax.swing.JComponent |
DataAwarePetrinetMinerMethod.mine(MinerContext context) |
javax.swing.JComponent |
DataDependencyGraphMethod.mine(MinerContext context) |
javax.swing.JComponent |
DependencyGraphMethod.mine(MinerContext context) |
protected FrequencyAwareCausalNet |
DataAwareDCNetMethod.mineCausalNet(MinerContext context,
EventRelationStorage eventStorage,
DependencyAwareCausalGraph dependencyGraph) |
protected FrequencyAwareCausalNet |
DataAwareCNetMethod.mineCNet(MinerContext context,
EventRelationStorage eventStorage,
DataAwareCausalGraph dependencyGraph) |
protected FrequencyAwareDataCausalNet |
DataAwareDCNetMethod.mineDataCausalNetWithGuards(MinerContext context,
EventRelationStorage eventStorage,
DataRelationStorage dataStorage,
DependencyAwareCausalGraph dependencyGraph) |
protected org.processmining.datapetrinets.DataPetriNetsWithMarkings |
DataAwareDPNMinerMethod.mineDPN(MinerContext context,
EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
DependencyRelationMethod.mine(MinerContext context) |
javax.swing.JComponent |
DirectlyFollowsMethod.mine(MinerContext context) |
javax.swing.JComponent |
L1DependencyMethod.mine(MinerContext context) |
javax.swing.JComponent |
L2DependencyMethod.mine(MinerContext context) |
javax.swing.JComponent |
LongDistanceDependencyMethod.mine(MinerContext context) |
Modifier and Type | Method and Description |
---|---|
DependencyAwareCausalGraph |
HeuristicsCausalGraphBuilder.build(MinerContext context) |
protected Bindings |
HeuristicsCausalNetMiner.calculateBindings(MinerContext context,
org.processmining.models.causalgraph.SimpleCausalGraph causalGraph,
BindingsHeuristic bindingsHeuristic) |
FrequencyAwareCausalNet |
HeuristicsCausalNetMiner.mineCausalNet(MinerContext context,
org.processmining.models.causalgraph.SimpleCausalGraph causalGraph,
BindingsHeuristic bindingsHeuristic) |
Modifier and Type | Method and Description |
---|---|
DataAwareCausalGraph |
DataAwareCausalGraphBuilder.build(MinerContext context,
org.processmining.models.causalgraph.SimpleCausalGraph causalGraph) |
DataAwareCausalGraph |
DataAwareCausalGraphMiner.mineCausalGraph(MinerContext context,
org.processmining.models.causalgraph.SimpleCausalGraph initialCausalGraph) |