| java.lang.Object com.hp.hpl.jena.vocabulary.OWLResults
OWLResults | public class OWLResults (Code) | | The vocabulary used by WebOnt to encode results of test runs.
Vocabulary definitions from file:data/resultsOntology.rdf
author: Auto-generated by schemagen on 12 Sep 2003 17:18 |
FailingRun | final public static Resource FailingRun(Code) | | A TestRun where the system's behavior fails the test, violating a MUST NOT.
|
IncompleteRun | final public static Resource IncompleteRun(Code) | | A TestRun where the system's behavior does not pass the test, but also does
not fail. Typically this is caused by behaving in a way the system SHOULD
NOT. For OWL tests, returning an UNKNOWN for most tests should be reported
as an IncompleteRun.
|
NAMESPACE | final public static Resource NAMESPACE(Code) | | The namespace of the vocabalary as a resource
|
NS | final public static String NS(Code) | | The namespace of the vocabalary as a string (
)
|
PassingRun | final public static Resource PassingRun(Code) | | A TestRun where the system's behavior is sufficient for passing the test.
|
TestRun | final public static Resource TestRun(Code) | | An event where some system attempts to pass some test.
|
duration | final public static Property duration(Code) | | The time taken for the test to run (as far as it did run) on the tested system;
an xsd:duration.
This value depends on many factors, of course, such as the performance of
the hardware components of the tested system. If the system is opaque, these
values should only be used for comparison against other tests run on same
system.
|
output | final public static Property output(Code) | | A web page presenting the output of the test run, including system-specific
additional details.
|
syntacticLevelTestFrom | final public static Property syntacticLevelTestFrom(Code) | | Syntactic tests.
|
system | final public static Property system(Code) | | The complete system instance on which the test was run, conceptually including
software and hardware components. No range restriction is provided, however,
so the details are flexible; providing an rdfs:label and rdfs:comment may
be sufficient for many applications.
|
test | final public static Property test(Code) | | The test in question, such as an otest:PositiveEntailmentTest.
|
|
|