com.ibm.pdp.maf.rpp.pac.segment

Interface Statistics

  • All Superinterfaces:
    Element


    public interface Statistics
    extends Element

    This interface represents the statistics of a segment.

    • Method Detail

      • getNbDataElements

        int getNbDataElements()

        Returns the number of data elements.

        Returns:
      • getNbElementaryFields

        int getNbElementaryFields()

        Returns the number of elementary fields.

        Returns:
      • getNbSegmentCalls

        int getNbSegmentCalls()

        Returns the number of segment calls.

        Returns:
      • getTotalInputLength

        int getTotalInputLength()

        Returns the total input length.

        Returns:
      • getTotalInternalLength

        int getTotalInternalLength()

        Returns the total internal length.

        Returns:
      • getTotalOutputLength

        int getTotalOutputLength()

        Returns the total output length.

        Returns: