Uses of Interface
org.forgerock.am.trees.api.NodeBuilder
Packages that use NodeBuilder
-
Uses of NodeBuilder in org.forgerock.am.trees.api
Methods in org.forgerock.am.trees.api with parameters of type NodeBuilderModifier and TypeMethodDescriptionTreeBuilder.add
(NodeBuilder nodeBuilder) Adds a Node to the tree.TreeBuilder.add
(NodeBuilder... nodeBuilders) Adds nodes to the tree.TreeBuilder.connect
(NodeBuilder nodeBuilder, String outcome, UUID destination) Connects a specific outcome of a Node to a destination.TreeBuilder.connect
(NodeBuilder nodeBuilder, String outcome, NodeBuilder destination) Connects a specific outcome of a Node to a destination Node.TreeBuilder.connect
(NodeBuilder nodeBuilder, UUID destination) Connects the single outcome of a Node to a destination.TreeBuilder.connect
(NodeBuilder nodeBuilder, NodeBuilder destination) Connects the single outcome of a Node to a destination Node.TreeBuilder.entryNode
(NodeBuilder entryNode) Sets the entry node.