Package | Description |
---|---|
jsensor.distributed.utils |
Modifier and Type | Method and Description |
---|---|
MessageType |
Message.getType() |
static MessageType |
MessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setType(MessageType type) |
Constructor and Description |
---|
ChangePositionMessage(MessageType type,
java.util.HashMap<java.lang.Integer,Tuple<Position,Position>> nps) |
HashMessage(MessageType type,
java.util.HashMap<P,Q> message) |
ListMessage(MessageType type,
java.util.LinkedList<P> message) |
Message(MessageType type) |
StringMessage(MessageType type) |
StringMessage(MessageType type,
java.lang.String message) |