| Package | Description |
|---|---|
| org.onosproject.yang.runtime |
Set of facilities for processing and working with compiled YANG models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAnnotatedNodeInfo
Representation of default implementation of annotated node information.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedNodeInfo |
AnnotatedNodeInfo.Builder.build()
Builds an instance of annotated node information.
|
AnnotatedNodeInfo |
DefaultAnnotatedNodeInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedNodeInfo> |
CompositeData.annotatedNodesInfo()
Returns annotated nodes information.
|
List<AnnotatedNodeInfo> |
DefaultCompositeData.annotatedNodesInfo() |
| Modifier and Type | Method and Description |
|---|---|
CompositeData.Builder |
CompositeData.Builder.addAnnotatedNodeInfo(AnnotatedNodeInfo info)
Adds information about annotated node.
|
DefaultCompositeData.Builder |
DefaultCompositeData.Builder.addAnnotatedNodeInfo(AnnotatedNodeInfo info) |
Copyright © 2018. All rights reserved.