Class AbstractCountingMetric
java.lang.Object
org.somox.metrics.abstractmetrics.AbstractMetric
org.somox.metrics.abstractmetrics.AbstractCountingMetric
- All Implemented Interfaces:
IMetric
- Direct Known Subclasses:
AbstractTypesCount
,AfferentCoupling
,EfferentCoupling
,ExternalAccessesCount
,InterfaceAccessesCount
,InternalAccessesCount
,TotalTypesCount
-
Constructor Summary
-
Method Summary
Methods inherited from class org.somox.metrics.abstractmetrics.AbstractMetric
calculateUnion, calculateUnion, checkMetricPostCondition, checkMetricPreCondition, computeDirected, getAccessGraphCache, getComponentToClassHelper, getLaunchConfigurationTab, getMetric, getMetricParameters, initialize, internalComputeDirected, isCommutative
-
Constructor Details
-
AbstractCountingMetric
public AbstractCountingMetric()
-
-
Method Details
-
isNormalised
public boolean isNormalised()- Returns:
- whether the metric is normalized. If it is normalized, values of this metric must be between 0.0 and 1.0.
-