Constructor and Description |
---|
RPlanbase(IInternalAccess agent)
Create a new goalbase.
|
Modifier and Type | Method and Description |
---|---|
IPlan |
createPlan(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).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModelElement
public RPlanbase(IInternalAccess agent)
public IPlan[] getPlans()
public IPlan[] getPlans(java.lang.String type)
public IPlan createPlan(MPlan mplan)
createPlan
in interface IPlanbase