eu.larkc.core.data
Class RemoteEndpoint

java.lang.Object
  extended by eu.larkc.core.data.RemoteEndpoint

public class RemoteEndpoint
extends java.lang.Object

Tests the functionality of the data layer with sparql queries.

Author:

Constructor Summary
RemoteEndpoint()
           
 
Method Summary
 void testSPARQLAsk()
          Tests a sparql ask on the data layer.
 void testSPARQLConstruct()
          Tests a sparql construct on the data layer.
 void testSPARQLSelect()
          Tests a sparql select on the data layer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEndpoint

public RemoteEndpoint()
Method Detail

testSPARQLSelect

public void testSPARQLSelect()
Tests a sparql select on the data layer.


testSPARQLConstruct

public void testSPARQLConstruct()
Tests a sparql construct on the data layer.


testSPARQLAsk

public void testSPARQLAsk()
Tests a sparql ask on the data layer.