/** */ package org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; /** * * The Package for the model. * It contains accessors for the meta objects to represent * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Nav_datatypesFactory * @model kind="package" * @generated */ public interface Nav_datatypesPackage extends EPackage { /** * The package name. * * * * @generated */ String eNAME = "nav_datatypes"; /** * The package namespace URI. * * * * @generated */ String eNS_URI = "http:///RobotMLLibraries/RobotML_ModelLibrary/RobotML_DataTypes/nav_datatypes.ecore"; /** * The package namespace name. * * * * @generated */ String eNS_PREFIX = "RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes"; /** * The singleton instance of the package. * * * * @generated */ Nav_datatypesPackage eINSTANCE = org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl.init(); /** * The meta object id for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.PathImpl Path}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.PathImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getPath() * @generated */ int PATH = 0; /** * The feature id for the 'Header' containment reference. * * * * @generated * @ordered */ int PATH__HEADER = 0; /** * The feature id for the 'Poses' containment reference list. * * * * @generated * @ordered */ int PATH__POSES = 1; /** * The number of structural features of the 'Path' class. * * * * @generated * @ordered */ int PATH_FEATURE_COUNT = 2; /** * The number of operations of the 'Path' class. * * * * @generated * @ordered */ int PATH_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.OdometryImpl Odometry}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.OdometryImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getOdometry() * @generated */ int ODOMETRY = 1; /** * The feature id for the 'Header' containment reference. * * * * @generated * @ordered */ int ODOMETRY__HEADER = 0; /** * The feature id for the 'Child frame id' attribute. * * * * @generated * @ordered */ int ODOMETRY__CHILD_FRAME_ID = 1; /** * The feature id for the 'Pose' containment reference. * * * * @generated * @ordered */ int ODOMETRY__POSE = 2; /** * The feature id for the 'Twist' containment reference. * * * * @generated * @ordered */ int ODOMETRY__TWIST = 3; /** * The number of structural features of the 'Odometry' class. * * * * @generated * @ordered */ int ODOMETRY_FEATURE_COUNT = 4; /** * The number of operations of the 'Odometry' class. * * * * @generated * @ordered */ int ODOMETRY_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.MapMetaDataImpl Map Meta Data}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.MapMetaDataImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getMapMetaData() * @generated */ int MAP_META_DATA = 2; /** * The feature id for the 'Map load time' attribute. * * * * @generated * @ordered */ int MAP_META_DATA__MAP_LOAD_TIME = 0; /** * The feature id for the 'Resolution' attribute. * * * * @generated * @ordered */ int MAP_META_DATA__RESOLUTION = 1; /** * The feature id for the 'Width' attribute. * * * * @generated * @ordered */ int MAP_META_DATA__WIDTH = 2; /** * The feature id for the 'Origin' containment reference. * * * * @generated * @ordered */ int MAP_META_DATA__ORIGIN = 3; /** * The number of structural features of the 'Map Meta Data' class. * * * * @generated * @ordered */ int MAP_META_DATA_FEATURE_COUNT = 4; /** * The number of operations of the 'Map Meta Data' class. * * * * @generated * @ordered */ int MAP_META_DATA_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.OccupancyGridImpl Occupancy Grid}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.OccupancyGridImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getOccupancyGrid() * @generated */ int OCCUPANCY_GRID = 3; /** * The feature id for the 'Header' containment reference. * * * * @generated * @ordered */ int OCCUPANCY_GRID__HEADER = 0; /** * The feature id for the 'Info' containment reference. * * * * @generated * @ordered */ int OCCUPANCY_GRID__INFO = 1; /** * The feature id for the 'Data' attribute list. * * * * @generated * @ordered */ int OCCUPANCY_GRID__DATA = 2; /** * The number of structural features of the 'Occupancy Grid' class. * * * * @generated * @ordered */ int OCCUPANCY_GRID_FEATURE_COUNT = 3; /** * The number of operations of the 'Occupancy Grid' class. * * * * @generated * @ordered */ int OCCUPANCY_GRID_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.GridCellsImpl Grid Cells}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.GridCellsImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getGridCells() * @generated */ int GRID_CELLS = 4; /** * The feature id for the 'Header' containment reference. * * * * @generated * @ordered */ int GRID_CELLS__HEADER = 0; /** * The feature id for the 'Cell width' attribute. * * * * @generated * @ordered */ int GRID_CELLS__CELL_WIDTH = 1; /** * The feature id for the 'Cell height' attribute. * * * * @generated * @ordered */ int GRID_CELLS__CELL_HEIGHT = 2; /** * The feature id for the 'Cells' containment reference list. * * * * @generated * @ordered */ int GRID_CELLS__CELLS = 3; /** * The number of structural features of the 'Grid Cells' class. * * * * @generated * @ordered */ int GRID_CELLS_FEATURE_COUNT = 4; /** * The number of operations of the 'Grid Cells' class. * * * * @generated * @ordered */ int GRID_CELLS_OPERATION_COUNT = 0; /** * Returns the meta object for class '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Path Path}'. * * * * @return the meta object for class 'Path'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Path * @generated */ EClass getPath(); /** * Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Path#getHeader Header}'. * * * * @return the meta object for the containment reference 'Header'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Path#getHeader() * @see #getPath() * @generated */ EReference getPath_Header(); /** * Returns the meta object for the containment reference list '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Path#getPoses Poses}'. * * * * @return the meta object for the containment reference list 'Poses'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Path#getPoses() * @see #getPath() * @generated */ EReference getPath_Poses(); /** * Returns the meta object for class '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry Odometry}'. * * * * @return the meta object for class 'Odometry'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry * @generated */ EClass getOdometry(); /** * Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry#getHeader Header}'. * * * * @return the meta object for the containment reference 'Header'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry#getHeader() * @see #getOdometry() * @generated */ EReference getOdometry_Header(); /** * Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry#getChild_frame_id Child frame id}'. * * * * @return the meta object for the attribute 'Child frame id'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry#getChild_frame_id() * @see #getOdometry() * @generated */ EAttribute getOdometry_Child_frame_id(); /** * Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry#getPose Pose}'. * * * * @return the meta object for the containment reference 'Pose'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry#getPose() * @see #getOdometry() * @generated */ EReference getOdometry_Pose(); /** * Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry#getTwist Twist}'. * * * * @return the meta object for the containment reference 'Twist'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Odometry#getTwist() * @see #getOdometry() * @generated */ EReference getOdometry_Twist(); /** * Returns the meta object for class '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData Map Meta Data}'. * * * * @return the meta object for class 'Map Meta Data'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData * @generated */ EClass getMapMetaData(); /** * Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData#getMap_load_time Map load time}'. * * * * @return the meta object for the attribute 'Map load time'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData#getMap_load_time() * @see #getMapMetaData() * @generated */ EAttribute getMapMetaData_Map_load_time(); /** * Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData#getResolution Resolution}'. * * * * @return the meta object for the attribute 'Resolution'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData#getResolution() * @see #getMapMetaData() * @generated */ EAttribute getMapMetaData_Resolution(); /** * Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData#getWidth Width}'. * * * * @return the meta object for the attribute 'Width'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData#getWidth() * @see #getMapMetaData() * @generated */ EAttribute getMapMetaData_Width(); /** * Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData#getOrigin Origin}'. * * * * @return the meta object for the containment reference 'Origin'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.MapMetaData#getOrigin() * @see #getMapMetaData() * @generated */ EReference getMapMetaData_Origin(); /** * Returns the meta object for class '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.OccupancyGrid Occupancy Grid}'. * * * * @return the meta object for class 'Occupancy Grid'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.OccupancyGrid * @generated */ EClass getOccupancyGrid(); /** * Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.OccupancyGrid#getHeader Header}'. * * * * @return the meta object for the containment reference 'Header'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.OccupancyGrid#getHeader() * @see #getOccupancyGrid() * @generated */ EReference getOccupancyGrid_Header(); /** * Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.OccupancyGrid#getInfo Info}'. * * * * @return the meta object for the containment reference 'Info'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.OccupancyGrid#getInfo() * @see #getOccupancyGrid() * @generated */ EReference getOccupancyGrid_Info(); /** * Returns the meta object for the attribute list '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.OccupancyGrid#getData Data}'. * * * * @return the meta object for the attribute list 'Data'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.OccupancyGrid#getData() * @see #getOccupancyGrid() * @generated */ EAttribute getOccupancyGrid_Data(); /** * Returns the meta object for class '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells Grid Cells}'. * * * * @return the meta object for class 'Grid Cells'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells * @generated */ EClass getGridCells(); /** * Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells#getHeader Header}'. * * * * @return the meta object for the containment reference 'Header'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells#getHeader() * @see #getGridCells() * @generated */ EReference getGridCells_Header(); /** * Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells#getCell_width Cell width}'. * * * * @return the meta object for the attribute 'Cell width'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells#getCell_width() * @see #getGridCells() * @generated */ EAttribute getGridCells_Cell_width(); /** * Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells#getCell_height Cell height}'. * * * * @return the meta object for the attribute 'Cell height'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells#getCell_height() * @see #getGridCells() * @generated */ EAttribute getGridCells_Cell_height(); /** * Returns the meta object for the containment reference list '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells#getCells Cells}'. * * * * @return the meta object for the containment reference list 'Cells'. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.GridCells#getCells() * @see #getGridCells() * @generated */ EReference getGridCells_Cells(); /** * Returns the factory that creates the instances of the model. * * * * @return the factory that creates the instances of the model. * @generated */ Nav_datatypesFactory getNav_datatypesFactory(); /** * * Defines literals for the meta objects that represent * * * * @generated */ interface Literals { /** * The meta object literal for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.PathImpl Path}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.PathImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getPath() * @generated */ EClass PATH = eINSTANCE.getPath(); /** * The meta object literal for the 'Header' containment reference feature. * * * * @generated */ EReference PATH__HEADER = eINSTANCE.getPath_Header(); /** * The meta object literal for the 'Poses' containment reference list feature. * * * * @generated */ EReference PATH__POSES = eINSTANCE.getPath_Poses(); /** * The meta object literal for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.OdometryImpl Odometry}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.OdometryImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getOdometry() * @generated */ EClass ODOMETRY = eINSTANCE.getOdometry(); /** * The meta object literal for the 'Header' containment reference feature. * * * * @generated */ EReference ODOMETRY__HEADER = eINSTANCE.getOdometry_Header(); /** * The meta object literal for the 'Child frame id' attribute feature. * * * * @generated */ EAttribute ODOMETRY__CHILD_FRAME_ID = eINSTANCE.getOdometry_Child_frame_id(); /** * The meta object literal for the 'Pose' containment reference feature. * * * * @generated */ EReference ODOMETRY__POSE = eINSTANCE.getOdometry_Pose(); /** * The meta object literal for the 'Twist' containment reference feature. * * * * @generated */ EReference ODOMETRY__TWIST = eINSTANCE.getOdometry_Twist(); /** * The meta object literal for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.MapMetaDataImpl Map Meta Data}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.MapMetaDataImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getMapMetaData() * @generated */ EClass MAP_META_DATA = eINSTANCE.getMapMetaData(); /** * The meta object literal for the 'Map load time' attribute feature. * * * * @generated */ EAttribute MAP_META_DATA__MAP_LOAD_TIME = eINSTANCE.getMapMetaData_Map_load_time(); /** * The meta object literal for the 'Resolution' attribute feature. * * * * @generated */ EAttribute MAP_META_DATA__RESOLUTION = eINSTANCE.getMapMetaData_Resolution(); /** * The meta object literal for the 'Width' attribute feature. * * * * @generated */ EAttribute MAP_META_DATA__WIDTH = eINSTANCE.getMapMetaData_Width(); /** * The meta object literal for the 'Origin' containment reference feature. * * * * @generated */ EReference MAP_META_DATA__ORIGIN = eINSTANCE.getMapMetaData_Origin(); /** * The meta object literal for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.OccupancyGridImpl Occupancy Grid}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.OccupancyGridImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getOccupancyGrid() * @generated */ EClass OCCUPANCY_GRID = eINSTANCE.getOccupancyGrid(); /** * The meta object literal for the 'Header' containment reference feature. * * * * @generated */ EReference OCCUPANCY_GRID__HEADER = eINSTANCE.getOccupancyGrid_Header(); /** * The meta object literal for the 'Info' containment reference feature. * * * * @generated */ EReference OCCUPANCY_GRID__INFO = eINSTANCE.getOccupancyGrid_Info(); /** * The meta object literal for the 'Data' attribute list feature. * * * * @generated */ EAttribute OCCUPANCY_GRID__DATA = eINSTANCE.getOccupancyGrid_Data(); /** * The meta object literal for the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.GridCellsImpl Grid Cells}' class. * * * * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.GridCellsImpl * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl#getGridCells() * @generated */ EClass GRID_CELLS = eINSTANCE.getGridCells(); /** * The meta object literal for the 'Header' containment reference feature. * * * * @generated */ EReference GRID_CELLS__HEADER = eINSTANCE.getGridCells_Header(); /** * The meta object literal for the 'Cell width' attribute feature. * * * * @generated */ EAttribute GRID_CELLS__CELL_WIDTH = eINSTANCE.getGridCells_Cell_width(); /** * The meta object literal for the 'Cell height' attribute feature. * * * * @generated */ EAttribute GRID_CELLS__CELL_HEIGHT = eINSTANCE.getGridCells_Cell_height(); /** * The meta object literal for the 'Cells' containment reference list feature. * * * * @generated */ EReference GRID_CELLS__CELLS = eINSTANCE.getGridCells_Cells(); } } // Nav_datatypesPackage