| Package | Description |
|---|---|
| org.aksw.gerbil.datatypes | |
| org.aksw.gerbil.matching | |
| org.aksw.gerbil.semantic.vocabs | |
| org.aksw.gerbil.web |
| Modifier and Type | Field and Description |
|---|---|
Matching |
ExperimentTaskResult.matching |
Matching |
ExperimentTaskConfiguration.matching |
| Modifier and Type | Method and Description |
|---|---|
Matching |
ExperimentTaskResult.getMatching() |
Matching |
ExperimentTaskConfiguration.getMatching() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentTaskResult.setMatching(Matching matching) |
void |
ExperimentTaskConfiguration.setMatching(Matching matching) |
| Constructor and Description |
|---|
ExperimentTaskConfiguration(AnnotatorConfiguration annotatorConfig,
DatasetConfiguration datasetConfig,
ExperimentType type,
Matching matching) |
ExperimentTaskResult(String annotator,
String dataset,
ExperimentType type,
Matching matching,
double[] results,
int state,
int errorCount) |
ExperimentTaskResult(String annotator,
String dataset,
ExperimentType type,
Matching matching,
double[] results,
int state,
int errorCount,
long timestamp) |
ExperimentTaskResult(String annotator,
String dataset,
ExperimentType type,
Matching matching,
double[] results,
int state,
int errorCount,
long timestamp,
int idInDb) |
ExperimentTaskResult(String annotator,
String dataset,
ExperimentType type,
Matching matching,
double[] results,
int state,
int errorCount,
long timestamp,
int idInDb,
String gerbilVersion) |
| Modifier and Type | Method and Description |
|---|---|
static Matching |
Matching.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Matching[] |
Matching.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MatchingsSearcher<? extends org.aksw.gerbil.transfer.nif.Span> |
MatchingsSearcherFactory.createSpanMatchingsSearcher(Matching matching) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
GERBIL.getMatchingResource(Matching matching) |
| Modifier and Type | Method and Description |
|---|---|
protected static Matching |
MainController.getMatching(String matching) |
Copyright © 2014–2017. All rights reserved.