Interface Graph<J>

All Superinterfaces:
GraphNode<J>
All Known Subinterfaces:
GraphImplementor<J>, RootGraph<J>, RootGraphImplementor<J>, SubGraph<J>, SubGraphImplementor<J>
All Known Implementing Classes:
AbstractGraph, RootGraphImpl, SubGraphImpl

public interface Graph<J> extends GraphNode<J>
A container for AttributeNode references.
Author:
Strong Liu, Steve Ebersole, Andrea Boriero
See Also: