Refactored parsing of YANG uses statement.
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-model-api / src / main / java / org / opendaylight / controller / yang / model / api / UsesNode.java
index e76f5e81318120f0af134446b1982ef3e1eef226..0fc8a0e49d2fb02d3438d0824dcd6c012a8b72e5 100644 (file)
@@ -31,6 +31,8 @@ public interface UsesNode {
      */\r
     boolean isAugmenting();\r
 \r
+    boolean isAddedByUses();\r
+\r
     /**\r
      * Some of the properties of each node in the grouping can be refined with\r
      * the "refine" statement.\r