Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph.Edge
Packages that use Edge
Package
Description
-
Uses of Edge in org.opendaylight.graph
Methods in org.opendaylight.graph that return EdgeModifier and TypeMethodDescription@NonNull EdgeConnectedEdge.getEdge()Returns the Edge from the Graph associated to this connection.Methods in org.opendaylight.graph that return types with arguments of type EdgeModifier and TypeMethodDescriptionConnectedVertex.getInputEdges()Returns the list of incoming Edge for this Connected Vertex.ConnectedVertex.getOutputEdges()Returns the list of outgoing Edge for this Connected Vertex.Methods in org.opendaylight.graph with parameters of type EdgeModifier and TypeMethodDescriptionAdd Edge in the Connected Graph. -
Uses of Edge 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 that return types with arguments of type EdgeModifier and TypeMethodDescriptionGraph.getEdge()Return edge, ornullif it is not present.GraphBuilder.getEdge()Return current value associated with the property corresponding toGraph.getEdge().Graph.nonnullEdge()Return edge, 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.graph.topology with type arguments of type EdgeModifier and TypeMethodDescriptionSet the property corresponding toGraph.getEdge()to the specified value. -
Uses of Edge in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with type parameters of type EdgeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Edge>>
E$$EdgeBuilder.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.graph that return EdgeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph that return types with arguments of type EdgeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with parameters of type EdgeModifier and TypeMethodDescriptionstatic booleanEdge.bindingEquals(@NonNull Edge thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intEdge.bindingHashCode(@NonNull Edge obj) Default implementation ofObject.hashCode()contract for this interface.static StringEdge.bindingToString(@NonNull Edge 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.graph with type arguments of type EdgeModifier and TypeMethodDescriptionEdgeBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Edge> augmentation) Add an augmentation to this builder's product.EdgeBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Edge>> 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.graph with parameters of type EdgeModifierConstructorDescriptionEdgeBuilder(Edge base) Construct a builder initialized with state from specifiedEdge.