public interface IContingencyReaction
| Modifier and Type | Interface and Description |
|---|---|
static class |
IContingencyReaction.ReactionType |
| Modifier and Type | Method and Description |
|---|---|
void |
FromXML(Node XML) |
void |
FromXML(String XML) |
IContingencyReactionHandler |
GetReactionHandler() |
IContingencyReaction.ReactionType |
GetReactionType() |
String |
ToXML() |
void |
Validate() |
void Validate()
throws ExecutionValidationException
ExecutionValidationExceptionIContingencyReaction.ReactionType GetReactionType()
String ToXML() throws ExecutionSerializationException
ExecutionSerializationExceptionvoid FromXML(String XML) throws ExecutionSerializationException
ExecutionSerializationExceptionvoid FromXML(Node XML) throws ExecutionSerializationException
ExecutionSerializationExceptionIContingencyReactionHandler GetReactionHandler() throws ExecutionInternalErrorException
ExecutionInternalErrorExceptionCopyright © 2015. All Rights Reserved.