Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.Edge
Packages that use Edge
Package
Description
-
Uses of Edge in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type EdgeModifier and TypeMethodDescriptionbooleanConnectedEdgeTrigger.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.rev220720.graph.topology.graph
Subinterfaces of Edge in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graphConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with parameters of type EdgeModifierConstructorDescriptionEdgeBuilder(Edge arg) Construct a new builder initialized from specifiedEdge.