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