# Class: com.pnfsoftware.jeb.core.output.tree.impl.NodeCoordinates

A simple implementation of node coordinates.

## Constructor: NodeCoordinates
- parameter: `path`, type: `java.util.List<java.lang.Integer>`

Description: Create node coordinates from a root\-to\-node path.
parameter: path: zero\-based child indexes from a root to a node

## Method: getPath
- return type: `java.util.List<java.lang.Integer>`


## Method: toString
- return type: `java.lang.String`


