|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.data.ORDITestCase
eu.larkc.core.data.RDFProviders
public class RDFProviders
Tests various retrieval methods of RDF graphs. Tests currently include:
Field Summary | |
---|---|
static int |
TOPIC_COUNT_ONTOTEXT
Expected topic count of the Ontotext entry in dbpedia. |
static java.lang.String |
TOPIC_URL_KNOWLEDGE_ENGINEERING
URL of the Knowledge Engineering entry in dbpedia |
static java.lang.String |
TOPIC_URL_ONTOTEXT
URL of the Ontotext entry in dbpedia |
Constructor Summary | |
---|---|
RDFProviders()
|
Method Summary | |
---|---|
void |
testPassGraphByDatasetReference()
This example demonstrates how to pass an RdfGraph by a SPARQL dataset reference. |
void |
testPassGraphByHTTPReference()
This example demonstrate how to pass RdfGraph by HTTP reference. |
void |
testPassGraphByLabeledGroup()
This example demonstrates how to pass an RdfGraph by a labeled group reference. |
void |
testPassGraphByValue()
This example demonstrate how to pass RdfGraph by Value |
Methods inherited from class eu.larkc.core.data.ORDITestCase |
---|
deleteOrdiTreeDirectory, retrieveNewDataFactory |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TOPIC_COUNT_ONTOTEXT
public static final java.lang.String TOPIC_URL_ONTOTEXT
public static final java.lang.String TOPIC_URL_KNOWLEDGE_ENGINEERING
Constructor Detail |
---|
public RDFProviders()
Method Detail |
---|
public void testPassGraphByValue()
public void testPassGraphByHTTPReference()
public void testPassGraphByDatasetReference()
public void testPassGraphByLabeledGroup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |