|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.vocabulary.TestManifestX
public class TestManifestX
Vocabulary definitions from test-manifest-x.ttl
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
dataSyntax
Syntax of the query |
static com.hp.hpl.jena.rdf.model.Property |
defaultTestType
Default type of a test |
static com.hp.hpl.jena.rdf.model.Property |
include
Include another manifest file. |
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource |
static com.hp.hpl.jena.rdf.model.Resource |
NegativeSyntaxTestARQ
Syntax tests which expect a parse failure |
static String |
NS
The namespace of the vocabulary as a string |
static com.hp.hpl.jena.rdf.model.Property |
option
Option for an action |
static com.hp.hpl.jena.rdf.model.Resource |
PositiveSyntaxTestARQ
Syntax tests (query) |
static com.hp.hpl.jena.rdf.model.Property |
querySyntax
Syntax of the query |
static com.hp.hpl.jena.rdf.model.Resource |
TestQuery
The class of test that are Query tests (query, data, results) |
static com.hp.hpl.jena.rdf.model.Resource |
TestSerialization
Query serialization tests |
static com.hp.hpl.jena.rdf.model.Resource |
TestSurpressed
Query test not to be run |
static com.hp.hpl.jena.rdf.model.Property |
textIndex
Whether to create a text index |
Constructor Summary | |
---|---|
TestManifestX()
|
Method Summary | |
---|---|
static String |
getURI()
The namespace of the vocabulary as a string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Property dataSyntax
Syntax of the query
public static final com.hp.hpl.jena.rdf.model.Property defaultTestType
Default type of a test
public static final com.hp.hpl.jena.rdf.model.Property include
Include another manifest file.
public static final com.hp.hpl.jena.rdf.model.Property option
Option for an action
public static final com.hp.hpl.jena.rdf.model.Property querySyntax
Syntax of the query
public static final com.hp.hpl.jena.rdf.model.Property textIndex
Whether to create a text index
public static final com.hp.hpl.jena.rdf.model.Resource NegativeSyntaxTestARQ
Syntax tests which expect a parse failure
public static final com.hp.hpl.jena.rdf.model.Resource PositiveSyntaxTestARQ
Syntax tests (query)
public static final com.hp.hpl.jena.rdf.model.Resource TestQuery
The class of test that are Query tests (query, data, results)
public static final com.hp.hpl.jena.rdf.model.Resource TestSerialization
Query serialization tests
public static final com.hp.hpl.jena.rdf.model.Resource TestSurpressed
Query test not to be run
Constructor Detail |
---|
public TestManifestX()
Method Detail |
---|
public static String getURI()
The namespace of the vocabulary as a string
NS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |