Uses of Interface
org.opendaylight.graph.ConnectedEdgeTrigger
-
Packages that use ConnectedEdgeTrigger Package Description org.opendaylight.graph -
-
Uses of ConnectedEdgeTrigger in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type ConnectedEdgeTrigger Modifier and Type Method Description booleanConnectedEdge. 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 ConnectedEdgeTrigger Modifier and Type Method Description 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.
-