Interface GraphReader.ReaderBuilder<T extends GraphReader>
- 
- All Known Implementing Classes:
 GraphMLReader.Builder,GraphSONReader.Builder,GryoReader.Builder
- Enclosing interface:
 - GraphReader
 
public static interface GraphReader.ReaderBuilder<T extends GraphReader>Largely a marker interface for builder classes that construct aGraphReader. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate()Creates theGraphReaderimplementation given options provided to theGraphReader.ReaderBuilderimplementation. 
 - 
 
- 
- 
Method Detail
- 
create
T create()
Creates theGraphReaderimplementation given options provided to theGraphReader.ReaderBuilderimplementation. 
 - 
 
 -