Interface ChildNode

    • Method Detail

      • getParentNodes

        List<ConstraintGraphNode> getParentNodes()
        Retrieves an unmodifiable collection of unique nodes which precede this one.
        Returns:
        never null, never empty. Most often contains one value, join nodes will have two.