Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.GraphBuilder
-
Packages that use GraphBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology -
-
Uses of GraphBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology that return GraphBuilder Modifier and Type Method Description GraphBuilderGraphBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Graph> augmentation)Add an augmentation to this builder's product.GraphBuilderGraphBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Graph>> augmentationType)Remove an augmentation from this builder's product.GraphBuilderGraphBuilder. setAsn(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toGraph.getAsn()to the specified value.GraphBuilderGraphBuilder. setDomainScope(Graph.DomainScope value)Set the property corresponding toGraph.getDomainScope()to the specified value.GraphBuilderGraphBuilder. setEdge(Map<EdgeKey,Edge> values)Set the property corresponding toGraph.getEdge()to the specified value.GraphBuilderGraphBuilder. setName(String value)Set the property corresponding toGraph.getName()to the specified value.GraphBuilderGraphBuilder. setPrefix(Map<PrefixKey,Prefix> values)Set the property corresponding toGraph.getPrefix()to the specified value.GraphBuilderGraphBuilder. setVertex(Map<VertexKey,Vertex> values)Set the property corresponding toGraph.getVertex()to the specified value.GraphBuilderGraphBuilder. withKey(GraphKey key)
-