Uses of Interface
org.opendaylight.graph.ConnectedVertexTrigger
-
Packages that use ConnectedVertexTrigger Package Description org.opendaylight.graph -
-
Uses of ConnectedVertexTrigger in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type ConnectedVertexTrigger Modifier and Type Method Description booleanConnectedVertex. registerTrigger(ConnectedVertexTrigger trigger, String key)Register a trigger that is executed when a problem occurs on the Connected Vertex.booleanConnectedVertex. unRegisterTrigger(ConnectedVertexTrigger trigger, String key)Un-register a trigger that is already registered on the Connected Vertex.Method parameters in org.opendaylight.graph with type arguments of type ConnectedVertexTrigger Modifier and Type Method Description voidConnectedGraphTrigger. 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.
-