YANG language object model and related interfaces for network configuration modeling in OpenDaylight.
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.