| java.lang.Object com.hp.hpl.jena.graph.impl.SimpleReifierTripleMap
SimpleReifierTripleMap | public class SimpleReifierTripleMap implements ReifierTripleMap(Code) | | SimpleReifierTripleMap - a map storing complete node -> triple maps.
author: kers |
asGraph | public Graph asGraph()(Code) | | Return the fragment map as a read-only Graph of triples. We rely on the
default code in GraphBase which allows us to only implement find(TripleMatch)
to present a Graph. All the hard work is done by allTriples.
|
clear | public void clear()(Code) | | |
explodeTriple | public static ExtendedIterator explodeTriple(Triple pattern, Node tag, Triple toExplode)(Code) | | Answer an interator over all of the quadlets of toExplode with
the reifying node tag that match pattern .
|
hasTriple | public boolean hasTriple(Triple t)(Code) | | Answer true iff we have a reified triple t .
|
removeTriple | public void removeTriple(Node key)(Code) | | |
tagIterator | public ExtendedIterator tagIterator()(Code) | | Answer an iterator over all the fragment tags in this map.
|
|
|