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.

config
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
18 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
Resources