Modifier and Type | Method and Description |
---|---|
List<Node> |
TopologyBuilder.getNode() |
Modifier and Type | Method and Description |
---|---|
TopologyBuilder |
TopologyBuilder.setNode(List<Node> values) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Node>> |
NodeBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Node |
NodeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
NodeBuilder |
NodeBuilder.addAugmentation(Class<? extends Augmentation<Node>> augmentationType,
Augmentation<Node> augmentationValue) |
NodeBuilder |
NodeBuilder.addAugmentation(Class<? extends Augmentation<Node>> augmentationType,
Augmentation<Node> augmentationValue) |
NodeBuilder |
NodeBuilder.removeAugmentation(Class<? extends Augmentation<Node>> augmentationType) |
Constructor and Description |
---|
NodeBuilder(Node base) |
Copyright © 2019 OpenDaylight. All rights reserved.