Package jadex.bdiv3x.runtime
Interface IPlanbase
- 
- All Superinterfaces:
- IElement
 - All Known Implementing Classes:
- PlanbaseWrapper,- RPlanbase
 
 public interface IPlanbase extends IElement The programmers interface for a plan base.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IPlancreatePlan(MPlan mplan)Create a plan instance.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).- 
Methods inherited from interface jadex.bdiv3x.runtime.IElementgetModelElement
 
- 
 
-