Uses of Class
org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
Packages that use LeafRefContext
-
Uses of LeafRefContext in org.opendaylight.yangtools.yang.data.tree.leafref
Methods in org.opendaylight.yangtools.yang.data.tree.leafref that return LeafRefContextModifier and TypeMethodDescriptionstatic LeafRefContextLeafRefContext.create(EffectiveModelContext ctx) LeafRefContext.getLeafRefReferencedByContext(SchemaNodeIdentifier node) LeafRefContext.getLeafRefReferencingContext(SchemaNodeIdentifier node) LeafRefContext.getReferencedByLeafRefCtxByName(QName qname) LeafRefContext.getReferencedChildByName(QName name) LeafRefContext.getReferencingChildByName(QName name) Methods in org.opendaylight.yangtools.yang.data.tree.leafref that return types with arguments of type LeafRefContextModifier and TypeMethodDescriptionLeafRefContext.findAllChildsReferencedByLeafRef(SchemaNodeIdentifier node) LeafRefContext.findAllLeafRefChilds(SchemaNodeIdentifier node) LeafRefContext.getAllLeafRefsReferencingThisNode(SchemaNodeIdentifier node) LeafRefContext.getAllReferencedByLeafRefCtxs()LeafRefContext.getReferencedByChilds()LeafRefContext.getReferencingChilds()Methods in org.opendaylight.yangtools.yang.data.tree.leafref with parameters of type LeafRefContextModifier and TypeMethodDescriptionstatic voidLeafRefValidation.validate(org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidate tree, LeafRefContext rootLeafRefCtx)