|
Jadex 0.941 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for all parameter sets.
Method Summary | |
void |
addValue(Object value)
Add a value to a parameter set. |
void |
addValues(Object[] values)
Add values to a parameter set. |
boolean |
containsValue(Object value)
Test if a value is contained in a parameter. |
Class |
getClazz()
Get the value class. |
Object |
getValue(Object oldval)
Get a value equal to the given object. |
Object[] |
getValues()
Get the values of a parameterset. |
void |
removeValue(Object value)
Remove a value to a parameter set. |
void |
removeValues()
Remove all values from a parameter set. |
int |
size()
Get the number of values currently contained in this set. |
Methods inherited from interface jadex.runtime.IElement |
getModelElement, getName |
Method Detail |
public void addValue(Object value)
value
- The new value.public void removeValue(Object value)
value
- The new value.public void addValues(Object[] values)
public void removeValues()
public Object getValue(Object oldval)
oldval
- The old value.public boolean containsValue(Object value)
value
- The value to test.
public Object[] getValues()
public int size()
public Class getClazz()
|
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.