AnyLogic
Expand
Font size
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

Field Summary

Modifier and TypeFieldDescription
intc 
intr 

Constructor Summary

ConstructorDescription
CellPosition() 
CellPosition(int r, int c) 

Method Summary

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

r

public int r

c

public int c

Constructor Details

CellPosition

public CellPosition()

CellPosition

public CellPosition(int r,
 int c)