Interface HasNodeRegistry

    • Method Detail

      • getPath

        List<org.dmg.pmml.tree.Node> getPath​(String id)
        Returns:
        A path from the root node to the specified node.
      • getPathBetween

        List<org.dmg.pmml.tree.Node> getPathBetween​(String parentId,
                                                    String childId)
        Returns:
        A path from the parent node to the child node.