|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IEnvironmentSpace in jadex.application.space.envsupport.dataview |
|---|
| Methods in jadex.application.space.envsupport.dataview with parameters of type IEnvironmentSpace | |
|---|---|
void |
LocalDataView2D.init(IEnvironmentSpace space,
Map props)
Set the space of this view. |
void |
IDataView.init(IEnvironmentSpace space,
Map properties)
Initialize the view. |
void |
GeneralDataView2D.init(IEnvironmentSpace space,
Map props)
Init the space. |
void |
LocalDataView2D.update(IEnvironmentSpace space)
Updates the view. |
void |
IDataView.update(IEnvironmentSpace space)
Updates the view. |
void |
GeneralDataView2D.update(IEnvironmentSpace space)
Updates the view. |
| Uses of IEnvironmentSpace in jadex.application.space.envsupport.environment |
|---|
| Classes in jadex.application.space.envsupport.environment that implement IEnvironmentSpace | |
|---|---|
class |
AbstractEnvironmentSpace
Abstract base class for environment space. |
| Fields in jadex.application.space.envsupport.environment declared as IEnvironmentSpace | |
|---|---|
protected IEnvironmentSpace |
PerceptList.space
The environment space. |
protected IEnvironmentSpace |
EnvironmentEvent.space
The source space. |
protected IEnvironmentSpace |
ComponentActionList.space
The environment space. |
| Methods in jadex.application.space.envsupport.environment that return IEnvironmentSpace | |
|---|---|
IEnvironmentSpace |
EnvironmentEvent.getSpace()
Get the source space. |
| Methods in jadex.application.space.envsupport.environment with parameters of type IEnvironmentSpace | |
|---|---|
void |
IPerceptGenerator.componentAdded(IComponentIdentifier component,
IEnvironmentSpace space)
Called when an component was added to the space. |
void |
IPerceptGenerator.componentRemoved(IComponentIdentifier component,
IEnvironmentSpace space)
Called when an component was remove from the space. |
void |
ISpaceProcess.execute(IClockService clock,
IEnvironmentSpace space)
Executes the environment process |
void |
DefaultObjectCreationProcess.execute(IClockService clock,
IEnvironmentSpace space)
Executes the environment process |
void |
AbstractTask.execute(IEnvironmentSpace space,
ISpaceObject obj,
IVector1 progress)
Executes the task. |
void |
IObjectTask.execute(IEnvironmentSpace space,
ISpaceObject obj,
long progress,
IClockService clock)
Executes the task. |
boolean |
IObjectTask.isFinished(IEnvironmentSpace space,
ISpaceObject obj)
Check if a task is finished and should be removed. |
boolean |
AbstractTask.isFinished(IEnvironmentSpace space,
ISpaceObject obj)
Check if a task is finished and should be removed. |
Object |
ISpaceAction.perform(Map parameters,
IEnvironmentSpace space)
Executes the delayed action. |
void |
IPerceptProcessor.processPercept(IEnvironmentSpace space,
String type,
Object percept,
IComponentIdentifier component,
ISpaceObject avatar)
Process a new percept. |
void |
AbstractTask.setFinished(IEnvironmentSpace space,
ISpaceObject obj,
boolean finished)
Indicate that the task is finished and should be removed. |
void |
ISpaceProcess.shutdown(IEnvironmentSpace space)
This method will be executed by the object before the process is removed from the execution queue. |
void |
DefaultObjectCreationProcess.shutdown(IEnvironmentSpace space)
This method will be executed by the object before the process is removed from the execution queue. |
void |
ISpaceProcess.start(IClockService clock,
IEnvironmentSpace space)
This method will be executed by the object before the process gets added to the execution queue. |
void |
DefaultObjectCreationProcess.start(IClockService clock,
IEnvironmentSpace space)
This method will be executed by the object before the process gets added to the execution queue. |
void |
SpaceObject.updateObject(IEnvironmentSpace space,
long progress,
IClockService clock)
Updates the object to the current time. |
| Constructors in jadex.application.space.envsupport.environment with parameters of type IEnvironmentSpace | |
|---|---|
ComponentActionList(IEnvironmentSpace space)
Create a new action list. |
|
EnvironmentEvent(String type,
IEnvironmentSpace space,
ISpaceObject object,
String property,
Object oldvalue)
Create a new environment event. |
|
PerceptList(IEnvironmentSpace space)
Create a new percept list. |
|
| Uses of IEnvironmentSpace in jadex.application.space.envsupport.environment.space2d |
|---|
| Classes in jadex.application.space.envsupport.environment.space2d that implement IEnvironmentSpace | |
|---|---|
class |
ContinuousSpace2D
Continuous version of 2D space. |
class |
Grid2D
2D grid environment. |
class |
Space2D
General 2D space. |
| Methods in jadex.application.space.envsupport.environment.space2d with parameters of type IEnvironmentSpace | |
|---|---|
void |
DefaultVisionGenerator.componentAdded(IComponentIdentifier component,
IEnvironmentSpace space)
Called when an component was added to the space. |
void |
DefaultVisionGenerator.componentRemoved(IComponentIdentifier component,
IEnvironmentSpace space)
Called when an component was remove from the space. |
protected String |
DefaultVisionGenerator.getPerceptType(IEnvironmentSpace space,
String componenttype,
String objecttype,
String actiontype)
Get the percept type. |
| Uses of IEnvironmentSpace in jadex.application.space.envsupport.environment.space2d.action |
|---|
| Methods in jadex.application.space.envsupport.environment.space2d.action with parameters of type IEnvironmentSpace | |
|---|---|
Object |
SetPosition.perform(Map parameters,
IEnvironmentSpace space)
Perform an action. |
Object |
GetPosition.perform(Map parameters,
IEnvironmentSpace space)
Perform an action. |
| Uses of IEnvironmentSpace in jadex.application.space.envsupport.observer.gui |
|---|
| Constructors in jadex.application.space.envsupport.observer.gui with parameters of type IEnvironmentSpace | |
|---|---|
ObserverCenter(String title,
IEnvironmentSpace space,
ILibraryService libSrvc,
List plugins,
boolean killonexit)
Creates an observer center. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||