public class

NodeCoordinates

extends Object
implements INodeCoordinates
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.output.tree.impl.NodeCoordinates

Class Overview

A simple implementation of node coordinates.

Summary

Public Constructors
NodeCoordinates(List<Integer> path)
Public Methods
List<Integer> getPath()
Return the path of the node being addressed.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.output.tree.INodeCoordinates

Public Constructors

public NodeCoordinates (List<Integer> path)

Public Methods

public List<Integer> getPath ()

Return the path of the node being addressed. A path is a tuple of positions in each of the branch leading from the root to the node.

Returns
  • the path or null, see description above

public String toString ()