Uses of Class
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages.TCRecipient

Packages that use TCRecipient
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages   
 

Uses of TCRecipient in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages that return TCRecipient
 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.
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages with parameters of type TCRecipient
 boolean TCMessage.isTarget(TCRecipient target)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages with parameters of type TCRecipient
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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.