Interface IDataView
- 
- All Known Implementing Classes:
- GeneralDataView2D,- GeneralDataView2D3D,- GeneralDataView3D,- LocalDataView2D
 
 public interface IDataViewView used by an observer to display part of the environment
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringSIMPLE_VIEW_2D
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object[]getObjects()Returns a list of objects in this viewjava.lang.StringgetType()Returns the type of the view.voidinit(IEnvironmentSpace space, java.util.Map properties)Initialize the view.voidupdate(IEnvironmentSpace space)Updates the view.
 
- 
- 
- 
Field Detail- 
SIMPLE_VIEW_2Dstatic final java.lang.String SIMPLE_VIEW_2D - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
initvoid init(IEnvironmentSpace space, java.util.Map properties) Initialize the view.
 - 
getTypejava.lang.String getType() Returns the type of the view.- Returns:
- type of the view
 
 - 
getObjectsjava.lang.Object[] getObjects() Returns a list of objects in this view- Returns:
- list of objects
 
 - 
updatevoid update(IEnvironmentSpace space) Updates the view.- Parameters:
- space- the space of the view
 
 
- 
 
-