|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.search.utils.param.set.DParameterSet
public class DParameterSet
| Constructor Summary | |
|---|---|
DParameterSet()
|
|
| Method Summary | |
|---|---|
void |
addParameter(DParameter param)
Adds a parameter to the internal list. |
java.lang.Object |
clone()
|
DParameter |
getParameter(java.lang.String name)
Returns a parameter with the given name or null if none exists. |
DParameter[] |
getParameters()
Get all parameters as an array of DParameter. |
boolean |
hasParameters()
Checks if this ParameterSet has Parameters set. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DParameterSet()
| Method Detail |
|---|
public void addParameter(DParameter param)
param - the parameterpublic DParameter getParameter(java.lang.String name)
name - the name of the parameter
public DParameter[] getParameters()
public boolean hasParameters()
public java.lang.Object clone()
clone in class java.lang.Object
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||