Interface WrappedGraph<G>
- 
 public interface WrappedGraph<G>Graphimplementations that don't natively implement the TinkerPop interfaces should implement the "wrapped" classes to provide a standard way for users to get the vendor's "raw" object that represents their graph. This provides the users with access to the underlying API.- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GgetBaseGraph()
 
- 
- 
- 
Method Detail- 
getBaseGraphG getBaseGraph() 
 
- 
 
-