agent, cnt, id, modelelement
Constructor and Description |
---|
RPlanbase(jadex.bridge.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).
|
getAgent, getCapability, getId, getMCapability, getModelElement, getRuleSystem, setId, setModelElement, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getModelElement
public RPlanbase(jadex.bridge.IInternalAccess agent)
public IPlan[] getPlans()
public IPlan[] getPlans(java.lang.String type)
public IPlan createPlan(MPlan mplan)
createPlan
in interface IPlanbase