Modifier and Type | Method and Description |
---|---|
RepEGraph |
FusionAlg.mergeEGraph(EGraph source,
EGraph target,
MatchMapping mapping) |
Modifier and Type | Method and Description |
---|---|
RepEGraph |
FusionAlgBinaryImpl.mergeEGraph(EGraph source,
EGraph target,
MatchMapping mapping) |
Modifier and Type | Interface and Description |
---|---|
interface |
RepEGraph |
interface |
RepEGraphMappingAware |
Modifier and Type | Method and Description |
---|---|
EGraph |
EGraphFactory.createEmptyExecutionGraph(org.processmining.partialorder.ptrace.model.PTrace ptrace) |
EGraph |
MatchMapping.getSourceGraph() |
EGraph |
MatchMapping.getTargetGraph() |
Modifier and Type | Method and Description |
---|---|
ENode |
EGraphFactory.createArtificalEnd(EGraph eg) |
ENode |
EGraphFactory.createArtificalEnd(EGraph eg,
int[] preds) |
ENode |
EGraphFactory.createArtificalStart(EGraph eg) |
ENode |
EGraphFactory.createArtificalStart(EGraph eg,
int[] succs) |
EEdge |
EGraphFactory.createEdge(EGraph graph,
int newSourceId,
int newTargetId) |
ENode |
EGraphFactory.createNode(EGraph graph,
ENode node) |
ENode |
EGraphFactory.createNode(EGraph eg,
org.deckfour.xes.classification.XEventClass c,
java.util.List<java.lang.Integer> predIds,
java.util.List<java.lang.Integer> succIds,
java.util.List<java.lang.Integer> concIds) |
ENode |
EGraphFactory.createNode(EGraph eg,
org.deckfour.xes.classification.XEventClass c,
java.util.List<java.lang.Integer> predIds,
java.util.List<java.lang.Integer> succIds,
java.util.List<java.lang.Integer> concIds,
int[] preds,
int[] succs,
int[] concs) |
void |
EGraphFactory.setGraphDist(EGraph eg,
int[][] distMatrix) |
void |
MatchMapping.setSourceGraph(EGraph graph) |
void |
MatchMapping.setTargetGraph(EGraph graph) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EGraph> |
EGraphs.getGraphs() |
Constructor and Description |
---|
EGraphs(java.util.List<EGraph> graphs) |
EGraphsWithMappings(java.util.List<EGraph> graphs,
MatchMappings mappings,
EGMatchConfiguration conf) |
Modifier and Type | Class and Description |
---|---|
class |
EGraphImp |
class |
RepEGraphBinaryMappingAwareImpl |
class |
RepEGraphImpl |
Modifier and Type | Method and Description |
---|---|
EGraph |
MatchMappingImpl.getSourceGraph() |
EGraph |
MatchMappingImpl.getTargetGraph() |
Modifier and Type | Method and Description |
---|---|
void |
MatchMappingImpl.setSourceGraph(EGraph graph) |
void |
MatchMappingImpl.setTargetGraph(EGraph graph) |
Constructor and Description |
---|
ENodeAbstract(EGraph eg,
java.lang.String label) |
ENodeAwareImpl(EGraph graph,
java.lang.String label) |
ENodeAwareImpl(EGraph graph,
java.lang.String label,
java.util.List<java.lang.Integer> preds,
java.util.List<java.lang.Integer> succs,
java.util.List<java.lang.Integer> concs) |
ENodeAwareImpl(EGraph eg,
java.lang.String label,
java.util.List<java.lang.Integer> predIds,
java.util.List<java.lang.Integer> succIds,
java.util.List<java.lang.Integer> concIds,
int[] preds,
int[] succs,
int[] concs) |
ENodeDummyImpl(EGraph graph,
java.lang.String label) |
MatchMappingImpl(EGraph source,
EGraph target) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MatchMapping> |
MatchingAllAlg.getAllOptimalMapping(EGraph g1,
EGraph g2) |
MatchMapping |
MatchingAlg.getOptimalMapping(EGraph g1,
EGraph g2) |
int |
CostStrategy.getTotalCost(EGraph source,
EGraph target,
MatchMapping mapping)
Main cost function.
|
int |
CostStrategy.getWeightedCostNoMatch(java.lang.Integer nodeId,
EGraph NodeGraph,
MatchMapping mapping) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MatchMapping> |
MatchingAlgBackTrackingPruningImpl.getAllOptimalMapping(EGraph g1,
EGraph g2) |
java.util.List<MatchMapping> |
MatchingAllAlgBackTrackingBFImpl.getAllOptimalMapping(EGraph g1,
EGraph g2) |
abstract MatchMapping |
MatchingAlgAbstract.getOptimalMapping(EGraph g1,
EGraph g2) |
MatchMapping |
MatchingAlgBackTrackingPruningImpl.getOptimalMapping(EGraph g1,
EGraph g2) |
MatchMapping |
MatchingAlgDecomposedBackTrackingImpl.getOptimalMapping(EGraph g1,
EGraph g2)
TODO
|
MatchMapping |
MatchingAlgGreedyImp.getOptimalMapping(EGraph g1,
EGraph g2) |
MatchMapping |
MatchingAllAlgBackTrackingBFImpl.getOptimalMapping(EGraph g1,
EGraph g2) |
int |
CostStrategyAbstract.getTotalCost(EGraph source,
EGraph target,
MatchMapping mapping) |
int |
CostStrategyAbstract.getWeightedCostNoMatch(java.lang.Integer nodeId,
EGraph NodeGraph,
MatchMapping mapping) |
Modifier and Type | Method and Description |
---|---|
EGraph |
PTraceToEGConverter.convert(org.processmining.partialorder.ptrace.model.PTrace trace) |
EGraph |
PTraceToEGConverterCAwareAdaptiveKwithDummyStartEndImpl.convert(org.processmining.partialorder.ptrace.model.PTrace ptrace) |
Modifier and Type | Method and Description |
---|---|
protected void |
PTraceToEGConverterAbstract.addArtificalStartAndEnd(EGraph eg,
org.processmining.partialorder.ptrace.model.PTrace ptrace,
EGraphFactory factory) |
protected int[][] |
PTraceToEGConverterAbstract.computeNodeContexts(EGraph eg,
org.processmining.partialorder.ptrace.model.PTrace ptrace,
java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> predMap,
java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> succMap,
java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> concMap) |
Modifier and Type | Method and Description |
---|---|
void |
EGMatchTestVerificationMethod.computeCorrectness(RepEGraph representiveGraph,
EGraph g1,
EGraph g2,
MatchMapping matchMapping,
org.deckfour.xes.model.XLog log,
FusionBinaryResult mappingQuality) |
void |
EGMatchTestVerificationMethodGeneratedImpl.computeCorrectness(RepEGraph representiveGraph,
EGraph g1,
EGraph g2,
MatchMapping matchMapping,
org.deckfour.xes.model.XLog log,
FusionBinaryResult mappingQuality) |
void |
EGMatchTestVerificationMethodMUDataImpl.computeCorrectness(RepEGraph representiveGraph,
EGraph g1,
EGraph g2,
MatchMapping matchMapping,
org.deckfour.xes.model.XLog log,
FusionBinaryResult mappingQuality) |