|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.dmcscanning.aggregation.TolerantAggregation
public class TolerantAggregation
Constructor Summary | |
---|---|
TolerantAggregation()
|
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 TolerantAggregation()
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 double consolidate(AdmcSet anAdmcSet)
AggregationMethod
consolidate
in interface AggregationMethod
anAdmcSet
- the set of ADMCs to be consolidated
public java.lang.String getDescription()
getDescription
in interface AggregationMethod
public java.lang.String toString()
toString
in interface AggregationMethod
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |