Package com.anylogic.engine
- java.lang.Object
- com.anylogic.engine.CellPosition
- All Implemented Interfaces:
Serializable
public class CellPosition extends Object implements Serializable
A simple pair of integers:
r (row) and c (column)- Author:
- AnyLogic North America, LLC https://anylogic.com
- See Also:
- Serialized Form
| Modifier and Type | Field | Description |
|---|---|---|
int | c | |
int | r |
| Constructor | Description |
|---|---|
CellPosition() | |
CellPosition |
public int r
public int c
public CellPosition()
public CellPosition(int r, int c)