Class Schema.Relationship

    • 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 relationship
      final String getSource() the name of the node the relationship comes from
      final String getTarget() the name of the node the relationship goes to
      final Boolean isDirected() whether the relationship is directed
      final Set<Schema.Property> getProperties() the relationship properties
      String toString()
      • Methods inherited from class java.lang.Object

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