Registry / config / yang-model-api

yang-model-api

JSON →
library15.1.1javamavenunverified

YANG language object model and related interfaces for network configuration modeling in OpenDaylight.

<dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-model-api</artifactId> <version>15.1.1</version> </dependency>
INSTALL
IMPORT
SIG · YANG-MODEL-API
Y
yang-model-api
configjavav15.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

YangModel
org.opendaylight.yangtools.yang.model.api.YangModel

Access the YANG model from a SchemaContext to inspect modules.

import org.opendaylight.yangtools.yang.model.api.YangModel; import org.opendaylight.yangtools.yang.model.api.SchemaContext; SchemaContext schemaContext = ...; // obtain from parser YangModel model = schemaContext.getYangModel(); System.out.println(model.getModules());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
15.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
yang-model-api — mvn dependency:get yang-model-api · libregistry