|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MoreMeasureSupplier
Interface for classes that provide Measure
s
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 MeasureCategory s this supplier provides Measure s for |
Set<MMeasureDescription> |
getMeasureDescriptions()
Returns MeasureDescription of the Measure s 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 Measure
s this supplier provides
MeasureDescriptions
MoreMeasure 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 MeasureDescription
Set<MoreMeasureCategory> getCategories()
MeasureCategory
s this supplier provides Measure
s for
MeasureCategory
s this supplier provides Measure
s for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |