| Package | Description |
|---|---|
| org.onosproject.yang.runtime |
Set of facilities for processing and working with compiled YANG models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAnnotation
Representation of default implementation of annotation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
DefaultAnnotatedNodeInfo.annotations() |
List<Annotation> |
AnnotatedNodeInfo.annotations()
Returns annotations associated with the node.
|
List<Annotation> |
YangSerializerContext.getProtocolAnnotations()
Returns dependent annotations which are present as a part of protocol
specific information and YANG related data could have dependency on
the same.
|
List<Annotation> |
RuntimeContext.getProtocolAnnotations()
Returns dependent annotations which are present as a part of protocol
specific information and YANG related data could have dependency on
the same.
|
List<Annotation> |
DefaultYangSerializerContext.getProtocolAnnotations() |
List<Annotation> |
DefaultRuntimeContext.getProtocolAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeContext.Builder |
RuntimeContext.Builder.addAnnotation(Annotation annotation)
Adds an annotation.
|
RuntimeContext.Builder |
DefaultRuntimeContext.Builder.addAnnotation(Annotation a) |
DefaultAnnotatedNodeInfo.Builder |
DefaultAnnotatedNodeInfo.Builder.addAnnotation(Annotation a) |
AnnotatedNodeInfo.Builder |
AnnotatedNodeInfo.Builder.addAnnotation(Annotation annotation)
Adds annotation to a node.
|
| Constructor and Description |
|---|
DefaultYangSerializerContext(org.onosproject.yang.model.SchemaContext c,
List<Annotation> a)
Creates an instance of YANG serializer context.
|
Copyright © 2017. All rights reserved.