public class PlanInterpretationContext
extends java.lang.Object
| Constructor and Description | 
|---|
PlanInterpretationContext(java.util.Map<java.lang.String,?> originalDeploymentPlan,
                         java.util.List<PlanInterpreter> interpreters)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<PlanInterpreter> | 
getInterpreters()  | 
java.util.Map<java.lang.String,java.lang.Object> | 
getOriginalDeploymentPlan()  | 
public PlanInterpretationContext(java.util.Map<java.lang.String,?> originalDeploymentPlan,
                                 java.util.List<PlanInterpreter> interpreters)
public java.util.Map<java.lang.String,java.lang.Object> getOriginalDeploymentPlan()
public java.util.List<PlanInterpreter> getInterpreters()