public interface Schema
| Modifier and Type | Method and Description |
|---|---|
Node |
findNode(String label)
Return schema
Node for given label |
Relationship |
findRelationship(String type)
Return schema
Relationship for given relationship type |
Node findNode(String label)
Node for given labellabel - label of the nodeNodeRelationship findRelationship(String type)
Relationship for given relationship typetype - type of the relationshipRelationshipCopyright © 2015–2020 Neo Technology, Inc.. All rights reserved.