Interface Schema


public interface Schema
Author:
Frantisek Hartman
  • Method Details

    • findNode

      Node findNode(String label)
      Return schema Node for given label
      Parameters:
      label - label of the node
      Returns:
      schema Node
    • findRelationship

      Relationship findRelationship(String type)
      Return schema Relationship for given relationship type
      Parameters:
      type - type of the relationship
      Returns:
      schema Relationship