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

public abstract class AbstractCountingMetric extends AbstractMetric
  • 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.