Package n10s.result

Class RelationshipResult


  • public class RelationshipResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.neo4j.graphdb.Relationship rel  
    • Constructor Summary

      Constructors 
      Constructor Description
      RelationshipResult​(org.neo4j.graphdb.Relationship rel)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • rel

        public final org.neo4j.graphdb.Relationship rel
    • Constructor Detail

      • RelationshipResult

        public RelationshipResult​(org.neo4j.graphdb.Relationship rel)