Jadex 0.96-beta1

jadex.model
Interface IMReferenceParameter

All Superinterfaces:
IMElement

public interface IMReferenceParameter
extends IMElement

A simple parameter reference to provide a value.


Method Summary
 IMExpression createValue(String expression)
          Create a value for the parameter.
 void deleteValue()
          Delete the value of the parameter.
 String getReference()
          Get the reference.
 IMExpression getValue()
          Get the value of the parameter.
 void setReference(String ref)
          Set the reference.
 
Methods inherited from interface jadex.model.IMElement
check, getChildren, getDescription, getEncodableRepresentation, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName
 

Method Detail

getReference

String getReference()
Get the reference.

Returns:
The reference.

setReference

void setReference(String ref)
Set the reference.

Parameters:
ref - Set reference.

getValue

IMExpression getValue()
Get the value of the parameter.

Returns:
The value.

createValue

IMExpression createValue(String expression)
Create a value for the parameter.

Parameters:
expression - The expression string.
Returns:
The new value.

deleteValue

void deleteValue()
Delete the value of the parameter.


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.