com.kuka.graph.generate
Class GridGraphGenerator.Coordinate

java.lang.Object
  extended by com.kuka.graph.generate.GridGraphGenerator.Coordinate
Enclosing class:
GridGraphGenerator<N,E>

public static final class GridGraphGenerator.Coordinate
extends Object

Represents the coordinate of a node in the grid graph, i.e. the row and column of the node.


Method Summary
 int getCol()
          Returns the column.
 int getRow()
          Returns the row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRow

public int getRow()
Returns the row.

Returns:
the row

getCol

public int getCol()
Returns the column.

Returns:
the column


Copyright © 2019. All rights reserved.