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.graph
Methods in org.opendaylight.graph with parameters of type VertexModifier and TypeMethodDescriptionvoidConnectedGraphTrigger.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.booleanConnectedVertexTrigger.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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 that return types with arguments of type Vertex -
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 TypeInterfaceDescriptioninterfaceThe 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.