Package org.somox.metrics.dslvisitor
Class ConfigurableRatioMetric
java.lang.Object
org.somox.metrics.abstractmetrics.AbstractMetric
org.somox.metrics.abstractmetrics.AbstractComposedMetric
org.somox.metrics.abstractmetrics.AbstractRatioMetric
org.somox.metrics.dslvisitor.ConfigurableRatioMetric
- All Implemented Interfaces:
IMetric
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.somox.metrics.abstractmetrics.AbstractRatioMetric
getChildMetrics, getCompositionFunction, isCommutative, isNormalisedMethods inherited from class org.somox.metrics.abstractmetrics.AbstractComposedMetric
getAllChildMetrics, initialize, internalComputeDirected, metricIDToIMetricMethods inherited from class org.somox.metrics.abstractmetrics.AbstractMetric
calculateUnion, calculateUnion, checkMetricPostCondition, checkMetricPreCondition, computeDirected, getAccessGraphCache, getComponentToClassHelper, getLaunchConfigurationTab, getMetric, getMetricParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.somox.metrics.IMetric
computeDirected, getLaunchConfigurationTab, getMetricParameters, initialize
-
Constructor Details
-
ConfigurableRatioMetric
-
-
Method Details
-
getDenominatorMetricID
- Specified by:
getDenominatorMetricIDin classAbstractRatioMetric
-
getNumeratorMetricID
- Specified by:
getNumeratorMetricIDin classAbstractRatioMetric
-
getMID
Description copied from interface:IMetricReturns the Metric ID of the Metric- Returns:
- the metric id of the instance
-