GridCell representation

GridCell represents a single cell with node element on two-dimensional grid layout. It is used in diagram layouting process

class bpmn_python.grid_cell_class.GridCell(row, col, node_id)

Helper class used for Grid cell representation. Contains cell coordinates (row and column) and reference to fow node