public class EventType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
ATTEMPT_TO_INFECT |
static int |
CHECKPOINT |
static int |
DESTRUCTION |
static int |
END_OF_DAY |
static int |
END_OF_SIMULATION |
static int[] |
EventSize |
static int |
EXPOSURE |
static int |
PUBLIC_ANNOUNCEMENT |
static int |
QUARANTINE |
static int |
REQUEST_FOR_ZONE_FOCUS |
static int |
REQUEST_OF_DESTRUCTION |
static int |
RESTORE |
static int |
SPLIT |
static int |
START_NEW_DAY |
static int |
TRACE_RESULT |
Constructor and Description |
---|
EventType() |
Modifier and Type | Method and Description |
---|---|
void |
getNextValue(int size) |
int |
getType() |
byte[] |
marshalling() |
EventType |
unmarshalling(byte[] bytes) |
public static int START_NEW_DAY
public static int END_OF_DAY
public static int END_OF_SIMULATION
public static int EXPOSURE
public static int PUBLIC_ANNOUNCEMENT
public static int QUARANTINE
public static int DESTRUCTION
public static int SPLIT
public static int TRACE_RESULT
public static int REQUEST_OF_DESTRUCTION
public static int ATTEMPT_TO_INFECT
public static int REQUEST_FOR_ZONE_FOCUS
public static int CHECKPOINT
public static int RESTORE
public static int[] EventSize
public int getType()
public byte[] marshalling()
public EventType unmarshalling(byte[] bytes)
public void getNextValue(int size)