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

Package class diagram package IPerson
All Superinterfaces:
ILocated, ILocomotive, IRotable, IWorldObject
All Known Implementing Classes:
Player, Self

public interface IPerson
extends IWorldObject, IRotable, ILocomotive, ILocated

Interface unifying Self and Player messages.

Author:
ik

Method Summary
 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

String getName()


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.