public class OutputVariableValue extends EventType
Modifier and Type | Field and Description |
---|---|
static int |
VAR_NUM |
ATTEMPT_TO_INFECT, CHECKPOINT, DESTRUCTION, DETECTION, END_OF_DAY, END_OF_SIMULATION, EventSize, EXPOSURE, OUTPUT_VARIABLE_VALUE, PUBLIC_ANNOUNCEMENT, QUARANTINE, REQUEST_FOR_FT_CHECKPOINT, REQUEST_FOR_VACCINATION, REQUEST_FOR_ZONE_FOCUS, REQUEST_OF_DESTRUCTION, RESTORE, SPLIT, START_NEW_DAY, TRACE_RESULT, VACCINATION, VACCINATION_CANCELED
Constructor and Description |
---|
OutputVariableValue() |
Modifier and Type | Method and Description |
---|---|
float |
getFValue() |
int |
getIValue() |
void |
getNextBytes(int size) |
void |
getNextValue(int size) |
int |
getType() |
int |
getVarCode() |
int |
getWorkerID() |
byte[] |
marshalling() |
OutputVariableValue |
unmarshalling(byte[] bytes) |
public int getVarCode()
public int getWorkerID()
public int getIValue()
public float getFValue()
public byte[] marshalling()
marshalling
in class EventType
public OutputVariableValue unmarshalling(byte[] bytes)
unmarshalling
in class EventType
public void getNextBytes(int size)
public void getNextValue(int size)
getNextValue
in class EventType