Package io.github.cfraser.graphguard
Class Schema
-
- All Implemented Interfaces:
public final class Schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSchema.GraphA Graph is a Set of nodes that specify the expected entities in a Neo4j database.
public final classSchema.NodeA Node in the graph.
public final classSchema.RelationshipA Relationship in the graph.
public final classSchema.PropertyA Property on a Node or Relationship.
-
Field Summary
Fields Modifier and Type Field Description private final Set<Schema.Graph>graphs
-
Method Summary
Modifier and Type Method Description final Set<Schema.Graph>getGraphs()the Schema.Graphs defining the Schema.Nodes and Schema.Relationships final static Schemaparse(String text)Parse the text as a Schema. -
-
Method Detail
-
getGraphs
final Set<Schema.Graph> getGraphs()
the Schema.Graphs defining the Schema.Nodes and Schema.Relationships
-
-
-
-