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


Field Summary
private  float myAnswerScore
           
private  float myAvailableResources
           
private  int myContext
           
private  float myCost
           
private  float myCriticality
           
private  long myDeadline
           
private  java.util.Vector myDestinationNumbers
           
private  java.util.Vector myDestinations
           
private  int myGoal
           
private  int myInstruction
           
private  int myPacketType
           
private  float myPriority
           
private  float myRecognitionScore
           
private  SimProcessingElement myRespondTo
           
private  int myRespondToNumber
           
private  SimProcessingElement mySource
           
private  int mySourceNumber
           
private  long myTimeStamp
           
private  float myUtility
           
 
Constructor Summary
SimPacket()
           
 
Method Summary
 void addDestination(SimProcessingElement argDest)
           
 java.util.Vector getDestinations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mySource

private SimProcessingElement mySource

mySourceNumber

private int mySourceNumber

myDestinations

private java.util.Vector myDestinations

myDestinationNumbers

private java.util.Vector myDestinationNumbers

myRespondTo

private SimProcessingElement myRespondTo

myRespondToNumber

private int myRespondToNumber

myTimeStamp

private long myTimeStamp

myDeadline

private long myDeadline

myPacketType

private int myPacketType

myInstruction

private int myInstruction

myGoal

private int myGoal

myContext

private int myContext

myCriticality

private float myCriticality

myPriority

private float myPriority

myAvailableResources

private float myAvailableResources

myUtility

private float myUtility

myCost

private float myCost

myAnswerScore

private float myAnswerScore

myRecognitionScore

private float myRecognitionScore
Constructor Detail

SimPacket

public SimPacket()
Method Detail

addDestination

public void addDestination(SimProcessingElement argDest)

getDestinations

public java.util.Vector getDestinations()