Class BcastStorage.BcastStorageMsgCompound
java.lang.Object
BcastStorage.BcastStorageMsgCompound
- All Implemented Interfaces:
- IMsg, IPosBcast.IPosBcastMsg
- Enclosing class:
- BcastStorage
public static class BcastStorage.BcastStorageMsgCompound
- extends java.lang.Object
- implements IPosBcast.IPosBcastMsg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BcastStorage.BcastStorageMsgCompound
public BcastStorage.BcastStorageMsgCompound()
BcastStorage.BcastStorageMsgCompound
public BcastStorage.BcastStorageMsgCompound(BcastStorage.BcastStorageMsgCompound src)
BcastStorage.BcastStorageMsgCompound
public BcastStorage.BcastStorageMsgCompound(BcastStorage storage,
int nIdToSend,
int nMyId)
makeCopy
public BcastStorage.BcastStorageMsgCompound makeCopy()
- Specified by:
makeCopy
in interface IMsg
getNumEntries
public int getNumEntries()
- Specified by:
getNumEntries
in interface IPosBcast.IPosBcastMsg
getTime
public double getTime(int nEntry)
- Specified by:
getTime
in interface IPosBcast.IPosBcastMsg
getPos
public double[] getPos(int nEntry)
- Specified by:
getPos
in interface IPosBcast.IPosBcastMsg
getBoolVar
public java.lang.Boolean getBoolVar(java.lang.Object refObject)
getId
public int getId(int nEntry)
- Specified by:
getId
in interface IPosBcast.IPosBcastMsg
getIntVar
public java.lang.Integer getIntVar(java.lang.Object refObject)
insertBoolVar
public boolean insertBoolVar(java.lang.Object refObject,
boolean bValue)
insertIntVar
public boolean insertIntVar(java.lang.Object refObject,
int nValue)