org.micropsi.nodenet.agent
Class SituationElement

java.lang.Object
  extended byorg.micropsi.nodenet.agent.SituationElement

public class SituationElement
extends java.lang.Object


Field Summary
static double TOLERANCE
           
 
Constructor Summary
SituationElement(long id, java.lang.String type, double x, double y)
           
SituationElement(SituationElement element)
           
 
Method Summary
 java.lang.String getType()
           
 long getWorldID()
           
 double getX()
           
 double getY()
           
 boolean isAt(double x, double y)
           
protected  void setId(long id)
           
protected  void setType(java.lang.String type)
           
protected  void setX(double x)
           
protected  void setY(double y)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOLERANCE

public static final double TOLERANCE
See Also:
Constant Field Values
Constructor Detail

SituationElement

public SituationElement(long id,
                        java.lang.String type,
                        double x,
                        double y)

SituationElement

public SituationElement(SituationElement element)
Method Detail

getType

public java.lang.String getType()

getWorldID

public long getWorldID()

getX

public double getX()

getY

public double getY()

isAt

public boolean isAt(double x,
                    double y)

toString

public java.lang.String toString()

setId

protected void setId(long id)

setType

protected void setType(java.lang.String type)

setX

protected void setX(double x)

setY

protected void setY(double y)

(c) by Micropsi Project: http://www.cognitive-agents.org

.