|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.execution.plan.ExecutionPlan
public class ExecutionPlan
The Class ExecutionPlan.
| Field Summary | |
|---|---|
List<String> |
CleanUpLocalFiles
A list of files that are to be cleaned up after the execution of the plan in the node that the instance of the sub plan that contains this list is located |
ValueCollection |
CleanUpSS
|
ValueCollection |
CleanUpSSExclude
|
PlanConfig |
Config
The Configuration for the execution of the plan |
gr.uoa.di.madgik.environment.hint.EnvHintCollection |
EnvHints
|
IPlanElement |
Root
The Root element of the plan |
VariableCollection |
Variables
The Variables that are shared between all the plan elements |
| Constructor Summary | |
|---|---|
ExecutionPlan()
Instantiates a new execution plan. |
|
| Method Summary | |
|---|---|
void |
Deserialize(String serialization)
Deserialize the plan |
IPlanElement |
Locate(String ID)
Locate a plan element that has the provided id |
Set<IPlanElement> |
LocateActionElements()
|
String |
Serialize()
Serialize the plan |
void |
Validate()
Validates the plan element hierarchy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public IPlanElement Root
public gr.uoa.di.madgik.environment.hint.EnvHintCollection EnvHints
public VariableCollection Variables
public PlanConfig Config
public List<String> CleanUpLocalFiles
public ValueCollection CleanUpSS
public ValueCollection CleanUpSSExclude
| Constructor Detail |
|---|
public ExecutionPlan()
| Method Detail |
|---|
public IPlanElement Locate(String ID)
ID - the iD
public Set<IPlanElement> LocateActionElements()
public void Validate()
throws ExecutionValidationException
ExecutionValidationException - A validation error occurred
public String Serialize()
throws ExecutionSerializationException
ExecutionSerializationException - A serialization error occurred
public void Deserialize(String serialization)
throws ExecutionSerializationException
serialization - the serialization as retrieved by Serialize()
ExecutionSerializationException - A serialization error occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||