Uses of Interface
org.opendaylight.graph.ConnectedEdgeTrigger
Packages that use ConnectedEdgeTrigger
-
Uses of ConnectedEdgeTrigger in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type ConnectedEdgeTriggerModifier and TypeMethodDescriptionbooleanConnectedEdge.registerTrigger(ConnectedEdgeTrigger trigger, String key) Register a trigger that is executed when a problem occurs on the Connected Edge.booleanConnectedEdge.unRegisterTrigger(ConnectedEdgeTrigger trigger, String key) Un-register a trigger that is already registered on the Connected Edge.Method parameters in org.opendaylight.graph with type arguments of type ConnectedEdgeTriggerModifier and TypeMethodDescriptionvoidConnectedGraphTrigger.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.