public class ExperimentTaskConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
AnnotatorConfiguration |
annotatorConfig |
DatasetConfiguration |
datasetConfig |
Matching |
matching |
ExperimentType |
type |
| Constructor and Description |
|---|
ExperimentTaskConfiguration(AnnotatorConfiguration annotatorConfig,
DatasetConfiguration datasetConfig,
ExperimentType type,
Matching matching) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatorConfiguration |
getAnnotatorConfig() |
DatasetConfiguration |
getDatasetConfig() |
Matching |
getMatching() |
ExperimentType |
getType() |
void |
setAnnotatorConfig(AnnotatorConfiguration annotatorConfig) |
void |
setDatasetConfig(DatasetConfiguration datasetConfig) |
void |
setMatching(Matching matching) |
void |
setType(ExperimentType type) |
String |
toString() |
public AnnotatorConfiguration annotatorConfig
public DatasetConfiguration datasetConfig
public ExperimentType type
public Matching matching
public ExperimentTaskConfiguration(AnnotatorConfiguration annotatorConfig, DatasetConfiguration datasetConfig, ExperimentType type, Matching matching)
public AnnotatorConfiguration getAnnotatorConfig()
public void setAnnotatorConfig(AnnotatorConfiguration annotatorConfig)
public DatasetConfiguration getDatasetConfig()
public void setDatasetConfig(DatasetConfiguration datasetConfig)
public ExperimentType getType()
public void setType(ExperimentType type)
public Matching getMatching()
public void setMatching(Matching matching)
Copyright © 2014–2017. All rights reserved.