All Superinterfaces:
AddedByUsesAware, CopyableNode, DocumentedNode, DocumentedNode.WithStatus, EffectiveStatementEquivalent<UsesEffectiveStatement>, WhenConditionAware

Contains the methods for getting data and checking properties of the YANG uses substatement.
  • Method Details

    • getSourceGrouping

      @NonNull GroupingDefinition getSourceGrouping()
      Returns the {code grouping} which this node acted upon.
      Returns:
      Source grouping
    • getAugmentations

      @NonNull Collection<? extends @NonNull AugmentationSchemaNode> getAugmentations()
      Returns augmentations which were specified in this uses node.
      Returns:
      Set of augment statements defined under this uses node
    • getRefines

      Some of the properties of each node in the grouping can be refined with the "refine" statement.
      Returns:
      Map, where key is schema node identifier of refined node and value is refined node.