robocode.control
Interface IResults

All Known Implementing Classes:
ShipResults

public interface IResults

An interface for the classes that determine the results of a robot/ship Made to avoid multiple inheritance problems.

Author:
Thales B.V./ Thomas Hakkers

Method Summary
 boolean equals(Object obj)
           
 RobotSpecification getRobot()
          Returns the robot these results are meant for.
 int hashCode()
           
 

Method Detail

getRobot

RobotSpecification getRobot()
Returns the robot these results are meant for.

Returns:
the robot these results are meant for.

hashCode

int hashCode()
Overrides:
hashCode in class Object

equals

boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2015 Robocode. All Rights Reserved.