public interface Statistics
This interface represents the statistics of a segment.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
int |
getNbDataElements()
Returns the number of data elements.
|
int |
getNbElementaryFields()
Returns the number of elementary fields.
|
int |
getNbSegmentCalls()
Returns the number of segment calls.
|
int |
getTotalInputLength()
Returns the total input length.
|
int |
getTotalInternalLength()
Returns the total internal length.
|
int |
getTotalOutputLength()
Returns the total output length.
|
static final java.lang.String copyright
int getNbDataElements()
Returns the number of data elements.
int getNbElementaryFields()
Returns the number of elementary fields.
int getNbSegmentCalls()
Returns the number of segment calls.
int getTotalInputLength()
Returns the total input length.
int getTotalInternalLength()
Returns the total internal length.
int getTotalOutputLength()
Returns the total output length.