|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MoreMeasureSupplier
Interface for classes that provide Measures
| Method Summary | |
|---|---|
boolean |
addMeasureSupplier(MoreMeasureSupplier supplier)
Registers another NetworkMeasureSupplier at the implementing supplier |
MoreMeasure |
findMeasure(MMeasureDescription describtion)
Return the according Measure when this supplier or any children supports
the given MeasureDescription, null otherwise. |
Set<MoreMeasureCategory> |
getCategories()
Return all MeasureCategorys this supplier provides Measures for |
Set<MMeasureDescription> |
getMeasureDescriptions()
Returns MeasureDescription of the Measures this supplier provides |
boolean |
removeMeasureSupplier(MoreMeasureSupplier supplier)
Removes another NetworkMeasureSupplier at the implementing supplier |
| Method Detail |
|---|
boolean addMeasureSupplier(MoreMeasureSupplier supplier)
NetworkMeasureSupplier at the implementing supplier
supplier - The NetworkMeasureSupplier to register
boolean removeMeasureSupplier(MoreMeasureSupplier supplier)
NetworkMeasureSupplier at the implementing supplier
supplier - The NetworkMeasureSupplier to register
Set<MMeasureDescription> getMeasureDescriptions()
MeasureDescription of the Measures this supplier provides
MeasureDescriptionsMoreMeasure findMeasure(MMeasureDescription describtion)
Measure when this supplier or any children supports
the given MeasureDescription, null otherwise.
describtion - the MeasureDescription whose calculation providing Measure is demanded
Measure that belongs to the given MeasureDescriptionSet<MoreMeasureCategory> getCategories()
MeasureCategorys this supplier provides Measures for
MeasureCategorys this supplier provides Measures for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||