Package org.somox.common
Class MetricsDetails
java.lang.Object
org.somox.common.MetricsDetails
Information on metric and sub-metrics and their weights
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGroup Information of the metric -
Field Summary
FieldsModifier and TypeFieldDescriptionExplanation of a metric / weight of a metricLabel which is a short explanation of a metricName in the preferences file -
Constructor Summary
ConstructorsConstructorDescriptionMetricsDetails(String metricWeightPeferenceNameP, String metricLabelP, String metricExplanantionP, MetricsDetails.GroupID groupInfo) See public fields -
Method Summary
-
Field Details
-
metricWeightPeferenceName
Name in the preferences file -
metricLabel
Label which is a short explanation of a metric -
metricExplanantion
Explanation of a metric / weight of a metric -
group
-
-
Constructor Details
-
MetricsDetails
public MetricsDetails(String metricWeightPeferenceNameP, String metricLabelP, String metricExplanantionP, MetricsDetails.GroupID groupInfo) See public fields- Parameters:
metricWeightPeferenceNameP-metricLabelP-metricExplanantionP-groupInfo-
-