Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.Edge
-
-
Uses of Edge in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type Edge Modifier and Type Method Description booleanConnectedEdgeTrigger. verifyEdge(@Nullable ConnectedEdge next, @Nullable Edge current)This method verifies the next Edge attributes against the current one to determine if is necessary to launch correction which are left at the discretion of the class which implements this method.voidConnectedGraphTrigger. verifyEdge(Collection<ConnectedEdgeTrigger> triggers, @Nullable ConnectedEdge next, @Nullable Edge current)This method verifies the next Edge attributes against the current one to determine if is necessary to launch correction which are left at the discretion of the class which implements this method. -
Uses of Edge 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 Edge Modifier and Type Method Description Class<? extends Edge>Edge. implementedInterface() -
Uses of Edge in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph
Subinterfaces of Edge in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph Modifier and Type Interface Description interfaceEdgeThe list of Edges defined for the Graph.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 arg)Construct a new builder initialized from specifiedEdge.
-