com.ontotext.ordi.mapper.processor
Class AggregateRDFResultSet

java.lang.Object
  extended by com.ontotext.ordi.mapper.processor.AggregateRDFResultSet
All Implemented Interfaces:
RDFResultSet, Runnable

public class AggregateRDFResultSet
extends Object
implements RDFResultSet


Constructor Summary
AggregateRDFResultSet(RDFResultManager manager)
           
 
Method Summary
 void close()
           
 URI getNamedGraph()
           
 Value getObject()
           
 URI getPredicate()
           
 Resource getSubject()
           
 URI[] getTriplesets()
           
 boolean next()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateRDFResultSet

public AggregateRDFResultSet(RDFResultManager manager)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

close

public void close()
Specified by:
close in interface RDFResultSet

getNamedGraph

public URI getNamedGraph()
Specified by:
getNamedGraph in interface RDFResultSet

getObject

public Value getObject()
Specified by:
getObject in interface RDFResultSet

getPredicate

public URI getPredicate()
Specified by:
getPredicate in interface RDFResultSet

getSubject

public Resource getSubject()
Specified by:
getSubject in interface RDFResultSet

getTriplesets

public URI[] getTriplesets()
Specified by:
getTriplesets in interface RDFResultSet

next

public boolean next()
Specified by:
next in interface RDFResultSet


Copyright © 2008. All Rights Reserved.