@Beta public abstract class DataNodeAggregator extends Object
Constructor and Description |
---|
DataNodeAggregator() |
Modifier and Type | Method and 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) |
protected void addChild(DataSchemaNode childNode)
protected void addContainer(ContainerSchemaNode containerNode)
protected void addList(ListSchemaNode list)
protected void addChoice(ChoiceSchemaNode choiceNode)
protected void addTypedefs(Collection<? extends TypeDefinition<?>> typeDefs)
protected void addGrouping(GroupingDefinition grouping)
Copyright © 2020 OpenDaylight. All rights reserved.