| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMPlanbase
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, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName | 
| Method Detail | 
|---|
IMPlan[] getPlans()
IMPlan getPlan(String name)
name - The plan name.
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.
void deletePlan(IMPlan plan)
plan - The plan.| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.