Modifier and Type | Method and Description |
---|---|
BindingsHeuristic |
BindingsHeuristicExtension.newInstance(EventRelationStorage eventStorage) |
BindingsHeuristic |
BindingsHeuristicExtensionNearestActivityImpl.newInstance(EventRelationStorage eventStorage) |
Constructor and Description |
---|
BindingsNearestActivityImpl(EventRelationStorage eventStorage) |
Modifier and Type | Method and Description |
---|---|
ConditionalDependencyHeuristic |
ConditionalDependencyHeuristicExtension.newInstance(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
ConditionalDependencyHeuristic |
ConditionalDependencyHeuristicExtensionC45FScoreImpl.newInstance(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
ConditionalDependencyHeuristic |
ConditionalDependencyHeuristicExtensionC45KappaImpl.newInstance(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
ConditionalDependencyHeuristic |
ConditionalDependencyHeuristicExtensionNoneImpl.newInstance(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
Constructor and Description |
---|
QualityAwareConditionalDependencyHeuristicImpl(EventRelationStorage eventStorage,
DataRelationStorage dataStorage,
ConditionalDependencyHeuristicConfig.QualityMeasure qualityMeasure) |
Modifier and Type | Method and Description |
---|---|
ConformanceHeuristic |
ConformanceExtensionAlignmentImpl.newInstance(EventRelationStorage eventStorage) |
ConformanceHeuristic |
ConformanceExtensionPassthroughImpl.newInstance(EventRelationStorage eventStorage) |
ConformanceHeuristic |
ConformanceHeuristicExtension.newInstance(EventRelationStorage eventStorage) |
Constructor and Description |
---|
ConformanceAlignmentImpl(EventRelationStorage eventStorage) |
Modifier and Type | Method and Description |
---|---|
DecisionHeuristic |
DecisionHeuristicExtension.newInstance(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
DecisionHeuristic |
DecisionHeuristicExtensionC45Impl.newInstance(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
DecisionHeuristic |
DecisionHeuristicExtensionOverlapping.newInstance(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
Modifier and Type | Method and Description |
---|---|
DependencyHeuristic |
DependencyHeuristicExtension.newInstance(EventRelationStorage eventStorage) |
DependencyHeuristic |
DependencyHeuristicExtensionFHMImpl.newInstance(EventRelationStorage eventStorage) |
Modifier and Type | Field and Description |
---|---|
protected EventRelationStorage |
DefaultCausalMatrixDependencyHeuristic.eventStorage |
Modifier and Type | Method and Description |
---|---|
DependencyHeuristic |
DependencyHeuristicExtensionCAGCAlphaMinerImpl.newInstance(EventRelationStorage eventStorage) |
DependencyHeuristic |
DependencyHeuristicExtensionCAGCAverageMinerImpl.newInstance(EventRelationStorage eventStorage) |
DependencyHeuristic |
DependencyHeuristicExtensionCAGCFuzzMinerImpl.newInstance(EventRelationStorage eventStorage) |
Constructor and Description |
---|
DefaultCausalMatrixDependencyHeuristic(EventRelationStorage eventStorage) |
Modifier and Type | Method and Description |
---|---|
EventRelationStorage |
InteractiveDataAwareCausalMiner.getEventStorage() |
Constructor and Description |
---|
InteractiveDataAwareCausalMiner(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
InteractiveDataAwareCausalMinerController(org.processmining.framework.plugin.PluginContext context,
EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
InteractiveDataAwareCausalMinerVisualization(HeuristicMinerController controller,
EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
InteractiveDataAwareCausalMinerVisualization(HeuristicMinerController controller,
EventRelationStorage eventStorage,
DataRelationStorage dataStorage,
java.lang.Class<? extends MiningMethod> miningMethod,
MethodConfiguration config) |
Modifier and Type | Method and Description |
---|---|
EventRelationStorage |
AbstractMiningMethod.getEventStorage() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMiningMethod.updateData(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
void |
MiningMethod.updateData(EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
protected org.processmining.plugins.graphviz.dot.Dot |
L1DependencyMethod.doMine(DotHelper helper,
EventRelationStorage eventRelations) |
protected org.processmining.plugins.graphviz.dot.Dot |
L2DependencyMethod.doMine(DotHelper helper,
EventRelationStorage eventRelations) |
protected org.processmining.plugins.graphviz.dot.Dot |
LongDistanceDependencyMethod.doMine(DotHelper helper,
EventRelationStorage eventRelations) |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.graphviz.dot.DotEdge |
DotHelper.addDependency(EventRelationStorage dfg,
org.processmining.plugins.graphviz.dot.Dot dot,
java.util.Map<org.deckfour.xes.classification.XEventClass,org.processmining.plugins.graphviz.dot.DotNode> activityToNode,
org.processmining.models.causalgraph.Relation relation) |
org.processmining.plugins.graphviz.dot.DotNode |
DotHelper.addNodeIfNeeded(EventRelationStorage dfg,
org.processmining.plugins.graphviz.dot.Dot dot,
org.deckfour.xes.classification.XEventClass eventClass,
java.util.Map<org.deckfour.xes.classification.XEventClass,org.processmining.plugins.graphviz.dot.DotNode> activityToNode) |
Modifier and Type | Method and Description |
---|---|
EventRelationStorage |
HeuristicsCausalGraphMiner.getEventRelations() |
Modifier and Type | Method and Description |
---|---|
static void |
AcceptedConnectedHeuristic.connectAcceptedTasks(EventRelationStorage eventStore,
java.util.Map<org.processmining.models.causalgraph.Relation,DependencyRelation> graphRelations,
double relativeToBestRatio) |
static void |
AllTaskConnectedHeuristic.connectAllTasks(EventRelationStorage eventStore,
java.util.Map<org.processmining.models.causalgraph.Relation,DependencyRelation> graphRelations,
double relativeToBestRatio) |
Constructor and Description |
---|
HeuristicsCausalGraphBuilder(EventRelationStorage relations) |
HeuristicsCausalGraphMiner(EventRelationStorage eventRelations) |
HeuristicsCausalNetMiner(EventRelationStorage eventRelations) |
Constructor and Description |
---|
DataAwareCausalGraphBuilder(EventRelationStorage relations,
DataRelationStorage dataRelations) |
DataAwareCausalGraphBuilder(EventRelationStorage relations,
DataRelationStorage dataRelations,
ConditionalDependencyHeuristicConfig config) |
DataAwareCausalGraphMiner(EventRelationStorage eventRelations,
DataRelationStorage dataRelations) |
Constructor and Description |
---|
DataAwareCausalNetMiner(EventRelationStorage eventRelations,
DataRelationStorage dataRelations) |
Modifier and Type | Class and Description |
---|---|
class |
EventRelationStorageImpl |
Modifier and Type | Method and Description |
---|---|
static EventRelationStorage |
EventRelationStorage.Factory.createEventRelations(java.lang.Iterable<org.deckfour.xes.model.XTrace> log,
org.deckfour.xes.classification.XEventClasses eventClasses,
java.util.concurrent.ExecutorService executor) |
static EventRelationStorage |
EventRelationStorage.Factory.createEventRelations(java.lang.Iterable<org.deckfour.xes.model.XTrace> log,
org.deckfour.xes.classification.XEventClassifier classifier) |
static EventRelationStorage |
EventRelationStorage.Factory.createEventRelations(java.lang.Iterable<org.deckfour.xes.model.XTrace> log,
org.deckfour.xes.classification.XEventClassifier classifier,
java.util.concurrent.ExecutorService executor) |
static EventRelationStorage |
EventRelationStorage.Factory.createEventRelations(org.deckfour.xes.classification.XEventClasses eventClasses) |
Modifier and Type | Method and Description |
---|---|
static DataRelationStorage |
DataRelationStorage.Factory.createDataRelations(EventRelationStorage eventRelationStorage,
java.util.Map<java.lang.String,java.lang.Class<?>> availableAttributes,
java.util.Set<java.lang.String> consideredAttributes,
java.util.concurrent.ExecutorService executor) |
Constructor and Description |
---|
DataRelationStorageImpl(EventRelationStorage eventRelationStorage,
java.util.Map<java.lang.String,java.lang.Class<?>> availableAttributes,
java.util.Set<java.lang.String> consideredAttributes) |
Constructor and Description |
---|
DataScoreEdgeDecorator(FrequencyAwareCausalNet frequencyAwareCausalNet,
DataAwareCausalGraph dependencyGraph,
EventRelationStorage eventStorage) |
DataScoreEdgeDecorator(FrequencyAwareDataCausalNet frequencyAwareCausalNet,
DataAwareCausalGraph dependencyGraph,
EventRelationStorage eventStorage) |
DependencyScoreEdgeDecorator(org.processmining.models.cnet.CausalNet causalNet,
DependencyAwareCausalGraph causalGraph,
EventRelationStorage relations) |
DependencyScoreEdgeDecorator(org.processmining.models.dcnet.DataAwareCausalNet dataCausalNet,
DependencyAwareCausalGraph causalGraph,
EventRelationStorage relations) |