org.glassfish.pfl.basic.graph
Interface Node<T extends Node>


public interface Node<T extends Node>

Node in a graph.


Method Summary
 Set<T> getChildren()
          Get all the children of this node.
 

Method Detail

getChildren

Set<T> getChildren()
Get all the children of this node.

Returns:
The set of all children of this node.


Copyright © 2013 Oracle. All Rights Reserved.