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

All Superinterfaces:
Collection<T>, Iterable<T>, Set<T>
All Known Implementing Classes:
GraphImpl

public interface Graph<T extends Node>
extends Set<T>


Method Summary
 NodeData getNodeData(T node)
           
 Set<T> getRoots()
           
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getNodeData

NodeData getNodeData(T node)

getRoots

Set<T> getRoots()


Copyright © 2013 Oracle. All Rights Reserved.