Modifier and Type | Field and Description |
---|---|
protected DMNModel |
AbstractDMNMiner.mainModel |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<DMNModel> |
AbstractDMNMiner.models |
protected java.util.Set<DMNModel> |
AbstractDMNMiner.topModels |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<DMNModel> |
AbstractDMNMiner.eliminateDuplicates(java.util.Set<DMNModel> org) |
java.util.Set<DMNModel> |
AbstractDMNMiner.getModels() |
java.util.Set<DMNModel> |
AbstractDMNMiner.getTopModels() |
java.util.Set<DMNModel> |
PMInDModelChecker.getUnmatchedModels() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDMNMiner.addNodes(int level,
DMNModel m,
DMNActivityAttributePair topDAP,
PossibleModel p) |
ModelComparison |
PMInDModelChecker.checkModels(DMNModel m,
DMNModel m2) |
java.util.Set<ModelComparison> |
PMInDModelChecker.doSubModels(DMNModel m,
java.util.Set<DMNModel> m2) |
protected abstract void |
AbstractDMNMiner.findRelatedNodes(int level,
DMNModel newModel,
AttributeShiftSequence assD,
DMNActivityAttributePair topDAP,
java.util.Set<java.lang.Integer> shiftingTraces) |
protected void |
DMNMinerShiftBasedOld.findRelatedNodes(int level,
DMNModel newModel,
AttributeShiftSequence assD,
DMNActivityAttributePair topDAP,
java.util.Set<java.lang.Integer> shiftingTraces) |
protected void |
PMInDNoShifts.findRelatedNodes(int level,
DMNModel newModel,
AttributeShiftSequence assD,
DMNActivityAttributePair topDAP,
java.util.Set<java.lang.Integer> shiftingTraces) |
protected void |
PMInDShiftBased.findRelatedNodes(int level,
DMNModel newModel,
AttributeShiftSequence assD,
DMNActivityAttributePair topDAP,
java.util.Set<java.lang.Integer> shiftingTraces) |
protected void |
SOAPMInD.findRelatedNodes(int level,
DMNModel newModel,
AttributeShiftSequence assD,
DMNActivityAttributePair topDAP,
java.util.Set<java.lang.Integer> shiftingTraces) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ModelComparison> |
PMInDModelChecker.doSubModels(DMNModel m,
java.util.Set<DMNModel> m2) |
protected java.util.Set<DMNModel> |
AbstractDMNMiner.eliminateDuplicates(java.util.Set<DMNModel> org) |
Modifier and Type | Method and Description |
---|---|
DMNModel |
ModelComparison.getModel1() |
DMNModel |
ModelComparison.getModel2() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DMNModel> |
TraceCluster.getModels() |
Constructor and Description |
---|
ModelComparison(DMNModel m1,
DMNModel m2,
java.util.Map<DMNActivityAttributePair,DMNActivityAttributePair> c,
java.util.Set<DMNActivityAttributePair> mIM,
java.util.Set<DMNActivityAttributePair> mIM2,
java.util.Set<DMNEdge> me1,
java.util.Set<DMNEdge> me2,
double score) |
Constructor and Description |
---|
TraceCluster(java.util.Collection<DMNModel> m,
java.util.Collection<java.lang.Integer> i,
java.lang.Object[] p) |
Modifier and Type | Field and Description |
---|---|
protected DMNModel |
DMNModel.superModel |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<DMNModel> |
DMNModel.submodels |
Modifier and Type | Method and Description |
---|---|
DMNModel |
DMNModel.clone(java.lang.String label,
java.util.Set<java.lang.Integer> traces) |
DMNModel |
DMNModel.getSuperModel() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<DMNModel> |
DMNModel.getSubModels() |
java.util.Set<DMNModel> |
DMNModel.recursivelyGetSubModels() |
Modifier and Type | Method and Description |
---|---|
void |
DMNModel.addSubModel(DMNModel m) |
void |
DMNModel.setSuperModel(DMNModel s) |
Constructor and Description |
---|
DMNActivity(DMNModel net,
Activity a) |
DMNAdminActivity(DMNModel net,
org.processmining.plugins.graphviz.dot.Dot d,
Activity a) |
DMNDecisionActivity(DMNModel net,
org.processmining.plugins.graphviz.dot.Dot d,
Activity a,
DMNAttribute at,
int shift,
java.util.Set<java.lang.Integer> traces) |
DMNInput(DMNModel net,
org.processmining.plugins.graphviz.dot.Dot d,
DMNAttribute a) |
DMNKnowledgeNode(DMNModel net,
org.processmining.plugins.graphviz.dot.Dot d,
DMNActivityAttributePair daap,
java.lang.String description) |
DMNNode(DMNModel net) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<DMNModel> |
PMInDOutput.getModels() |
Modifier and Type | Method and Description |
---|---|
double |
PMInDCheckerVisualizer.checkModels(DMNModel m,
DMNModel m2) |
void |
PMInDCheckerVisualizer.colorMissingElements(DMNModel m,
DMNModel m2,
java.lang.String color) |