jadex.application.space.envsupport.dataview
Interface IDataView

All Known Implementing Classes:
GeneralDataView2D, LocalDataView2D

public interface IDataView

View used by an observer to display part of the environment


Field Summary
static String SIMPLE_VIEW_2D
           
 
Method Summary
 Object[] getObjects()
          Returns a list of objects in this view
 String getType()
          Returns the type of the view.
 void init(IEnvironmentSpace space, Map properties)
          Initialize the view.
 void update(IEnvironmentSpace space)
          Updates the view.
 

Field Detail

SIMPLE_VIEW_2D

static final String SIMPLE_VIEW_2D
See Also:
Constant Field Values
Method Detail

init

void init(IEnvironmentSpace space,
          Map properties)
Initialize the view.


getType

String getType()
Returns the type of the view.

Returns:
type of the view

getObjects

Object[] getObjects()
Returns a list of objects in this view

Returns:
list of objects

update

void update(IEnvironmentSpace space)
Updates the view.

Parameters:
space - the space of the view


Copyright © 2010. All Rights Reserved.