public interface AdapterConfiguration extends Comparable<AdapterConfiguration>
| Modifier and Type | Method and Description |
|---|---|
boolean |
couldBeCached()
Returns true if the system is allowed to cache the results of experiments
in which this adapter has been involved.
|
ExperimentType |
getExperimentType() |
String |
getName()
Getter of the adapters name.
|
boolean |
isApplicableForExperiment(ExperimentType type)
Returns true if this adapter can be used for an experiment of the given
type.
|
void |
setCouldBeCached(boolean couldBeCached)
Setter for the caching flag which should be set to true if the system is
allowed to cache the results of experiments in which this adapter has
been involved.
|
void |
setName(String name)
Setter of the adapters name.
|
compareToString getName()
void setName(String name)
name - The name of the adapter.boolean couldBeCached()
void setCouldBeCached(boolean couldBeCached)
couldBeCached - boolean isApplicableForExperiment(ExperimentType type)
type - the experiment type that should be checkedExperimentType getExperimentType()
Copyright © 2014–2017. All rights reserved.