Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.Vertex
Packages that use Vertex
Package
Description
-
Uses of Vertex in org.opendaylight.bgpcep.pcep.server.provider
Methods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type VertexModifier and TypeMethodDescriptionboolean
ManagedTePath.verifyVertex
(ConnectedVertex next, Vertex current) void
PathManagerProvider.verifyVertex
(Collection<ConnectedVertexTrigger> triggers, ConnectedVertex current, Vertex next) -
Uses of Vertex in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type VertexModifier and TypeMethodDescriptionvoid
ConnectedGraphTrigger.verifyVertex
(Collection<ConnectedVertexTrigger> triggers, @Nullable ConnectedVertex next, @Nullable Vertex current) This method verifies the next Vertex 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.boolean
ConnectedVertexTrigger.verifyVertex
(@Nullable ConnectedVertex next, @Nullable Vertex current) This method verifies the next Vertex attribute 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 Vertex in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph
Subinterfaces of Vertex in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graphModifier and TypeInterfaceDescriptioninterface
The list of Vertices defined for the Graph.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with parameters of type VertexModifierConstructorDescriptionVertexBuilder
(Vertex arg) Construct a new builder initialized from specifiedVertex
.