| 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) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ResultAnnotation> |
TestCase.getResultAnnotations() |
Collection<ResultAnnotation> |
TestCaseAnnotation.getResultAnnotations() |
Collection<ResultAnnotation> |
TestCase.getVariableAnnotations() |
Collection<ResultAnnotation> |
TestCaseAnnotation.getVariableAnnotations() |
| Constructor and Description |
|---|
TestAutoGenerator(String uri,
String description,
String query,
Pattern pattern,
Collection<ResultAnnotation> generatorAnnotations) |
TestCaseAnnotation(TestGenerationType generated,
String autoGeneratorURI,
TestAppliesTo appliesTo,
String sourceUri,
Collection<String> references,
String description,
RLOGLevel testCaseLogLevel,
Collection<ResultAnnotation> resultAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
Map<ResultAnnotation,Set<com.hp.hpl.jena.rdf.model.RDFNode>> |
ExtendedTestCaseResult.getVariableAnnotationsMap() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ResultAnnotation> |
SparqlUtils.getResultAnnotations(org.aksw.jena_sparql_api.core.QueryExecutionFactory queryFactory,
String uri) |
Copyright © 2014. All rights reserved.