Class TestManifestX

java.lang.Object
org.apache.jena.sparql.vocabulary.TestManifestX

public class TestManifestX extends Object
More TestManifest
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.rdf.model.Property
    Syntax of the query
    static final org.apache.jena.rdf.model.Property
    Default type of a test
    static final org.apache.jena.rdf.model.Property
    Include another manifest file.
    static final org.apache.jena.rdf.model.Resource
    The namespace of the vocabulary as a resource
    static final org.apache.jena.rdf.model.Resource
    Syntax tests which expect a parse failure
    static final org.apache.jena.rdf.model.Resource
    Syntax tests which expect a parse failure
    static final String
    The namespace of the vocabulary as a string
    static final org.apache.jena.rdf.model.Property
    Option for an action
    static final org.apache.jena.rdf.model.Resource
    Syntax tests (query)
    static final org.apache.jena.rdf.model.Resource
    Syntax tests (query)
    static final org.apache.jena.rdf.model.Property
    Syntax of the query
    static final org.apache.jena.rdf.model.Resource
    The class of test that are Query tests (query, data, results)
    static final org.apache.jena.rdf.model.Resource
    Query serialization tests
    static final org.apache.jena.rdf.model.Resource
    Query test not to be run
    static final org.apache.jena.rdf.model.Property
    Whether to create a text index
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    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 Details

    • NS

      public static final String NS

      The namespace of the vocabulary as a string

      See Also:
    • NAMESPACE

      public static final org.apache.jena.rdf.model.Resource NAMESPACE

      The namespace of the vocabulary as a resource

    • dataSyntax

      public static final org.apache.jena.rdf.model.Property dataSyntax

      Syntax of the query

    • defaultTestType

      public static final org.apache.jena.rdf.model.Property defaultTestType

      Default type of a test

    • include

      public static final org.apache.jena.rdf.model.Property include

      Include another manifest file.

    • option

      public static final org.apache.jena.rdf.model.Property option

      Option for an action

    • querySyntax

      public static final org.apache.jena.rdf.model.Property querySyntax

      Syntax of the query

    • textIndex

      public static final org.apache.jena.rdf.model.Property textIndex

      Whether to create a text index

    • NegativeSyntaxTestARQ

      public static final org.apache.jena.rdf.model.Resource NegativeSyntaxTestARQ

      Syntax tests which expect a parse failure

    • PositiveSyntaxTestARQ

      public static final org.apache.jena.rdf.model.Resource PositiveSyntaxTestARQ

      Syntax tests (query)

    • NegativeUpdateSyntaxTestARQ

      public static final org.apache.jena.rdf.model.Resource NegativeUpdateSyntaxTestARQ

      Syntax tests which expect a parse failure

    • PositiveUpdateSyntaxTestARQ

      public static final org.apache.jena.rdf.model.Resource PositiveUpdateSyntaxTestARQ

      Syntax tests (query)

    • TestQuery

      public static final org.apache.jena.rdf.model.Resource TestQuery

      The class of test that are Query tests (query, data, results)

    • TestSerialization

      public static final org.apache.jena.rdf.model.Resource TestSerialization

      Query serialization tests

    • TestSurpressed

      public static final org.apache.jena.rdf.model.Resource TestSurpressed

      Query test not to be run

  • Constructor Details

    • TestManifestX

      public TestManifestX()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: