public interface OccupancyGrid
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Nav_datatypesPackage.getOccupancyGrid()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Object> |
getData()
Returns the value of the 'Data' attribute list.
|
Header |
getHeader()
Returns the value of the 'Header' containment reference.
|
MapMetaData |
getInfo()
Returns the value of the 'Info' containment reference.
|
void |
setHeader(Header value)
Sets the value of the '
Header ' containment reference. |
void |
setInfo(MapMetaData value)
Sets the value of the '
Info ' containment reference. |
Header getHeader()
If the meaning of the 'Header' containment reference isn't clear, there really should be more of a description here...
setHeader(Header)
,
Nav_datatypesPackage.getOccupancyGrid_Header()
void setHeader(Header value)
Header
' containment reference.
value
- the new value of the 'Header' containment reference.getHeader()
MapMetaData getInfo()
If the meaning of the 'Info' containment reference isn't clear, there really should be more of a description here...
setInfo(MapMetaData)
,
Nav_datatypesPackage.getOccupancyGrid_Info()
void setInfo(MapMetaData value)
Info
' containment reference.
value
- the new value of the 'Info' containment reference.getInfo()
org.eclipse.emf.common.util.EList<Object> getData()
Object
.
If the meaning of the 'Data' attribute list isn't clear, there really should be more of a description here...
Nav_datatypesPackage.getOccupancyGrid_Data()
Copyright © 2016 Eclipse foundation. All rights reserved.