| Modifier and Type | Field and Description | 
|---|---|
| protected IPlanbase | planbaseThe flat plan base. | 
| protected java.lang.String | prefixThe full capability prefix. | 
| Constructor and Description | 
|---|
| PlanbaseWrapper(IPlanbase planbase,
               java.lang.String prefix)Create a plan base wrapper. | 
| Modifier and Type | Method and Description | 
|---|---|
| IPlan | createPlan(MPlan mplan)Create a plan instance. | 
| MElement | getModelElement()Get the model element. | 
| IPlan[] | getPlans()Get all running plans of this planbase. | 
| IPlan[] | getPlans(java.lang.String type)Get all plans of a specified type (=model element name). | 
protected IPlanbase planbase
protected java.lang.String prefix
public PlanbaseWrapper(IPlanbase planbase, java.lang.String prefix)
public MElement getModelElement()
getModelElement in interface IElementpublic IPlan[] getPlans()
public IPlan[] getPlans(java.lang.String type)
public IPlan createPlan(MPlan mplan)
createPlan in interface IPlanbase