| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMPlanBody
The plan body provides access to the executable code of a plan.
| Field Summary | |
|---|---|
| static String | BODY_MOBILEThe mobile plan body type. | 
| static String | BODY_STANDARDThe standard plan body type. | 
| Fields inherited from interface jadex.model.IMExpression | 
|---|
| ANY_ELEMENT, MODE_DYNAMIC, MODE_STATIC | 
| Fields inherited from interface jadex.model.IMReferenceableElement | 
|---|
| EXPORTED_FALSE, EXPORTED_SHIELDED, EXPORTED_TRUE | 
| Method Summary | |
|---|---|
|  String | getAbortedCode()Get the aborted code. | 
|  String | getFailedCode()Get the failed code. | 
|  String | getPassedCode()Get the passed code. | 
|  String | getType()Get the type (e.g. | 
|  boolean | isInline()Is this an inline plan body. | 
|  void | setAbortedCode(String aborted)Set the aborted code. | 
|  void | setFailedCode(String failed)Set the failed code. | 
|  void | setInline(boolean inline)Set if inline plan body. | 
|  void | setPassedCode(String passed)Set the passed code. | 
|  void | setType(String type)Set the type (e.g. | 
| Methods inherited from interface jadex.model.IMReferenceableElement | 
|---|
| createAssignTo, deleteAssignTo, getAssignToElements, getAssignTos, getExported, setExported | 
| Methods inherited from interface jadex.model.IMElement | 
|---|
| check, getChildren, getDescription, getEncodableRepresentation, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName | 
| Field Detail | 
|---|
static final String BODY_STANDARD
static final String BODY_MOBILE
| Method Detail | 
|---|
String getType()
void setType(String type)
type - The type of the plan body.boolean isInline()
void setInline(boolean inline)
inline - The inline state.String getPassedCode()
void setPassedCode(String passed)
passed - The passed code.String getFailedCode()
void setFailedCode(String failed)
failed - The failed code.String getAbortedCode()
void setAbortedCode(String aborted)
aborted - The aborted code.| 
 | 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.