org.jrdf.graph.local
Interface WritableGraph
- All Known Subinterfaces:
- ReadWriteGraph
- All Known Implementing Classes:
- ReadWriteGraphImpl, WritableGraphImpl
public interface WritableGraph
localizeAndAdd
void localizeAndAdd(SubjectNode subject,
PredicateNode predicate,
ObjectNode object)
throws GraphException
- Throws:
GraphException
localizeAndRemove
void localizeAndRemove(SubjectNode subject,
PredicateNode predicate,
ObjectNode object)
throws GraphException
- Throws:
GraphException
removeIterator
void removeIterator(Iterator<Triple> triples)
throws GraphException
- Throws:
GraphException
clear
void clear()