|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMParameterSet
The parameter set behaviour interface.
Field Summary | |
---|---|
static String |
DIRECTION_FIXED
Fixed values are not allowed to be changed and are used for matching messages. |
static String |
DIRECTION_IN
In parameters for parameter elements. |
static String |
DIRECTION_INOUT
Inout parameters for parameter elements. |
static String |
DIRECTION_OUT
Out parameters for parameter elements. |
Fields inherited from interface jadex.model.IMReferenceableElement |
---|
EXPORTED_FALSE, EXPORTED_SHIELDED, EXPORTED_TRUE |
Method Summary | |
---|---|
IMExpression |
createDefaultValue(String expression)
Create a default values for the parameter. |
IMExpression |
createDefaultValuesExpression(String expression,
String mode)
Create the default values expression for the parameter (returning a collection of default values). |
void |
deleteDefaultValue(IMExpression value)
Delete the default values of the parameter. |
void |
deleteDefaultValuesExpression()
Delete the default values expression of the parameter (returning a collection of default values). |
IMExpression[] |
getDefaultValues()
Get the default values of the parameter. |
IMExpression |
getDefaultValuesExpression()
Get the default values expression of the parameter (returning a collection of default values). |
String |
getDirection()
Get the direction (in/out). |
boolean |
isOptional()
Get the optional flag. |
void |
setDirection(String direction)
Set the direction (in/out). |
void |
setOptional(boolean optional)
Set the optional flag. |
Methods inherited from interface jadex.model.IMTypedElementSet |
---|
getClazz, getUpdateRate, isTransient, setClazz, setTransient, setUpdateRate |
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 DIRECTION_FIXED
static final String DIRECTION_IN
static final String DIRECTION_OUT
static final String DIRECTION_INOUT
Method Detail |
---|
String getDirection()
void setDirection(String direction)
direction
- The direction of the parameter set.boolean isOptional()
void setOptional(boolean optional)
optional
- True, if values for this parameter set are optional.IMExpression[] getDefaultValues()
IMExpression createDefaultValue(String expression)
expression
- The expression string.
void deleteDefaultValue(IMExpression value)
value
- The value expression.IMExpression getDefaultValuesExpression()
IMExpression createDefaultValuesExpression(String expression, String mode)
expression
- The expression string.mode
- The evaluation mode.
void deleteDefaultValuesExpression()
|
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.