|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.dmcscanning.aggregation.SimpleAggregation
public class SimpleAggregation
Simple merging method to start from. A DMC is merged with an ADMC if, and only if, their footprints match exactly, i.e. the same set of data objects is being modified (regardless of order) in all DMCs of an ADMC.
Constructor Summary | |
---|---|
SimpleAggregation()
|
Method Summary | |
---|---|
double |
compliance(Admc anAdmc,
Dmc aDmc)
In case 'isCompliant()' returns false, this method can be used to check for to which degree the two parameters are compliant. |
double |
consolidate(AdmcSet anAdmcSet)
Consolidates a set of ADMCs. |
java.lang.String |
getDescription()
|
boolean |
isCompliant(Admc anAdmc,
Dmc aDmc)
Checks for compliance of a DMC with an ADMC. |
Admc |
merge(Admc anAdmc,
Dmc aDmc)
Merges the provided DMC with the provided ADMC. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleAggregation()
Method Detail |
---|
public boolean isCompliant(Admc anAdmc, Dmc aDmc)
AggregationMethod
isCompliant
in interface AggregationMethod
anAdmc
- the ADMC to test compliance withaDmc
- the DMC to check compliance
public double compliance(Admc anAdmc, Dmc aDmc)
AggregationMethod
compliance
in interface AggregationMethod
anAdmc
- the ADMC to test compliance withaDmc
- the DMC to check compliance
public Admc merge(Admc anAdmc, Dmc aDmc)
AggregationMethod
merge
in interface AggregationMethod
anAdmc
- the ADMC to merge withaDmc
- the DMC to merge into
public java.lang.String toString()
toString
in interface AggregationMethod
toString
in class java.lang.Object
public java.lang.String getDescription()
getDescription
in interface AggregationMethod
public double consolidate(AdmcSet anAdmcSet)
AggregationMethod
consolidate
in interface AggregationMethod
anAdmcSet
- the set of ADMCs to be consolidated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |