public class Restore extends EventType
Modifier and Type | Field and Description |
---|---|
float |
down |
float |
left |
float |
right |
float |
up |
int |
worker_ID |
ATTEMPT_TO_INFECT, CHECKPOINT, DESTRUCTION, END_OF_DAY, END_OF_SIMULATION, EventSize, EXPOSURE, PUBLIC_ANNOUNCEMENT, QUARANTINE, REQUEST_FOR_ZONE_FOCUS, REQUEST_OF_DESTRUCTION, RESTORE, SPLIT, START_NEW_DAY, TRACE_RESULT
Constructor and Description |
---|
Restore() |
Modifier and Type | Method and Description |
---|---|
byte[] |
addBoundaries() |
Restore |
getBoundaries(byte[] bytes) |
void |
getNextBytes(int size) |
void |
getNextValue(int size) |
int |
getType() |
int |
getWorkerID() |
byte[] |
marshalling() |
Restore |
unmarshalling(byte[] bytes) |
public int worker_ID
public float up
public float down
public float left
public float right
public int getWorkerID()
public byte[] addBoundaries()
public Restore getBoundaries(byte[] bytes)
public byte[] marshalling()
marshalling
in class EventType
public Restore unmarshalling(byte[] bytes)
unmarshalling
in class EventType
public void getNextBytes(int size)
public void getNextValue(int size)
getNextValue
in class EventType