game.interfaces
Interface CombatReport

All Known Implementing Classes:
CombatReports.SquareReport

public interface CombatReport

Title: Clash of Civilizations Description: Copyright: Copyright (c) 2001 Company:


Method Summary
 java.lang.String briefDescription()
          Brief description.
 Square getSquare()
          Return the square.
 

Method Detail

getSquare

public Square getSquare()
Return the square.


briefDescription

public java.lang.String briefDescription()
Brief description.

Returns:
brief description.