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 |
---|---|
protected FrequencyAwareCausalNet |
DataAwareDCNetMethod.mineCausalNet(MinerContext context,
EventRelationStorage eventStorage,
DependencyAwareCausalGraph dependencyGraph) |
protected FrequencyAwareDataCausalNet |
DataAwareDCNetMethod.mineDataCausalNetWithGuards(MinerContext context,
EventRelationStorage eventStorage,
DataRelationStorage dataStorage,
DependencyAwareCausalGraph dependencyGraph) |
Modifier and Type | Method and Description |
---|---|
DependencyAwareCausalGraph |
HeuristicsCausalGraphBuilder.build() |
DependencyAwareCausalGraph |
HeuristicsCausalGraphBuilder.build(MinerContext context) |
DependencyAwareCausalGraph |
HeuristicsCausalGraphMiner.mineCausalGraph() |
Modifier and Type | Interface and Description |
---|---|
interface |
DataAwareCausalGraph |
Modifier and Type | Class and Description |
---|---|
class |
DataAwareCausalGraphImpl |
class |
DependencyAwareCausalGraphImpl |
Constructor and Description |
---|
DependencyScoreEdgeDecorator(org.processmining.models.cnet.CausalNet causalNet,
DependencyAwareCausalGraph causalGraph,
EventRelationStorage relations) |
DependencyScoreEdgeDecorator(org.processmining.models.dcnet.DataAwareCausalNet dataCausalNet,
DependencyAwareCausalGraph causalGraph,
EventRelationStorage relations) |