org.gscg.common
Interface GameActorInterface

All Superinterfaces:
nl.tudelft.simulation.actor.ActorInterface, nl.tudelft.simulation.content.HandlerInterface, nl.tudelft.simulation.dsol.animation.LocatableInterface, java.io.Serializable
All Known Implementing Classes:
GameDistributor, GameManufacturer, GameManufacturerInteractive, GameMarket, GameSupplier

public interface GameActorInterface
extends nl.tudelft.simulation.actor.ActorInterface


Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:33:54 $
Author:
Alexander Verbraeck

Method Summary
 nl.tudelft.simulation.language.d3.DirectedPoint getSmallMapLocation()
           
 
Methods inherited from interface nl.tudelft.simulation.actor.ActorInterface
getName, getReceivingDevices, getReceivingDevices, getSendingDevices, getSendingDevices, getSimulator, getSimulatorTime, handleMessage
 
Methods inherited from interface nl.tudelft.simulation.dsol.animation.LocatableInterface
getBounds, getLocation
 
Methods inherited from interface nl.tudelft.simulation.content.HandlerInterface
handleContent
 

Method Detail

getSmallMapLocation

public nl.tudelft.simulation.language.d3.DirectedPoint getSmallMapLocation()
Returns:
the location of the game actor on the small map


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.