cz.cuni.amis.pogamut.base3d.agent.jmx
Interface Agent3DMBeanAdapterMBean

All Superinterfaces:
IAgentMBeanAdapter
All Known Subinterfaces:
BotJMXMBeanAdapterMBean
All Known Implementing Classes:
Agent3DMBeanAdapter, BotJMXMBeanAdapter

public interface Agent3DMBeanAdapterMBean
extends IAgentMBeanAdapter


Method Summary
 Location getLocation()
           
 Rotation getRotation()
           
 Velocity getVelocity()
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.jmx.adapter.IAgentMBeanAdapter
getComponentId, getName, getObjectName, getState, kill, pause, resume, start, stop
 

Method Detail

getLocation

Location getLocation()

getRotation

Rotation getRotation()

getVelocity

Velocity getVelocity()