com.cogent
Class SimPacket
java.lang.Object
|
+--com.cogent.SimPacket
- public class SimPacket
- extends java.lang.Object
Skeleton for a Hardware Packet - Still under construction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTACHED_INSTRUCTION
public static final int ATTACHED_INSTRUCTION
- See Also:
- Constant Field Values
PREDEFINED_INSTRUCTION
public static final int PREDEFINED_INSTRUCTION
- See Also:
- Constant Field Values
STORE_METHOD
public static final int STORE_METHOD
- See Also:
- Constant Field Values
STORE_DATA
public static final int STORE_DATA
- See Also:
- Constant Field Values
STATUS_REPORT
public static final int STATUS_REPORT
- See Also:
- Constant Field Values
ADMIN_MESSAGE
public static final int ADMIN_MESSAGE
- See Also:
- Constant Field Values
SimPacket
public SimPacket()
addDestination
public void addDestination(SimProcessingElement argDest)
getDestinations
public java.util.Vector getDestinations()
getDestinationSize
public int getDestinationSize()
getInstruction
public int getInstruction()
setInstruction
public void setInstruction(int argInstruction)
setCodePayload
public void setCodePayload(SimRunnable argPayload)
getCodePayload
public SimRunnable getCodePayload()