|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.computing.ai.agents.Environment
org.jscience.computing.ai.agents.ContinuousEnvironment
public abstract class ContinuousEnvironment
A class representing a simulated space in which objects have free positions.
| Constructor Summary | |
|---|---|
ContinuousEnvironment()
|
|
| Method Summary | |
|---|---|
abstract java.util.Set |
getContentsAt(double[] position,
double distance)
DOCUMENT ME! |
abstract void |
setContentsAt(double[] position,
java.util.Set contents)
DOCUMENT ME! |
| Methods inherited from class org.jscience.computing.ai.agents.Environment |
|---|
getContents, isCurvedOnItself |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContinuousEnvironment()
| Method Detail |
|---|
public abstract java.util.Set getContentsAt(double[] position,
double distance)
position - DOCUMENT ME!distance - the radius around position
public abstract void setContentsAt(double[] position,
java.util.Set contents)
position - DOCUMENT ME!contents - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||