robocode.naval.interfaces
Interface IManageableComponents


public interface IManageableComponents

Describes methods to distribute components. thoma: IHostingRobotProxy extends from this class so that getComponents can be called in ShipPeer.

Since:
1.8.3.0 Alpha 1
Version:
0.1
Author:
Thales B.V. / Jiri Waning
See Also:
robocode.naval.ManageableComponents

Method Summary
 ComponentManager getComponents()
          Get the component manager of the robot.
 

Method Detail

getComponents

ComponentManager getComponents()
Get the component manager of the robot.

Returns:
The component manager of the robot.


Copyright © 2015 Robocode. All Rights Reserved.