| Package | Description |
|---|---|
| org.aksw.rdfunit.services | |
| org.aksw.rdfunit.tests | |
| org.aksw.rdfunit.utils |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
PatternService.getPattern(String id)
getPattern.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PatternService.addPattern(String id,
Pattern pattern)
addPattern.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
TestAutoGenerator.getPattern()
Getter for the field
pattern. |
| Constructor and Description |
|---|
PatternBasedTestCase(String testURI,
TestCaseAnnotation annotation,
Pattern pattern,
Collection<Binding> bindings)
Constructor for PatternBasedTestCase.
|
TestAutoGenerator(String uri,
String description,
String query,
Pattern pattern,
Collection<ResultAnnotation> generatorAnnotations)
Constructor for TestAutoGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
PatternUtils.getPattern(org.aksw.jena_sparql_api.core.QueryExecutionFactory queryFactory,
String patternURI)
Given a QueryExecutionFactory and a pattern URI, it instantiates a new Pattern
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Pattern> |
PatternUtils.instantiatePatternsFromModel(org.aksw.jena_sparql_api.core.QueryExecutionFactory queryFactory)
Takes a QEF and tries to instantiate all defined patterns in that QEF
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TestUtils.generateTestURI(String sourcePrefix,
Pattern pattern,
Collection<Binding> bindings,
String generatorURI)
generateTestURI.
|
static Collection<Binding> |
TestUtils.getBindingsFromTestCase(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
String testURI,
Pattern pattern)
getBindingsFromTestCase.
|
Copyright © 2015. All rights reserved.