Class LocalDataView2D
- java.lang.Object
-
- jadex.extension.envsupport.dataview.LocalDataView2D
-
-
Field Summary
Fields Modifier and Type Field Description protected ISpaceObject
object
The space object, which is the center of the view.protected java.lang.Object
range
The range of the view.protected Space2D
space
The space.-
Fields inherited from interface jadex.extension.envsupport.dataview.IDataView
SIMPLE_VIEW_2D
-
-
Constructor Summary
Constructors Constructor Description LocalDataView2D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
getObjects()
Returns a list of objects in this viewjava.lang.String
getType()
Returns the type of the view.void
init(IEnvironmentSpace space, java.util.Map props)
Set the space of this view.void
update(IEnvironmentSpace space)
Updates the view.
-
-
-
Field Detail
-
space
protected Space2D space
The space.
-
object
protected ISpaceObject object
The space object, which is the center of the view.
-
range
protected java.lang.Object range
The range of the view.
-
-
Method Detail
-
getType
public java.lang.String getType()
Returns the type of the view.
-
getObjects
public java.lang.Object[] getObjects()
Returns a list of objects in this view- Specified by:
getObjects
in interfaceIDataView
- Returns:
- list of objects
-
update
public void update(IEnvironmentSpace space)
Updates the view.
-
init
public void init(IEnvironmentSpace space, java.util.Map props)
Set the space of this view.
-
-