public abstract class JIPClausesEnumeration extends Object implements Enumeration
JIPClausesDatabase
Constructor and Description |
---|
JIPClausesEnumeration(JIPClausesDatabase db)
Constructs a clauses enumeration from an instance of JIPClausesDatabase
|
Modifier and Type | Method and Description |
---|---|
JIPClausesDatabase |
getDatabase()
Gets the database associated to this enumeration
|
abstract JIPClause |
nextClause()
Gets the next clause in this enumeration.
|
Object |
nextElement()
Gets the next element of the enumeration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasMoreElements
public JIPClausesEnumeration(JIPClausesDatabase db)
db
- Tha JIPClausesDatabase related to this enumerationJIPClausesDatabase
public abstract JIPClause nextClause()
JIPClause
public final Object nextElement()
nextElement
in interface Enumeration
public final JIPClausesDatabase getDatabase()