Uses of Class
org.eaglei.repository.NamedGraph

Packages that use NamedGraph
org.eaglei.repository   
 

Uses of NamedGraph in org.eaglei.repository
 

Methods in org.eaglei.repository that return NamedGraph
static NamedGraph NamedGraph.find(javax.servlet.http.HttpServletRequest request, org.openrdf.model.URI name)
          Returns a named graph object, or null if this is not a valid named graph OR context.
static NamedGraph NamedGraph.find(javax.servlet.http.HttpServletRequest request, org.openrdf.model.URI name, boolean createp)
          Returns a named graph object, or null if this is not a valid named graph OR context and createp was false.
 

Methods in org.eaglei.repository that return types with arguments of type NamedGraph
static java.util.Collection<NamedGraph> NamedGraph.findAll(javax.servlet.http.HttpServletRequest request)
          Get an iterable collection of all known named graphs AND Contexts.
 

Methods in org.eaglei.repository with parameters of type NamedGraph
 int NamedGraph.compareTo(NamedGraph o)
          
 



Copyright © 2009-2010 Eagle-I. All Rights Reserved.