Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.Graph
-
-
Uses of Graph in org.opendaylight.graph
Methods in org.opendaylight.graph that return Graph Modifier and Type Method Description GraphConnectedGraph. getGraph()Returns the Graph associated to this Connected Graph.GraphConnectedGraphProvider. getGraph(String name)Returns Graph for the given graph name.GraphConnectedGraphProvider. getGraph(GraphKey key)Returns the Graph for the given graph key.Methods in org.opendaylight.graph with parameters of type Graph Modifier and Type Method Description ConnectedGraphConnectedGraphProvider. addGraph(Graph graph)Add a Graph. -
Uses of Graph in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 that return types with arguments of type Graph Modifier and Type Method Description @Nullable Map<GraphKey,Graph>GraphTopology. getGraph()Return graph, ornullif it is not present.Map<GraphKey,Graph>GraphTopologyBuilder. getGraph()Return current value associated with the property corresponding toGraphTopology.getGraph().default @NonNull Map<GraphKey,Graph>GraphTopology. nonnullGraph()Return graph, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 with type arguments of type Graph Modifier and Type Method Description GraphTopologyBuilderGraphTopologyBuilder. setGraph(Map<GraphKey,Graph> values)Set the property corresponding toGraphTopology.getGraph()to the specified value. -
Uses of Graph 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 with type parameters of type Graph Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Graph>>
E$$GraphBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology that return Graph Modifier and Type Method Description @NonNull GraphGraphBuilder. build()A newGraphinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology that return types with arguments of type Graph Modifier and Type Method Description default Class<Graph>Graph. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology with parameters of type Graph Modifier and Type Method Description static booleanGraph. bindingEquals(@NonNull Graph thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intGraph. bindingHashCode(@NonNull Graph obj)Default implementation ofObject.hashCode()contract for this interface.static StringGraph. bindingToString(@NonNull Graph obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology with type arguments of type Graph 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology with parameters of type Graph Constructor Description GraphBuilder(Graph base)Construct a builder initialized with state from specifiedGraph.
-