public class Node extends Object
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
Position |
getCoordinates()
Gets the coordinates.
|
List<String> |
getSolutionRefs()
Gets the solution refs.
|
void |
setCoordinates(Position coordinates)
Sets the coordinates.
|
void |
setSolutionRefs(List<String> solutionRefs)
Sets the solution refs.
|
public Position getCoordinates()
public List<String> getSolutionRefs()
public void setCoordinates(Position coordinates)
coordinates
- the new coordinatesCopyright © 2015–2016 IBM Watson. All rights reserved.