Class Schema.Graph

  • All Implemented Interfaces:

    
    public final class Schema.Graph
    
                        

    A Graph is a Set of nodes that specify the expected entities in a Neo4j database.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName() the name of the graph
      final Set<Schema.Node> getNodes() the nodes and relationships in the graph
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait