|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.commons.SimplePropertyObject
jadex.commons.meta.TypedPropertyObject
jadex.application.space.envsupport.environment.SynchronizedPropertyObject
jadex.application.space.envsupport.environment.AbstractEnvironmentSpace
jadex.application.space.envsupport.environment.space2d.Space2D
jadex.application.space.envsupport.environment.space2d.ContinuousSpace2D
public class ContinuousSpace2D
Continuous version of 2D space.
| Field Summary | |
|---|---|
static String |
DEFAULT_NAME
The default ID for this space |
| Fields inherited from class jadex.application.space.envsupport.environment.space2d.Space2D |
|---|
areasize, BORDER_STRICT, BORDER_TORUS, PROPERTY_BORDER, PROPERTY_POSITION |
| Fields inherited from class jadex.application.space.envsupport.environment.AbstractEnvironmentSpace |
|---|
actionlist, actions, application, avatarmappings, dataconsumers, dataproviders, dataviewmappings, fetcher, initialavatars, listeners, name, objectidcounter, objecttypes, objecttypesMeta, perceptgenerators, perceptlist, perceptprocessors, percepttypes, processes, processtypes, spaceobjects, spaceobjectsbyowner, spaceobjectsbytype, taskidcounter, tasktypes, views, zombieobjects |
| Fields inherited from class jadex.application.space.envsupport.environment.SynchronizedPropertyObject |
|---|
monitor |
| Fields inherited from class jadex.commons.SimplePropertyObject |
|---|
pcs, properties |
| Constructor Summary | |
|---|---|
ContinuousSpace2D()
Creates a new ContinuousSpace2D with the default name. |
|
ContinuousSpace2D(IVector2 areasize)
Creates a new ContinuousSpace2D with the default name. |
|
ContinuousSpace2D(Object name,
IVector2 areasize)
Creates a new ContinuousSpace2D with a special ID. |
|
| Method Summary |
|---|
| Methods inherited from class jadex.application.space.envsupport.environment.space2d.Space2D |
|---|
adjustPosition, calculateDistance, getAreaSize, getBorderMode, getDistance, getDistance, getNearestObject, getNearObjects, getNearObjects, getNearObjects, getRandomPosition, getSpaceObjects, initSpaceObject, setAreaSize, setPosition |
| Methods inherited from class jadex.application.space.envsupport.environment.SynchronizedPropertyObject |
|---|
addPropertyChangeListener, getMonitor, getPropertyNames, hasProperty, removePropertyChangeListener, setProperty |
| Methods inherited from class jadex.commons.meta.TypedPropertyObject |
|---|
getMetaData, getMetaDatas |
| Methods inherited from class jadex.commons.SimplePropertyObject |
|---|
getProperties, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jadex.commons.IPropertyObject |
|---|
getPropertyNames, hasProperty, setProperty |
| Field Detail |
|---|
public static final String DEFAULT_NAME
| Constructor Detail |
|---|
public ContinuousSpace2D()
ContinuousSpace2D with the default name.
public ContinuousSpace2D(IVector2 areasize)
ContinuousSpace2D with the default name.
spaceexecutor - executor for the spaceactionexecutor - executor for component actionsareasize - the size of the 2D area
public ContinuousSpace2D(Object name,
IVector2 areasize)
ContinuousSpace2D with a special ID.
name - the name of this spaceareasize - the size of the 2D areaactionexecutor - executor for component actions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||