| Package | Description |
|---|---|
| org.aksw.rdfunit.patterns | |
| org.aksw.rdfunit.tests | |
| org.aksw.rdfunit.tests.results | |
| org.aksw.rdfunit.utils |
| Modifier and Type | Method and Description |
|---|---|
Collection<ResultAnnotation> |
Pattern.getBindedAnnotations(Collection<Binding> bindings)
Goes through all external annotations and if it finds a literal value with %%XX%%
it replaces it with the binding value
|
| Constructor and Description |
|---|
Pattern(String id,
String description,
String sparqlWherePattern,
String sparqlPatternPrevalence,
Collection<PatternParameter> parameters,
Collection<ResultAnnotation> annotations)
Constructor for Pattern.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ResultAnnotation> |
TestCaseAnnotation.getResultAnnotations()
Getter for the field
resultAnnotations. |
Collection<ResultAnnotation> |
TestCase.getResultAnnotations()
getResultAnnotations.
|
Collection<ResultAnnotation> |
TestCaseAnnotation.getVariableAnnotations()
Getter for the field
variableAnnotations. |
Collection<ResultAnnotation> |
TestCase.getVariableAnnotations()
getVariableAnnotations.
|
| Constructor and Description |
|---|
TestAutoGenerator(String uri,
String description,
String query,
Pattern pattern,
Collection<ResultAnnotation> generatorAnnotations)
Constructor for TestAutoGenerator.
|
TestCaseAnnotation(TestGenerationType generated,
String autoGeneratorURI,
TestAppliesTo appliesTo,
String sourceUri,
Collection<String> references,
String description,
RLOGLevel testCaseLogLevel,
Collection<ResultAnnotation> resultAnnotations)
Constructor for TestCaseAnnotation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ResultAnnotation,Set<com.hp.hpl.jena.rdf.model.RDFNode>> |
ExtendedTestCaseResult.getVariableAnnotationsMap()
Getter for the field
variableAnnotationsMap. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ResultAnnotation> |
SparqlUtils.getResultAnnotations(org.aksw.jena_sparql_api.core.QueryExecutionFactory queryFactory,
String uri)
getResultAnnotations.
|
Copyright © 2015. All rights reserved.