| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages |
| Modifier and Type | Method and Description |
|---|---|
TCRecipient |
TCMessage.getTarget() |
static TCRecipient |
TCRecipient.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCRecipient[] |
TCRecipient.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCMessage.isTarget(TCRecipient target) |
| Constructor and Description |
|---|
TCMessage(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId source,
TCRecipient target,
boolean excludeMyselfIfApplicable,
cz.cuni.amis.utils.token.IToken messageType,
Serializable message,
long simTime) |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.