org.openrdf.repository.augur.helpers
Class AStatementIterator<X extends Exception>
java.lang.Object
info.aduna.iteration.CloseableIterationBase<T,X>
info.aduna.iteration.ConvertingIteration<Statement,Statement,X>
org.openrdf.repository.augur.helpers.AStatementIterator<X>
- All Implemented Interfaces:
- CloseableIteration<Statement,X>, Iteration<Statement,X>
public class AStatementIterator<X extends Exception>
- extends ConvertingIteration<Statement,Statement,X>
Tags every Resource with a AugurNode by wrapping it in a AResource.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AStatementIterator
public AStatementIterator(Iteration<? extends Statement,X> iter,
AugurStatementNode node)
AStatementIterator
public AStatementIterator(Iteration<? extends Statement,X> iter,
AugurNode node,
String subj,
String obj)
convert
protected Statement convert(Statement stmt)
- Specified by:
convert in class ConvertingIteration<Statement,Statement,X extends Exception>
convertSubject
public Resource convertSubject(Resource subj)
convertObject
public Value convertObject(Value obj)
Copyright © 2004-2008 Aduna. All Rights Reserved.