org.micropsi.nodenet.agent
Class SituationElement
java.lang.Object
org.micropsi.nodenet.agent.SituationElement
- public class SituationElement
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TOLERANCE
public static final double TOLERANCE
- See Also:
- Constant Field Values
SituationElement
public SituationElement(long id,
java.lang.String type,
double x,
double y)
SituationElement
public SituationElement(SituationElement element)
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)
.