|
Jadex 0.941 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The plan body provides access to the executable code of a plan.
Field Summary | |
static String |
BODY_MOBILE
The mobile plan body type. |
static String |
BODY_STANDARD
The standard plan body type. |
Fields inherited from interface jadex.model.IMExpression |
ANY_ELEMENT, MODE_DYNAMIC, MODE_STATIC |
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, isExported, setExported |
Methods inherited from interface jadex.model.IMElement |
check, getChildren, getDescription, getEncodableRepresentation, getExpressionParameters, getName, getOwner, getReport, getScope, setDescription, setName |
Field Detail |
public static final String BODY_STANDARD
public static final String BODY_MOBILE
Method Detail |
public String getType()
public void setType(String type)
type
- The type of the plan body.public boolean isInline()
public void setInline(boolean inline)
inline
- The inline state.public String getPassedCode()
public void setPassedCode(String passed)
passed
- The passed code.public String getFailedCode()
public void setFailedCode(String failed)
failed
- The failed code.public String getAbortedCode()
public void setAbortedCode(String aborted)
aborted
- The aborted code.
|
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.