| Package | Description |
|---|---|
| org.somox.metrics.dsl.metricDSL | |
| org.somox.metrics.dsl.metricDSL.impl | |
| org.somox.metrics.dsl.metricDSL.util | |
| org.somox.metrics.dslvisitor |
| Modifier and Type | Method and Description |
|---|---|
WeightedMetric |
MetricDSLFactory.createWeightedMetric()
Returns a new object of class 'Weighted Metric'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WeightedMetricImpl
An implementation of the model object 'Weighted Metric'.
|
| Modifier and Type | Method and Description |
|---|---|
WeightedMetric |
MetricDSLFactoryImpl.createWeightedMetric() |
| Modifier and Type | Method and Description |
|---|---|
T |
MetricDSLSwitch.caseWeightedMetric(WeightedMetric object)
Returns the result of interpreting the object as an instance of 'Weighted Metric'.
|
| Modifier and Type | Method and Description |
|---|---|
IMetric |
DSLConfigurationVisitor.caseWeightedMetric(WeightedMetric object) |
| Constructor and Description |
|---|
ConfigurableWeightedComposedMetric(String id,
WeightedMetric metricDefinition) |