Interface RelationshipPattern

    • Method Detail

      • named

        ExposesRelationships<RelationshipChain> named​(java.lang.String name)
        Turns the pattern into a named chain of relationships.
        Parameters:
        name - The name to be used.
        Returns:
        A named relationship that can be chained with more relationship definitions.
      • asCondition

        Condition asCondition()
        Transform this pattern into a condition. All names of the patterns must be known upfront in the final statement, as PatternExpressions are not allowed to introduce new variables.
        Returns:
        A condition based on this pattern.
        Since:
        2021.0.0