Class DataNodeAggregator
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.util.DataNodeAggregator
-
-
Constructor Summary
Constructors Constructor Description DataNodeAggregator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addChild(DataSchemaNode childNode)
protected void
addChoice(ChoiceSchemaNode choiceNode)
protected void
addContainer(ContainerSchemaNode containerNode)
protected void
addGrouping(GroupingDefinition grouping)
protected void
addList(ListSchemaNode list)
protected void
addTypedefs(Collection<? extends TypeDefinition<?>> typeDefs)
-
-
-
Method Detail
-
addChild
protected void addChild(DataSchemaNode childNode)
-
addContainer
protected void addContainer(ContainerSchemaNode containerNode)
-
addList
protected void addList(ListSchemaNode list)
-
addChoice
protected void addChoice(ChoiceSchemaNode choiceNode)
-
addTypedefs
protected void addTypedefs(Collection<? extends TypeDefinition<?>> typeDefs)
-
addGrouping
protected void addGrouping(GroupingDefinition grouping)
-
-