| Package | Description |
|---|---|
| gr.uoa.di.madgik.execution.plan.element.contingency | |
| gr.uoa.di.madgik.execution.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
ContingencyReactionNone |
class |
ContingencyReactionPick |
class |
ContingencyReactionRetry |
| Modifier and Type | Field and Description |
|---|---|
IContingencyReaction |
ContingencyTrigger.Reaction |
| Modifier and Type | Method and Description |
|---|---|
IContingencyReaction |
IContingencyReactionHandler.GetReactionToHandle() |
IContingencyReaction |
ReactionRetryHandler.GetReactionToHandle() |
IContingencyReaction |
ReactionNoneHandler.GetReactionToHandle() |
IContingencyReaction |
ReactionPickHandler.GetReactionToHandle() |
| Modifier and Type | Method and Description |
|---|---|
void |
IContingencyReactionHandler.SetReactionToHandle(IContingencyReaction Reaction) |
void |
ReactionRetryHandler.SetReactionToHandle(IContingencyReaction Reaction) |
void |
ReactionNoneHandler.SetReactionToHandle(IContingencyReaction Reaction) |
void |
ReactionPickHandler.SetReactionToHandle(IContingencyReaction Reaction) |
| Modifier and Type | Method and Description |
|---|---|
static IContingencyReaction |
ContingencyReactionUtils.GetContingencyReaction(Element elem) |
Copyright © 2015. All Rights Reserved.