com.hammurapi.reasoning
Interface FactIterator<T>

Type Parameters:
T -
All Superinterfaces:
Iterator<T>

public interface FactIterator<T>
extends Iterator<T>

Iterator which can be closed.

Author:
Pavel Vlasov

Method Summary
 void close()
          Closes iterator and releases resources held by it.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

close

void close()
           throws ReasoningException
Closes iterator and releases resources held by it.

Throws:
ReasoningException