Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph.Edge
-
-
Uses of Edge in org.opendaylight.graph
Methods in org.opendaylight.graph that return Edge Modifier and Type Method Description @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 Edge Modifier and Type Method Description List<Edge>ConnectedVertex. getInputEdges()Returns the list of incoming Edge for this Connected Vertex.List<Edge>ConnectedVertex. getOutputEdges()Returns the list of outgoing Edge for this Connected Vertex.Methods in org.opendaylight.graph with parameters of type Edge Modifier and Type Method Description ConnectedEdgeConnectedGraph. addEdge(Edge edge)Add Edge in the Connected Graph. -
Uses of Edge 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 types with arguments of type Edge Modifier and Type Method Description @Nullable Map<EdgeKey,Edge>Graph. getEdge()Return edge, ornullif it is not present.Map<EdgeKey,Edge>GraphBuilder. getEdge()Return current value associated with the property corresponding toGraph.getEdge().default @NonNull Map<EdgeKey,Edge>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.rev191125.graph.topology with type arguments of type Edge Modifier and Type Method Description GraphBuilderGraphBuilder. setEdge(Map<EdgeKey,Edge> values)Set 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.rev191125.graph.topology.graph
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with type parameters of type Edge Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.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.rev191125.graph.topology.graph that return Edge Modifier and Type Method Description @NonNull EdgeEdgeBuilder. build()A newEdgeinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph that return types with arguments of type Edge Modifier and Type Method Description default Class<Edge>Edge. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type Edge Modifier and Type Method Description static 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.rev191125.graph.topology.graph with type arguments of type Edge Modifier and Type Method Description EdgeBuilderEdgeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Edge> augmentation)Add an augmentation to this builder's product.EdgeBuilderEdgeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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.rev191125.graph.topology.graph with parameters of type Edge Constructor Description EdgeBuilder(Edge base)Construct a builder initialized with state from specifiedEdge.
-