|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedGraph | |
|---|---|
| org.eaglei.repository.model | |
| Uses of NamedGraph in org.eaglei.repository.model |
|---|
| Methods in org.eaglei.repository.model 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.findOrCreate(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.model that return types with arguments of type NamedGraph | |
|---|---|
static java.util.List<NamedGraph> |
NamedGraph.findAll(javax.servlet.http.HttpServletRequest request)
Get an iterable collection of all known named graphs AND Contexts. |
| Methods in org.eaglei.repository.model with parameters of type NamedGraph | |
|---|---|
int |
NamedGraph.compareTo(NamedGraph o)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||