|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface Planner
Method Summary | |
---|---|
Plan
|
computeDeploymentPlan(Type type, SystemModelDelta systemModelDelta)
Compute the deployment plan to 'fix' the delta |
TransitionPlan
|
computeTransitionPlan(SystemModelDelta systemModelDelta)
Compute the transition plan to 'fix' the delta |
TransitionPlan
|
computeTransitionPlan(java.util.Collection deltas)
Compute the transition plan to 'fix' the deltas given a list of deltas (note that the order
of the deltas is very important and that
|
Plan
|
computeTransitionPlan(Type type, SystemModelDelta systemModelDelta, java.util.Collection toStates)
Computes the transition plan from the current state to the states provided in the collection |
Method Detail |
---|
public Plan computeDeploymentPlan(Type type, SystemModelDelta systemModelDelta)
type
public TransitionPlan computeTransitionPlan(SystemModelDelta systemModelDelta)
public TransitionPlan computeTransitionPlan(java.util.Collection deltas)
deltas[n].currentModel == deltas[n-1].expectedModel
must be true
.
public Plan computeTransitionPlan(Type type, SystemModelDelta systemModelDelta, java.util.Collection toStates)
type
Groovy Documentation