See: Description
| Interface | Description |
|---|---|
| AppData |
Maintains application data, which will be used by Application broker to
interact with applications.
|
| YdtAppContext |
Abstraction of an entity which represents YANG application data tree context
information.
|
| YdtExtendedBuilder |
Abstraction of an entity which represents extension of YDT builder
required by internal sub modules.
|
| YdtExtendedContext |
Abstraction of an entity which represents application related information
maintained in YDT.
|
| YdtExtendedListener |
Abstraction of an entity which provide call back methods which are called
by YDT extended walker while walking the YANG data tree.
|
| YdtExtendedWalker |
Abstraction of an entity which provides interfaces for YDT extended walker.
|
| Class | Description |
|---|---|
| AppNodeFactory |
Represents an application tree node factory to create different types of
application tree node.
|
| AugmentedSchemaData |
Manages the application information required for schema nodes defined in
the module (sub-module).
|
| DefaultYdtAppContext<T extends AppData> |
Abstraction of an entity which represents YDT application context
information.
|
| DefaultYdtWalker |
Represents implementation of YDT walker, which walks the YDT.
|
| ModuleSchemaData |
Manages the application information required for schema nodes defined in
the module (sub-module).
|
| YangRequestWorkBench |
Represents YANG request work bench which contains all parameters for
request handling and methods to build and obtain YANG data tree
which is data (sub)instance representation, abstract of protocol.
|
| YangResponseWorkBench | |
| YdtMultiInstanceNode |
Represents a multi instance node in YANG data tree.
|
| YdtNode<T> |
Represents implementation of interfaces to build and obtain YANG data tree
which is data (sub)instance representation, abstract of protocol.
|
| YdtSingleInstanceLeafNode |
Represents YDT single instance leaf node which is an atomic element
and doesn't have any child.
|
| Enum | Description |
|---|---|
| AppType |
Represents type of application, which is intended to maintain additional
information in YDT node.
|
| YdtAppNodeOperationType |
Represents type of YANG data tree node operation.
|