|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Statistics
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |