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.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getNbDataElements()
           
 int getNbElementaryFields()
           
 int getNbSegmentCalls()
           
 int getTotalInputLength()
           
 int getTotalInternalLength()
           
 int getTotalOutputLength()
           
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
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: