Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.Graph
Packages that use Graph
Package
Description
-
Uses of Graph in org.opendaylight.graph
Methods in org.opendaylight.graph that return GraphModifier and TypeMethodDescriptionConnectedGraph.getGraph()Returns the Graph associated to this Connected Graph.Returns Graph for the given graph name.Returns the Graph for the given graph key.Methods in org.opendaylight.graph with parameters of type GraphModifier and TypeMethodDescriptionAdd a Graph. -
Uses of Graph in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 that return types with arguments of type GraphModifier and TypeMethodDescriptionGraphTopology.getGraph()Return graph, ornullif it is not present.GraphTopologyBuilder.getGraph()Return current value associated with the property corresponding toGraphTopology.getGraph().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.rev220720 with type arguments of type GraphModifier and TypeMethodDescriptionSet 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.rev220720.graph.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology with type parameters of type GraphModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.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.rev220720.graph.topology that return GraphMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology that return types with arguments of type GraphMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology with parameters of type GraphModifier and TypeMethodDescriptionstatic 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.rev220720.graph.topology with type arguments of type GraphModifier and TypeMethodDescriptionGraphBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Graph> augmentation) Add an augmentation to this builder's product.GraphBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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.rev220720.graph.topology with parameters of type GraphModifierConstructorDescriptionGraphBuilder(Graph base) Construct a builder initialized with state from specifiedGraph.