| Package | Description |
|---|---|
| org.onosproject.yang.runtime |
Set of facilities for processing and working with compiled YANG models.
|
| org.onosproject.yang.runtime.impl |
Provides an implementation of YANG runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRuntimeContext
Representation of default implementation of runtime context.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeContext |
DefaultRuntimeContext.Builder.build() |
RuntimeContext |
RuntimeContext.Builder.build()
Builds an instance of runtime context.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
YangRuntimeService.decode(CompositeStream external,
RuntimeContext context)
Decodes the external representation of a configuration model from the
specified composite stream into an in-memory representation.
|
CompositeStream |
YangRuntimeService.encode(CompositeData internal,
RuntimeContext context)
Encodes the internal in-memory representation of a configuration model
to an external representation consumable from the resulting input stream.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
DefaultYangRuntimeHandler.decode(CompositeStream external,
RuntimeContext c) |
CompositeStream |
DefaultYangRuntimeHandler.encode(CompositeData internal,
RuntimeContext c) |
Copyright © 2018. All rights reserved.