Uses of Interface
com.intergral.deep.agent.tracepoint.handler.bfs.Node.IParent
-
Packages that use Node.IParent Package Description com.intergral.deep.agent.tracepoint.handler.bfs -
-
Uses of Node.IParent in com.intergral.deep.agent.tracepoint.handler.bfs
Methods in com.intergral.deep.agent.tracepoint.handler.bfs that return Node.IParent Modifier and Type Method Description Node.IParent
Node. getParent()
Constructors in com.intergral.deep.agent.tracepoint.handler.bfs with parameters of type Node.IParent Constructor Description Node(Node.NodeValue value, Node.IParent parent)
Create a new node for the BFS.Node(Node.NodeValue value, Set<Node> children, Node.IParent parent)
Create a new node for the BFS.
-