Class MetricsAnnotation

  • All Implemented Interfaces:
    Cloneable, IAnnotation

    public class MetricsAnnotation
    extends Object
    implements IAnnotation
    Used by WordCountStep and others to report various token counts.
    • Constructor Detail

      • MetricsAnnotation

        public MetricsAnnotation()
    • Method Detail

      • getMetrics

        public Metrics getMetrics()
      • toString

        public String toString()
        Description copied from interface: IAnnotation
        Gets a human readable representation of this annotation.
        Specified by:
        toString in interface IAnnotation
        Overrides:
        toString in class Object
        Returns:
        a human readable representation of this annotation.