Class DataNodeAggregator
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.util.DataNodeAggregator
-
@Beta @Deprecated(forRemoval=true, since="8.0.3") public abstract class DataNodeAggregator extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description DataNodeAggregator()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
addChild(DataSchemaNode childNode)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
addChoice(ChoiceSchemaNode choiceNode)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
addContainer(ContainerSchemaNode containerNode)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
addGrouping(GroupingDefinition grouping)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
addList(ListSchemaNode list)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
addTypedefs(Collection<? extends TypeDefinition<?>> typeDefs)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
addChild
protected void addChild(DataSchemaNode childNode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
addContainer
protected void addContainer(ContainerSchemaNode containerNode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
addList
protected void addList(ListSchemaNode list)
Deprecated, for removal: This API element is subject to removal in a future version.
-
addChoice
protected void addChoice(ChoiceSchemaNode choiceNode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
addTypedefs
protected void addTypedefs(Collection<? extends TypeDefinition<?>> typeDefs)
Deprecated, for removal: This API element is subject to removal in a future version.
-
addGrouping
protected void addGrouping(GroupingDefinition grouping)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-