Class Waypoint

java.lang.Object
  |
  +--Waypoint
All Implemented Interfaces:
java.io.Serializable

public class Waypoint
extends java.lang.Object
implements java.io.Serializable

Die Klasse Waypoint repräsentiert quasi einen Punkt auf dem Weg eines Agenten. Ein solcher Punkt besteht aus einer Koordinate und ob dort gebaut wurde oder nicht. Stand: 09.07.2001

See Also:
Serialized Form

Field Summary
protected  boolean built
           
protected  Koord3D point
           
 
Constructor Summary
Waypoint(Koord3D point, boolean built)
          Der Konstruktor will das wo und ob wissen.
 
Method Summary
 boolean getBuilt()
          Liefert das Ob.
 Koord3D getKoord()
          Liefert das Wo.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

point

protected Koord3D point

built

protected boolean built
Constructor Detail

Waypoint

public Waypoint(Koord3D point,
                boolean built)
Der Konstruktor will das wo und ob wissen.
Parameters:
point - das Wo
built - das Ob
Method Detail

getKoord

public Koord3D getKoord()
Liefert das Wo.
Returns:
Koord3D das Wo

getBuilt

public boolean getBuilt()
Liefert das Ob.
Returns:
boolean das Ob