Interface RelationshipWithPropertyConsumer


  • public interface RelationshipWithPropertyConsumer
    • Method Detail

      • accept

        boolean accept​(long sourceNodeId,
                       long targetNodeId,
                       double property)
        Called for every relationship that matches a given relation-constraint
        Parameters:
        sourceNodeId - mapped source node id
        targetNodeId - mapped target node id
        property - relationship property
        Returns:
        true if the iteration shall continue, otherwise false.