Package io.github.cfraser.graphguard
Class Schema.Node
-
- All Implemented Interfaces:
public final class Schema.NodeA Node in the graph.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Set<Schema.Property>propertiesprivate final Set<Schema.Relationship>relationships
-
Method Summary
Modifier and Type Method Description final StringgetName()the name of the node final Set<Schema.Property>getProperties()the node properties final Set<Schema.Relationship>getRelationships()StringtoString()-
-
Method Detail
-
getProperties
final Set<Schema.Property> getProperties()
the node properties
-
getRelationships
final Set<Schema.Relationship> getRelationships()
-
-
-
-