|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AggregationMethod
This interface is used by the DMC Scanner to aggregate initially scanned DMCs into more high-level clusters, i.e. ADMCs. Deriving methods to achieve this from this common interface makes the whole procedure
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()
|
Method Detail |
---|
boolean isCompliant(Admc anAdmc, Dmc aDmc)
anAdmc
- the ADMC to test compliance withaDmc
- the DMC to check compliance
double compliance(Admc anAdmc, Dmc aDmc)
anAdmc
- the ADMC to test compliance withaDmc
- the DMC to check compliance
Admc merge(Admc anAdmc, Dmc aDmc)
anAdmc
- the ADMC to merge withaDmc
- the DMC to merge into
double consolidate(AdmcSet anAdmcSet)
anAdmcSet
- the set of ADMCs to be consolidated
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |