|
Jadex 0.941 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for a query.
Method Summary | |
Object |
execute()
Execute the query. |
Object |
execute(String name,
Object value)
Execute the query using a local parameter. |
Object |
execute(Tuple[] parameters)
Execute the query using local parameters. |
Object |
getParameter(String name)
Get an expression parameter. |
void |
setParameter(String name,
Object value)
Set an expression parameter. |
Methods inherited from interface jadex.runtime.IExpression |
getValue, refresh |
Methods inherited from interface jadex.runtime.IElement |
getModelElement, getName |
Method Detail |
public void setParameter(String name, Object value)
setParameter
in interface IExpression
name
- The parameter name.value
- The parameter value.public Object getParameter(String name)
getParameter
in interface IExpression
name
- The parameter name.
public Object execute()
execute
in interface IExpression
public Object execute(String name, Object value)
execute
in interface IExpression
name
- The name of the local parameter.value
- The value of the local parameter.
public Object execute(Tuple[] parameters)
execute
in interface IExpression
parameters
- The local parameters (array of name-value pairs).
|
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.