Interface Measure<G extends java.io.Serializable>


  • public interface Measure<G extends java.io.Serializable>
    Measure on File, Directory or Project. Should not be implemented by client.
    Since:
    5.1
    • Method Detail

      • metric

        Metric<G> metric()
        The metric this measure belong to.
      • value

        G value()
        Value of the measure.