Uses of Class
core.ConnectivityGrid.GridCell

Packages that use ConnectivityGrid.GridCell
core Contains core classes and interfaces of the simulator. 
 

Uses of ConnectivityGrid.GridCell in core
 

Methods in core that return ConnectivityGrid.GridCell
 ConnectivityGrid.GridCell DTNHost.getCurCell()
          Return the "current cell" set by the setCurCell method (for cell based connection checking).
 

Methods in core with parameters of type ConnectivityGrid.GridCell
 void ConnectivityGrid.GridCell.moveNode(DTNHost node, ConnectivityGrid.GridCell to)
          Moves a node in a Cell to another Cell
 void DTNHost.setCurCell(ConnectivityGrid.GridCell c)
          Sets the "current cell" (for cell based connection checking).