|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is an iterator of clauses, for example, returned by a FirstOrderLogicParser
.
The methods of this
interface are analogous to corresponding methods in Iterator
.
Method Summary | |
boolean |
hasNext()
checks if there are more clauses available from this iterator. |
Clause |
next()
Returns the next clause in the iterator. |
Method Detail |
public boolean hasNext() throws ParsingException
ParsingException
public Clause next() throws ParsingException
ParsingException
|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |