Uses of Interface
de.fuberlin.wiwiss.ng4j.NamedGraph

Packages that use NamedGraph
de.fuberlin.wiwiss.ng4j Basic Jena-compatible API for dealing with Named Graphs on the Graph or Model level. 
de.fuberlin.wiwiss.ng4j.db NamedGraphSet implementation backed by a relational database. 
de.fuberlin.wiwiss.ng4j.impl In-memory implementations of the interfaces in the parent package, and additional helper classes. 
de.fuberlin.wiwiss.ng4j.semwebclient   
de.fuberlin.wiwiss.ng4j.sparql   
de.fuberlin.wiwiss.ng4j.swp   
de.fuberlin.wiwiss.ng4j.swp.impl   
de.fuberlin.wiwiss.ng4j.swp.util   
 

Uses of NamedGraph in de.fuberlin.wiwiss.ng4j
 

Methods in de.fuberlin.wiwiss.ng4j that return NamedGraph
 NamedGraph NamedGraphSet.createGraph(Node graphName)
          Creates a new NamedGraph and adds it to the set.
 NamedGraph NamedGraphSet.createGraph(String graphNameURI)
          Creates a new NamedGraph and adds it to the set.
 NamedGraph NamedGraphStatement.getGraph()
          Returns a NamedGraph that contains the statement.
 NamedGraph NamedGraphSet.getGraph(Node graphName)
          Returns the NamedGraph with a specific name from the GraphSet.
 NamedGraph NamedGraphSet.getGraph(String graphNameURI)
          Returns the NamedGraph with a specific name from the GraphSet.
 

Methods in de.fuberlin.wiwiss.ng4j with parameters of type NamedGraph
 void NamedGraphSet.addGraph(NamedGraph graph)
          Adds a NamedGraph to the set.
 

Uses of NamedGraph in de.fuberlin.wiwiss.ng4j.db
 

Classes in de.fuberlin.wiwiss.ng4j.db that implement NamedGraph
 class NamedGraphDB
          A database-backed Named Graph implementation which is handed out by NamedGraphSetDB.getGraph(Node).
 

Methods in de.fuberlin.wiwiss.ng4j.db that return NamedGraph
 NamedGraph NamedGraphSetDB.createGraph(Node graphName)
           
 NamedGraph NamedGraphSetDB.createGraph(String graphNameURI)
           
 NamedGraph NamedGraphSetDB.getGraph(Node graphName)
           
 NamedGraph NamedGraphSetDB.getGraph(String graphNameURI)
           
 

Methods in de.fuberlin.wiwiss.ng4j.db with parameters of type NamedGraph
 void NamedGraphSetDB.addGraph(NamedGraph graph)
           
 

Uses of NamedGraph in de.fuberlin.wiwiss.ng4j.impl
 

Classes in de.fuberlin.wiwiss.ng4j.impl that implement NamedGraph
 class NamedGraphImpl
          NamedGraph implementation that wraps a Graph instance and a name for that graph.
 

Methods in de.fuberlin.wiwiss.ng4j.impl that return NamedGraph
 NamedGraph NamedGraphSetImpl.createGraph(Node graphName)
           
 NamedGraph NamedGraphSetImpl.createGraph(String graphNameURI)
           
protected  NamedGraph NamedGraphSetImpl.createNamedGraphInstance(Node graphName)
           
 NamedGraph NamedGraphSetImpl.getGraph(Node graphName)
           
 NamedGraph NamedGraphSetImpl.getGraph(String graphNameURI)
           
 

Methods in de.fuberlin.wiwiss.ng4j.impl with parameters of type NamedGraph
 void NamedGraphSetImpl.addGraph(NamedGraph graph)
           
 

Uses of NamedGraph in de.fuberlin.wiwiss.ng4j.semwebclient
 

Methods in de.fuberlin.wiwiss.ng4j.semwebclient with parameters of type NamedGraph
 void SemanticWebClient.addGraph(NamedGraph graph)
           
 

Uses of NamedGraph in de.fuberlin.wiwiss.ng4j.sparql
 

Methods in de.fuberlin.wiwiss.ng4j.sparql that return NamedGraph
 NamedGraph ARQNamedGraphSet.createGraph(Node graphName)
           
 NamedGraph ARQNamedGraphSet.createGraph(String graphNameURI)
           
 NamedGraph ARQNamedGraphSet.getGraph(Node graphName)
           
 NamedGraph ARQNamedGraphSet.getGraph(String graphNameURI)
           
 

Methods in de.fuberlin.wiwiss.ng4j.sparql with parameters of type NamedGraph
 void ARQNamedGraphSet.addGraph(NamedGraph graph)
           
 

Uses of NamedGraph in de.fuberlin.wiwiss.ng4j.swp
 

Subinterfaces of NamedGraph in de.fuberlin.wiwiss.ng4j.swp
 interface SWPNamedGraph
           
 

Methods in de.fuberlin.wiwiss.ng4j.swp with parameters of type NamedGraph
 boolean SWPAuthority.addDescriptionToGraph(NamedGraph graph, ArrayList listOfAuthorityProperties)
           
 

Uses of NamedGraph in de.fuberlin.wiwiss.ng4j.swp.impl
 

Classes in de.fuberlin.wiwiss.ng4j.swp.impl that implement NamedGraph
 class SWPNamedGraphImpl
           
 

Methods in de.fuberlin.wiwiss.ng4j.swp.impl that return NamedGraph
protected  NamedGraph SWPNamedGraphSetImpl.createNamedGraphInstance(Node graphName)
           
 

Methods in de.fuberlin.wiwiss.ng4j.swp.impl with parameters of type NamedGraph
 boolean SWPAuthorityImpl.addDescriptionToGraph(NamedGraph graph, ArrayList listOfAuthorityProperties)
          Adds a description of the authority to a graph.
 

Constructors in de.fuberlin.wiwiss.ng4j.swp.impl with parameters of type NamedGraph
SWPWarrantImpl(NamedGraph graph)
           
 

Uses of NamedGraph in de.fuberlin.wiwiss.ng4j.swp.util
 

Methods in de.fuberlin.wiwiss.ng4j.swp.util with parameters of type NamedGraph
static String SWPSignatureUtilities.calculateDigest(NamedGraph graph, Node digestMethod)
           
static String SWPSignatureUtilities.calculateSignature(NamedGraph graph, Node signatureMethod, Object key)
           
static String SWPSignatureUtilities.getCanonicalGraph(NamedGraph graph)
           Takes a NamedGraph and returns its canonical form.
static boolean SWPSignatureUtilities.isEverySignatureValid(NamedGraph verifiedSignatures)
          Check if all signatures in a verifiedSignatures graph are avlid.
static boolean SWPSignatureUtilities.validateSignature(NamedGraph graph, Node signatureMethod, String signatureValue, String pem)
           
static boolean SWPSignatureUtilities.validateSignature(NamedGraph graph, Node signatureMethod, String signatureValue, X509Certificate certificate)
           
static boolean SWPSignatureUtilities.validateSignature(NamedGraph graph, Node signatureMethod, String signatureValue, X509Certificate certificate, ArrayList trustedCertificates)
           
static boolean SWPSignatureUtilities.validateSignature(NamedGraph graph, Node signatureMethod, String signatureValue, X509Certificate certificate, ArrayList trustedCertificates, ArrayList otherCertificates)