Interface SubGraph<J>

All Superinterfaces:
Graph<J>, Graph<J>, GraphNode<J>, Subgraph<J>
All Known Subinterfaces:
SubGraphImplementor<J>
All Known Implementing Classes:
SubGraphImpl

public interface SubGraph<J> extends Graph<J>, Subgraph<J>
Extends the JPA-defined Subgraph with additional operations.
See Also: