Class Schema.Relationship.Id

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Schema.Relationship.Id

        Schema.Relationship.Id(String name, String source, String target)
    • Method Detail

      • getSource

         final String getSource()

        the name of the node the relationship comes from

      • getTarget

         final String getTarget()

        the name of the node the relationship goes to