DRCL J-Sim API

drcl.data
Interface Countable

All Known Implementing Classes:
Packet

public interface Countable

Interface for couting objects in an "object stream".


Method Summary
 int getNumberCount()
          Returns the "sequence" of the object.
 int getSize()
          Returns the "size" of the object.
 long getSizeCount()
          Returns the size "sequence" of the object.
 

Method Detail

getSize

public int getSize()
Returns the "size" of the object.


getNumberCount

public int getNumberCount()
Returns the "sequence" of the object.


getSizeCount

public long getSizeCount()
Returns the size "sequence" of the object.


DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~