public class GraphValidationTestCaseType extends Object implements TestCaseType
| Modifier and Type | Field and Description |
|---|---|
static List<org.apache.jena.rdf.model.Property> |
IGNORED_PROPERTIES |
| Constructor and Description |
|---|
GraphValidationTestCaseType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addStatements(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Statement s) |
static void |
addSuggestions(org.apache.jena.rdf.model.Model dataModel,
org.apache.jena.rdf.model.Model shapesModel,
org.apache.jena.rdf.model.Model actualResults) |
Collection<TestCase> |
getTestCases(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Resource graph)
Gets all test case resources from a given Model that this type can handle.
|
public static final List<org.apache.jena.rdf.model.Property> IGNORED_PROPERTIES
public static void addStatements(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Statement s)
public static void addSuggestions(org.apache.jena.rdf.model.Model dataModel,
org.apache.jena.rdf.model.Model shapesModel,
org.apache.jena.rdf.model.Model actualResults)
public Collection<TestCase> getTestCases(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Resource graph)
TestCaseTypegetTestCases in interface TestCaseTypemodel - the Model containing the test casegraph - the URI resource of modelCopyright © 2017 TopQuadrant, Inc.. All rights reserved.