|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.vocabulary.EARL
public class EARL
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
assertedBy
|
static com.hp.hpl.jena.rdf.model.Resource |
Assertion
Parent node that contains all parts of an assertion |
static com.hp.hpl.jena.rdf.model.Resource |
Assertor
Persons or evaluation tools that claim assertions |
static com.hp.hpl.jena.rdf.model.Resource |
automatic
Test was performed by a tool only |
static com.hp.hpl.jena.rdf.model.Resource |
cannotTell
Outcome of the test is uncertain |
static com.hp.hpl.jena.rdf.model.Resource |
CompoundAssertor
Group of persons or evaluation tools that claim assertions |
static com.hp.hpl.jena.rdf.model.Resource |
Content
Subjects that are available on the Web |
static com.hp.hpl.jena.rdf.model.Property |
context
|
static com.hp.hpl.jena.rdf.model.Resource |
fail
Test failed |
static com.hp.hpl.jena.rdf.model.Property |
helpAssertor
Assertor assisting to determine assertion result |
static com.hp.hpl.jena.rdf.model.Resource |
heuristic
Result was derived from other results |
static com.hp.hpl.jena.rdf.model.Property |
info
|
static com.hp.hpl.jena.rdf.model.Property |
mainAssertor
Assertor mainly responsible for determining assertion result |
static com.hp.hpl.jena.rdf.model.Resource |
manual
Test was performed by a human only |
static com.hp.hpl.jena.rdf.model.Property |
mode
|
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 |
notApplicable
Test is not applicable to the subject |
static com.hp.hpl.jena.rdf.model.Resource |
notAvailable
Test was performed by a combination of persons and tools |
static com.hp.hpl.jena.rdf.model.Resource |
notTested
Test has not been carried out |
static String |
NS
The namespace of the vocabulary as a string |
static com.hp.hpl.jena.rdf.model.Property |
outcome
|
static com.hp.hpl.jena.rdf.model.Resource |
OutcomeValue
Nominal value of the result |
static com.hp.hpl.jena.rdf.model.Resource |
pass
Test passed |
static com.hp.hpl.jena.rdf.model.Property |
pointer
|
static com.hp.hpl.jena.rdf.model.Property |
result
|
static com.hp.hpl.jena.rdf.model.Resource |
semiAutomatic
Test was performed primarily by a tool, and human assistance |
static com.hp.hpl.jena.rdf.model.Resource |
SingleAssertor
One person or evaluation tool that claims assertions |
static com.hp.hpl.jena.rdf.model.Resource |
Software
A tool that can perform tests or be the subject of testing |
static com.hp.hpl.jena.rdf.model.Property |
sourceCopy
|
static com.hp.hpl.jena.rdf.model.Property |
subject
|
static com.hp.hpl.jena.rdf.model.Property |
test
|
static com.hp.hpl.jena.rdf.model.Resource |
TestCase
A test case against which subjects are tested |
static com.hp.hpl.jena.rdf.model.Resource |
TestCriterion
A testable statement against which subjects are tested |
static com.hp.hpl.jena.rdf.model.Resource |
TestMode
Mode in which tests were conducted |
static com.hp.hpl.jena.rdf.model.Resource |
TestRequirement
A requirement against which subjects are tested |
static com.hp.hpl.jena.rdf.model.Resource |
TestResult
Result from conducting test cases on subjects |
static com.hp.hpl.jena.rdf.model.Resource |
TestSubject
Subject of the assertion |
Constructor Summary | |
---|---|
EARL()
|
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 assertedBy
public static final com.hp.hpl.jena.rdf.model.Property info
public static final com.hp.hpl.jena.rdf.model.Property outcome
public static final com.hp.hpl.jena.rdf.model.Property mode
public static final com.hp.hpl.jena.rdf.model.Property helpAssertor
Assertor assisting to determine assertion result
public static final com.hp.hpl.jena.rdf.model.Property result
public static final com.hp.hpl.jena.rdf.model.Property mainAssertor
Assertor mainly responsible for determining assertion result
public static final com.hp.hpl.jena.rdf.model.Property pointer
public static final com.hp.hpl.jena.rdf.model.Property sourceCopy
public static final com.hp.hpl.jena.rdf.model.Property test
public static final com.hp.hpl.jena.rdf.model.Property subject
public static final com.hp.hpl.jena.rdf.model.Property context
public static final com.hp.hpl.jena.rdf.model.Resource CompoundAssertor
Group of persons or evaluation tools that claim assertions
public static final com.hp.hpl.jena.rdf.model.Resource OutcomeValue
Nominal value of the result
public static final com.hp.hpl.jena.rdf.model.Resource TestResult
Result from conducting test cases on subjects
public static final com.hp.hpl.jena.rdf.model.Resource TestCase
A test case against which subjects are tested
public static final com.hp.hpl.jena.rdf.model.Resource SingleAssertor
One person or evaluation tool that claims assertions
public static final com.hp.hpl.jena.rdf.model.Resource TestCriterion
A testable statement against which subjects are tested
public static final com.hp.hpl.jena.rdf.model.Resource Assertion
Parent node that contains all parts of an assertion
public static final com.hp.hpl.jena.rdf.model.Resource TestMode
Mode in which tests were conducted
public static final com.hp.hpl.jena.rdf.model.Resource Content
Subjects that are available on the Web
public static final com.hp.hpl.jena.rdf.model.Resource Software
A tool that can perform tests or be the subject of testing
public static final com.hp.hpl.jena.rdf.model.Resource TestRequirement
A requirement against which subjects are tested
public static final com.hp.hpl.jena.rdf.model.Resource TestSubject
Subject of the assertion
public static final com.hp.hpl.jena.rdf.model.Resource Assertor
Persons or evaluation tools that claim assertions
public static final com.hp.hpl.jena.rdf.model.Resource fail
Test failed
public static final com.hp.hpl.jena.rdf.model.Resource notTested
Test has not been carried out
public static final com.hp.hpl.jena.rdf.model.Resource pass
Test passed
public static final com.hp.hpl.jena.rdf.model.Resource semiAutomatic
Test was performed primarily by a tool, and human assistance
public static final com.hp.hpl.jena.rdf.model.Resource notApplicable
Test is not applicable to the subject
public static final com.hp.hpl.jena.rdf.model.Resource heuristic
Result was derived from other results
public static final com.hp.hpl.jena.rdf.model.Resource automatic
Test was performed by a tool only
public static final com.hp.hpl.jena.rdf.model.Resource manual
Test was performed by a human only
public static final com.hp.hpl.jena.rdf.model.Resource cannotTell
Outcome of the test is uncertain
public static final com.hp.hpl.jena.rdf.model.Resource notAvailable
Test was performed by a combination of persons and tools
Constructor Detail |
---|
public EARL()
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 |