static TinkerGraph | 
TinkerFactory.createClassic() | 
 Create the "classic" graph which was the original toy graph from TinkerPop 2.x. 
 | 
static TinkerGraph | 
TinkerFactory.createGratefulDead() | 
 Creates the "grateful dead" graph which is a larger graph than most of the toy graphs but has real-world
 structure and application and is therefore useful for demonstrating more complex traversals. 
 | 
static TinkerGraph | 
TinkerFactory.createKitchenSink() | 
 Creates the "kitchen sink" graph which is a collection of structures (e.g. 
 | 
static TinkerGraph | 
TinkerFactory.createModern() | 
 Create the "modern" graph which has the same structure as the "classic" graph from TinkerPop 2.x but includes
 3.x features like vertex labels. 
 | 
static TinkerGraph | 
TinkerFactory.createTheCrew() | 
 Create the "the crew" graph which is a TinkerPop 3.x toy graph showcasing many 3.x features like meta-properties,
 multi-properties and graph variables. 
 | 
static TinkerGraph | 
TinkerGraph.open() | 
 | 
static TinkerGraph | 
TinkerGraph.open(org.apache.commons.configuration2.Configuration configuration) | 
 Open a new TinkerGraph instance. 
 |