|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyCyniMetricsManager
This class provides access to the available Cyni Metrics.
Field Summary | |
---|---|
static String |
DEFAULT_Cyni_Metric_PROPERTY_NAME
The name of the default Cyni Metric property. |
Method Summary | |
---|---|
ArrayList<CyCyniMetric> |
getAllCyniMetrics()
Returns a list of all available Cyni Metrics. |
ArrayList<CyCyniMetric> |
getAllCyniMetricsWithType(List<String> types)
Returns the list of metrics that contains at least the same types that are passed as input parameter. |
CyCyniMetric |
getCyniMetric(String name)
Returns a Cyni Metric of the specified name and null if no metric exists with that name. |
CyCyniMetric |
getDefaultCyniMetric()
Returns the default Cyni Metric. |
void |
setDefaultCyniMetric(String name)
Sets the default Cyni Metric. |
Field Detail |
---|
static final String DEFAULT_Cyni_Metric_PROPERTY_NAME
Method Detail |
---|
CyCyniMetric getCyniMetric(String name)
name
- The name of the metric.
ArrayList<CyCyniMetric> getAllCyniMetrics()
ArrayList<CyCyniMetric> getAllCyniMetricsWithType(List<String> types)
types
- The list of types that the metrics need to support
CyCyniMetric getDefaultCyniMetric()
void setDefaultCyniMetric(String name)
the
- name of the metric that will be the default one.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |