org.omwg.ordi.rdf
Interface TripleIterator


public interface TripleIterator

Title:

Description:

Copyright: Copyright (c) 2004-2005

Company: Ontotext Lab., Sirma AI

Version:
1.0
Author:
unascribed

Method Summary
 void close()
           
 boolean hasNext()
           
 Triple next()
           
 

Method Detail

hasNext

boolean hasNext()

next

Triple next()

close

void close()