Package jadex.bdiv3x.runtime
Class RPlanbase
- java.lang.Object
- 
- jadex.bdiv3.runtime.impl.RElement
- 
- jadex.bdiv3x.runtime.RPlanbase
 
 
- 
- 
Constructor SummaryConstructors Constructor Description RPlanbase(IInternalAccess agent)Create a new goalbase.
 - 
Method SummaryAll Methods Instance Methods Concrete 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 class jadex.bdiv3.runtime.impl.RElementgetAgent, getCapability, getId, getMCapability, getModelElement, getRuleSystem, setId, setModelElement, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface jadex.bdiv3x.runtime.IElementgetModelElement
 
- 
 
- 
- 
- 
Constructor Detail- 
RPlanbasepublic RPlanbase(IInternalAccess agent) Create a new goalbase.
 
- 
 - 
Method Detail- 
getPlanspublic IPlan[] getPlans() Get all running plans of this planbase.
 - 
getPlanspublic IPlan[] getPlans(java.lang.String type) Get all plans of a specified type (=model element name).
 - 
createPlanpublic IPlan createPlan(MPlan mplan) Create a plan instance.- Specified by:
- createPlanin interface- IPlanbase
 
 
- 
 
-