|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.impl.GraphBase
com.hp.hpl.jena.mem.GraphMemBase
com.hp.hpl.jena.sparql.graph.SmallGraphMem
com.hp.hpl.jena.sparql.graph.PlainGraphMem
public class PlainGraphMem
A lightweight implementation of graph that uses syntactic identity for find(), that is, .equals(), not .sameValueAs(), and also compares language tags canonically (as lowercase). Suitable for small graph only (no indexing of s/p/o)
Field Summary |
---|
Fields inherited from class com.hp.hpl.jena.mem.GraphMemBase |
---|
store |
Fields inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
---|
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT |
Fields inherited from interface com.hp.hpl.jena.graph.Graph |
---|
emptyGraph |
Constructor Summary | |
---|---|
PlainGraphMem()
|
Method Summary | |
---|---|
boolean |
graphBaseContains(Triple t)
Answer true iff t matches some triple in the graph. |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
graphBaseFind(TripleMatch m)
|
Methods inherited from class com.hp.hpl.jena.sparql.graph.SmallGraphMem |
---|
clear, getBulkUpdateHandler, graphBaseSize, performAdd, performDelete |
Methods inherited from class com.hp.hpl.jena.mem.GraphMemBase |
---|
close, openAgain |
Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
---|
add, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, queryHandler, size, toString, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlainGraphMem()
Method Detail |
---|
public boolean graphBaseContains(Triple t)
SmallGraphMem
graphBaseContains
in class SmallGraphMem
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> graphBaseFind(TripleMatch m)
graphBaseFind
in class SmallGraphMem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |