org.jrdf.graph.local
Class WritableGraphImpl
java.lang.Object
org.jrdf.graph.local.WritableGraphImpl
- All Implemented Interfaces:
- WritableGraph
public class WritableGraphImpl
- extends Object
- implements WritableGraph
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WritableGraphImpl
public WritableGraphImpl(LongIndex[] newLongIndexes,
NodePool newNodePool,
Localizer newLocalizer)
localizeAndRemove
public void localizeAndRemove(SubjectNode subject,
PredicateNode predicate,
ObjectNode object)
throws GraphException
- Specified by:
localizeAndRemove
in interface WritableGraph
- Throws:
GraphException
removeIterator
public void removeIterator(Iterator<Triple> triples)
throws GraphException
- Specified by:
removeIterator
in interface WritableGraph
- Throws:
GraphException
localizeAndAdd
public void localizeAndAdd(SubjectNode subject,
PredicateNode predicate,
ObjectNode object)
throws GraphException
- Specified by:
localizeAndAdd
in interface WritableGraph
- Throws:
GraphException
clear
public void clear()
- Specified by:
clear
in interface WritableGraph