Jadex 0.96-beta1

jadex.model
Interface IMConfigParameterSet

All Superinterfaces:
IMConfigElement, IMConfigReferenceableElement, IMElement

public interface IMConfigParameterSet
extends IMConfigReferenceableElement

Initial values of a parameter set of an element in a configuration.


Method Summary
 IMExpression createInitialValue(String expression)
          Create a initial value.
 IMExpression createInitialValuesExpression(String expression, String mode)
          Create the initial values expression.
 void deleteInitialValue(IMExpression value)
          Delete a initial value.
 void deleteInitialValuesExpression()
          Delete the initial values expression.
 IMExpression[] getInitialValues()
          Get the initial values.
 IMExpression getInitialValuesExpression()
          Get the initial values, when represented as a single expression (returning a collection).
 
Methods inherited from interface jadex.model.IMConfigReferenceableElement
getReference, setReference
 
Methods inherited from interface jadex.model.IMConfigElement
getOriginalElement
 
Methods inherited from interface jadex.model.IMElement
check, getChildren, getDescription, getEncodableRepresentation, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName
 

Method Detail

getInitialValues

IMExpression[] getInitialValues()
Get the initial values.

Returns:
The initial values.

createInitialValue

IMExpression createInitialValue(String expression)
Create a initial value.

Parameters:
expression - The value expression string.
Returns:
the newly created value expression.

deleteInitialValue

void deleteInitialValue(IMExpression value)
Delete a initial value.

Parameters:
value - The value expression.

getInitialValuesExpression

IMExpression getInitialValuesExpression()
Get the initial values, when represented as a single expression (returning a collection).

Returns:
The initial values.

createInitialValuesExpression

IMExpression createInitialValuesExpression(String expression,
                                           String mode)
Create the initial values expression.

Parameters:
expression - The values expression string.
mode - The evaluation mode.
Returns:
the newly created values expression.

deleteInitialValuesExpression

void deleteInitialValuesExpression()
Delete the initial values expression.


Jadex 0.96-beta1

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.