Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph.EdgeKey
-
-
Uses of EdgeKey in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type EdgeKey Modifier and Type Method Description voidConnectedGraph. deleteEdge(EdgeKey edgeKey)Remove the Edge in the Connected Graph. -
Uses of EdgeKey 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 EdgeKey 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 EdgeKey Modifier and Type Method Description GraphBuilderGraphBuilder. setEdge(Map<EdgeKey,Edge> values)Set the property corresponding toGraph.getEdge()to the specified value. -
Uses of EdgeKey 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 that return EdgeKey Modifier and Type Method Description EdgeKeyEdge. key()EdgeKeyEdgeBuilder. key()Return current value associated with the property corresponding toEdge.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type EdgeKey Modifier and Type Method Description EdgeBuilderEdgeBuilder. withKey(EdgeKey key)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type EdgeKey Constructor Description EdgeKey(EdgeKey source)Creates a copy from Source Object.
-