Package com.complexible.stardog.api.test
Class TestVocab
- java.lang.Object
-
- com.complexible.stardog.api.test.TestVocab
-
public final class TestVocab extends java.lang.Object
RDF vocabulary used for serializing test definitions.
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
DATABASE
static IRI
DEFAULTS
static IRI
EXPECTED_TIME
static IRI
FAILURE_THRESHOLD
static IRI
IGNORE
static IRI
INCLUDE
static java.lang.String
NS
static IRI
QUERY_FILE
static IRI
QUERY_STORED
static IRI
QUERY_STRING
static IRI
REASONING
static IRI
RESULT_COUNT
static IRI
RESULT_FILE
static IRI
RESULT_ORDERED
static IRI
RUNS
static IRI
SERVER
static IRI
TEST
static IRI
WARMUPS
-
Constructor Summary
Constructors Constructor Description TestVocab()
-
-
-
Field Detail
-
NS
public static final java.lang.String NS
- See Also:
- Constant Field Values
-
TEST
public static final IRI TEST
-
DEFAULTS
public static final IRI DEFAULTS
-
SERVER
public static final IRI SERVER
-
DATABASE
public static final IRI DATABASE
-
REASONING
public static final IRI REASONING
-
INCLUDE
public static final IRI INCLUDE
-
QUERY_FILE
public static final IRI QUERY_FILE
-
QUERY_STRING
public static final IRI QUERY_STRING
-
QUERY_STORED
public static final IRI QUERY_STORED
-
RESULT_FILE
public static final IRI RESULT_FILE
-
RESULT_COUNT
public static final IRI RESULT_COUNT
-
RESULT_ORDERED
public static final IRI RESULT_ORDERED
-
EXPECTED_TIME
public static final IRI EXPECTED_TIME
-
FAILURE_THRESHOLD
public static final IRI FAILURE_THRESHOLD
-
WARMUPS
public static final IRI WARMUPS
-
RUNS
public static final IRI RUNS
-
IGNORE
public static final IRI IGNORE
-
-