examples
Class AgentTestGrowing

java.lang.Object
  extended bysema.Element
      extended bysema.Agent
          extended bymodelling.GrowingAgent
              extended byexamples.AgentTestGrowing
All Implemented Interfaces:
java.lang.Comparable

public class AgentTestGrowing
extends GrowingAgent


Nested Class Summary
protected  class AgentTestGrowing.FirstEvent
           
 
Nested classes inherited from class modelling.GrowingAgent
GrowingAgent.Growing
 
Nested classes inherited from class sema.Agent
Agent.Action
 
Nested classes inherited from class sema.Element
Element.ElementEvent
 
Field Summary
 
Fields inherited from class modelling.GrowingAgent
growing
 
Fields inherited from class sema.Element
id
 
Constructor Summary
AgentTestGrowing(World world, Area area, float delay, java.awt.Image image)
           
 
Methods inherited from class sema.Agent
acceptAction, getDelay, registerAction, setDelay, unregisterAction
 
Methods inherited from class sema.Element
canTake, compareTo, death, draw, getArea, getDrawingPriority, getHeight, getIcon, getImage, getKind, getName, getProperties, highlight, highlight, isMarked, kill, setDrawingPriority, setHeight, setKind, setMarked, setProperties, toString, union
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentTestGrowing

public AgentTestGrowing(World world,
                        Area area,
                        float delay,
                        java.awt.Image image)