Class LeafRefUtils


  • public final class LeafRefUtils
    extends Object
    • Method Detail

      • createAbsoluteLeafRefPath

        public static LeafRefPath createAbsoluteLeafRefPath​(LeafRefPath leafRefPath,
                                                            org.opendaylight.yangtools.yang.model.api.SchemaPath contextNodeSchemaPath,
                                                            org.opendaylight.yangtools.yang.model.api.Module module)
        Create an absolute leafref path.
        Parameters:
        leafRefPath - leafRefPath
        contextNodeSchemaPath - contextNodeSchemaPath
        module - module
        Returns:
        LeafRefPath object
      • schemaPathToLeafRefPath

        public static LeafRefPath schemaPathToLeafRefPath​(org.opendaylight.yangtools.yang.model.api.SchemaPath nodePath,
                                                          org.opendaylight.yangtools.yang.model.api.Module module)