public interface IConditionTreeElement extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IConditionTreeElement.TreeElementType |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EvaluateCondition(ExecutionHandle Handle,
IConditionEnvironment Environment) |
void |
FromXML(Element XML) |
void |
FromXML(String XML) |
Set<String> |
GetModifiedVariableNames() |
Set<String> |
GetNeededVariableNames() |
IConditionTreeElement.TreeElementType |
GetTreeElementType() |
void |
InitializeCondition() |
String |
ToXML() |
void |
Validate() |
void |
ValidatePreExecution(ExecutionHandle Handle) |
IConditionTreeElement.TreeElementType GetTreeElementType()
void Validate()
throws ExecutionValidationException
ExecutionValidationExceptionvoid ValidatePreExecution(ExecutionHandle Handle) throws ExecutionValidationException
ExecutionValidationExceptionboolean EvaluateCondition(ExecutionHandle Handle, IConditionEnvironment Environment) throws ExecutionRunTimeException
ExecutionRunTimeExceptionString ToXML() throws ExecutionSerializationException
ExecutionSerializationExceptionvoid FromXML(String XML) throws ExecutionSerializationException
ExecutionSerializationExceptionvoid FromXML(Element XML) throws ExecutionSerializationException
ExecutionSerializationExceptionvoid InitializeCondition()
Copyright © 2014. All Rights Reserved.