public abstract class ExperimentObject extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ExperimentObject() |
Modifier and Type | Method and Description |
---|---|
void |
addUrParam(UrParameter parameter)
Adds a user refinement parameter.
|
void |
clearParametersMap()
Clears the loaded parameters.
|
UrParameter |
getUrParam(UrParameter parameter)
Returns the refinement parameter of the same type than the one provided.
|
void |
removeUrParam(String paramterKey)
Removes a user parameter from the user parameters map.
|
public void addUrParam(UrParameter parameter)
parameter
- The parameterpublic void removeUrParam(String paramterKey)
paramterKey
- the key of the parameterpublic UrParameter getUrParam(UrParameter parameter)
parameter
- the desired parameterpublic void clearParametersMap()
Copyright © 2019. All rights reserved.