| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The planbase behaviour interface.
| Method Summary | |
|  IMPlan | createPlan(String name,
           int priority,
           String body,
           String type)Create a new plan. | 
|  void | deletePlan(IMPlan plan)Delete a plan. | 
|  IMPlan | getPlan(String name)Get a plan by name. | 
|  IMPlan[] | getPlans()Get all known plans. | 
| Methods inherited from interface jadex.model.IMBase | 
| deleteReferenceableElement, getCorrespondingBase, getElementReferences, getReferenceableElement, getReferenceableElements | 
| Methods inherited from interface jadex.model.IMElement | 
| check, getChildren, getDescription, getEncodableRepresentation, getExpressionParameters, getName, getOwner, getReport, getScope, setDescription, setName | 
| Method Detail | 
public IMPlan[] getPlans()
public IMPlan getPlan(String name)
name - The plan name.
public IMPlan createPlan(String name,
                         int priority,
                         String body,
                         String type)
name - The plan name.priority - The plan priority.body - The body expression.type - The body type.
public void deletePlan(IMPlan plan)
plan - The plan.| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.