Interface RelationshipInclusionPolicy

    • Method Detail

      • include

        boolean include​(Relationship relationship,
                        Node pointOfView)
        Include the given relationships from the given node's point of view?
        Parameters:
        relationship - to make a decision on.
        pointOfView - node looking at the relationship. Must be one of the relationship's nodes.
        Returns:
        true to include, false to exclude.