public final class LeafRefContextUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<LeafRefContext> |
findAllChildsReferencedByLeafRef(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot,
LeafRefContext root) |
static List<LeafRefContext> |
findAllChildsReferencedByLeafRef(LeafRefContext parent) |
static List<LeafRefContext> |
findAllChildsReferencedByLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root) |
static List<LeafRefContext> |
findAllChildsReferencedByLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaPath schemaPath,
LeafRefContext root) |
static List<LeafRefContext> |
findAllLeafRefChilds(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot,
LeafRefContext root) |
static List<LeafRefContext> |
findAllLeafRefChilds(LeafRefContext parent) |
static List<LeafRefContext> |
findAllLeafRefChilds(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root) |
static List<LeafRefContext> |
findAllLeafRefChilds(org.opendaylight.yangtools.yang.model.api.SchemaPath schemaPath,
LeafRefContext root) |
static Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> |
getAllLeafRefsReferencingThisNode(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot,
LeafRefContext root) |
static Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> |
getAllLeafRefsReferencingThisNode(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root) |
static Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> |
getAllLeafRefsReferencingThisNode(org.opendaylight.yangtools.yang.model.api.SchemaPath path,
LeafRefContext root) |
static LeafRefContext |
getLeafRefReferencedByContext(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot,
LeafRefContext root) |
static LeafRefContext |
getLeafRefReferencedByContext(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root) |
static LeafRefContext |
getLeafRefReferencedByContext(org.opendaylight.yangtools.yang.model.api.SchemaPath schemaPath,
LeafRefContext root) |
static LeafRefContext |
getLeafRefReferencingContext(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot,
LeafRefContext root) |
static LeafRefContext |
getLeafRefReferencingContext(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root) |
static LeafRefContext |
getLeafRefReferencingContext(org.opendaylight.yangtools.yang.model.api.SchemaPath schemaPath,
LeafRefContext root) |
static boolean |
hasChildReferencedByLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root) |
static boolean |
hasLeafRefChild(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root) |
static boolean |
isLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root) |
static boolean |
isReferencedByLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root) |
public static LeafRefContext getLeafRefReferencingContext(org.opendaylight.yangtools.yang.model.api.SchemaNode node, LeafRefContext root)
public static LeafRefContext getLeafRefReferencingContext(org.opendaylight.yangtools.yang.model.api.SchemaPath schemaPath, LeafRefContext root)
public static LeafRefContext getLeafRefReferencingContext(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot, LeafRefContext root)
public static LeafRefContext getLeafRefReferencedByContext(org.opendaylight.yangtools.yang.model.api.SchemaNode node, LeafRefContext root)
public static LeafRefContext getLeafRefReferencedByContext(org.opendaylight.yangtools.yang.model.api.SchemaPath schemaPath, LeafRefContext root)
public static LeafRefContext getLeafRefReferencedByContext(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot, LeafRefContext root)
public static boolean isLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root)
public static boolean hasLeafRefChild(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root)
public static boolean isReferencedByLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root)
public static boolean hasChildReferencedByLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaNode node,
LeafRefContext root)
public static List<LeafRefContext> findAllLeafRefChilds(org.opendaylight.yangtools.yang.model.api.SchemaNode node, LeafRefContext root)
public static List<LeafRefContext> findAllLeafRefChilds(org.opendaylight.yangtools.yang.model.api.SchemaPath schemaPath, LeafRefContext root)
public static List<LeafRefContext> findAllLeafRefChilds(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot, LeafRefContext root)
public static List<LeafRefContext> findAllLeafRefChilds(LeafRefContext parent)
public static List<LeafRefContext> findAllChildsReferencedByLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaNode node, LeafRefContext root)
public static List<LeafRefContext> findAllChildsReferencedByLeafRef(org.opendaylight.yangtools.yang.model.api.SchemaPath schemaPath, LeafRefContext root)
public static List<LeafRefContext> findAllChildsReferencedByLeafRef(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot, LeafRefContext root)
public static List<LeafRefContext> findAllChildsReferencedByLeafRef(LeafRefContext parent)
public static Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> getAllLeafRefsReferencingThisNode(org.opendaylight.yangtools.yang.model.api.SchemaNode node, LeafRefContext root)
public static Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> getAllLeafRefsReferencingThisNode(org.opendaylight.yangtools.yang.model.api.SchemaPath path, LeafRefContext root)
public static Map<org.opendaylight.yangtools.yang.common.QName,LeafRefContext> getAllLeafRefsReferencingThisNode(Iterable<org.opendaylight.yangtools.yang.common.QName> pathFromRoot, LeafRefContext root)
Copyright © 2018 OpenDaylight. All rights reserved.