cz.cuni.amis.pogamut.ut2004.communication.messages
Interface IPerson

All Superinterfaces:
ILocated, ILocomotive, IRotable, IWorldObject
All Known Implementing Classes:
Player, PlayerCompositeImpl, PlayerMessage, Self, SelfCompositeImpl, SelfMessage

public interface IPerson
extends IWorldObject, IRotable, ILocomotive, ILocated

Interface unifying Self and Player messages.


Method Summary
 java.lang.String getName()
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
getId, getSimTime
 
Methods inherited from interface cz.cuni.amis.pogamut.base3d.worldview.object.IRotable
getRotation
 
Methods inherited from interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocomotive
getVelocity
 
Methods inherited from interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocated
getLocation
 

Method Detail

getName

java.lang.String getName()