| Interface | Description |
|---|---|
| YangTreeBuilder |
Abstraction of an entity which provides interfaces to build YANG data tree
from the object received from YNH, YAB or YCH.
|
| Class | Description |
|---|---|
| DefaultYangTreeBuilder |
Representation of YANG tree builder which generates YANG data tree from the
class objects which are provided from the applications and return it to the
protocol(s).
|
| YdtBuilderFromYo |
Implements traversal of YANG node and its corresponding object, resulting
in building of the YDT tree.
|
| YtbNodeInfo |
Represents YTB node info for all the nodes that are added to the YDT
builder tree.Contains the information which can be attached and retrieved
back from YDT while walking.
|
| YtbTraversalInfo |
Represents YTB Traversal info which is needed every time the traversal of
a YANG node happens.
|
| YtbUtil |
Representation of utility for YANG tree builder.
|
| Exception | Description |
|---|---|
| YtbException |
Represents exception that needs to be handled by YTB.
|