org.appdapter.core.remote.sparql
Class SparqlGraphMultilingual

java.lang.Object
  extended by org.appdapter.core.remote.sparql.JenaWrappedGraph
      extended by org.appdapter.core.remote.sparql.SparqlGraph
          extended by org.appdapter.core.remote.sparql.SparqlGraphMultilingual
All Implemented Interfaces:
com.hp.hpl.jena.graph.Graph, com.hp.hpl.jena.graph.GraphAdd, com.hp.hpl.jena.graph.impl.GraphWithPerform

public class SparqlGraphMultilingual
extends SparqlGraph
implements com.hp.hpl.jena.graph.impl.GraphWithPerform


Field Summary
protected  List<String> langs
           
 
Fields inherited from interface com.hp.hpl.jena.graph.Graph
emptyGraph
 
Constructor Summary
SparqlGraphMultilingual(String endpointURI, List<String> languages)
           
 
Method Summary
 void add(com.hp.hpl.jena.graph.Triple arg0)
           
 com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple> find(com.hp.hpl.jena.graph.Node subject, com.hp.hpl.jena.graph.Node predicate, com.hp.hpl.jena.graph.Node object)
           
 com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple> find(com.hp.hpl.jena.graph.TripleMatch arg0)
           
 void performAdd(com.hp.hpl.jena.graph.Triple t)
           
 
Methods inherited from class org.appdapter.core.remote.sparql.SparqlGraph
close, contains, contains, delete, dependsOn, executeUpdate, getBulkUpdateHandler, getCapabilities, getConnection, getEndpointURI, getEventManager, getGraphURI, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, performDelete, pyString, removeAll, size, sparqlNode, sparqlNodeDelete, sparqlNodeUpdate, toModel
 
Methods inherited from class org.appdapter.core.remote.sparql.JenaWrappedGraph
clear, getMatches, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.graph.impl.GraphWithPerform
performDelete
 
Methods inherited from interface com.hp.hpl.jena.graph.Graph
clear, close, contains, contains, delete, dependsOn, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, size
 

Field Detail

langs

protected List<String> langs
Constructor Detail

SparqlGraphMultilingual

public SparqlGraphMultilingual(String endpointURI,
                               List<String> languages)
Method Detail

add

public void add(com.hp.hpl.jena.graph.Triple arg0)
         throws com.hp.hpl.jena.shared.AddDeniedException
Specified by:
add in interface com.hp.hpl.jena.graph.Graph
Specified by:
add in interface com.hp.hpl.jena.graph.GraphAdd
Overrides:
add in class SparqlGraph
Throws:
com.hp.hpl.jena.shared.AddDeniedException

performAdd

public void performAdd(com.hp.hpl.jena.graph.Triple t)
Specified by:
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
Overrides:
performAdd in class SparqlGraph

find

public com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple> find(com.hp.hpl.jena.graph.TripleMatch arg0)
Specified by:
find in interface com.hp.hpl.jena.graph.Graph
Overrides:
find in class SparqlGraph

find

public com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple> find(com.hp.hpl.jena.graph.Node subject,
                                                                                         com.hp.hpl.jena.graph.Node predicate,
                                                                                         com.hp.hpl.jena.graph.Node object)
Specified by:
find in interface com.hp.hpl.jena.graph.Graph
Overrides:
find in class SparqlGraph


Copyright © 2010-2014. All Rights Reserved.