|
||||||||||
| PREV CLASS NEXT CLASS | NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides an interface for iterating over a set of Rule's.
| Method Summary | |
boolean |
hasNext()
Returns true if the iteration has more Rule's. |
Rule |
next()
Returns the next Rule in the iteration. |
| Methods inherited from interface com.haley.haleyrules.KnowledgeBaseObject |
getKnowledgeBase, release |
| Method Detail |
public boolean hasNext()
throws EclipseException
Rule's.
Rule's.
EclipseException - on error.
public Rule next()
throws EclipseException
Rule in the iteration.
Rule in the iteration.
EclipseException - on error, such as no more Rule's in the iteration.
|
||||||||||
| PREV CLASS NEXT CLASS | NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||