warbot.kernel
Class MapViewer

java.lang.Object
  extended byWatcher
      extended bywarbot.kernel.AbstractViewer
          extended bywarbot.kernel.MapViewer

public final class MapViewer
extends AbstractViewer

See Also:
Serialized Form

Field Summary
protected  Entity[] entities
           
protected  Component onScreen
           
protected  boolean show
           
protected  String simulationGroup
           
protected  boolean swing
           
protected  Environment2D world
           
 
Method Summary
 void activate()
           
protected  void checkMail()
           
 int getNumberAgents()
           
 int getNumberEntities()
           
 void initGUI()
           
 void observe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

world

protected Environment2D world

entities

protected Entity[] entities

onScreen

protected Component onScreen

show

protected boolean show

swing

protected boolean swing

simulationGroup

protected String simulationGroup
Method Detail

initGUI

public void initGUI()

observe

public void observe()

getNumberEntities

public int getNumberEntities()

getNumberAgents

public int getNumberAgents()

activate

public void activate()

checkMail

protected void checkMail()


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.