|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.core.ValueEnumeration
public abstract class ValueEnumeration
Defines a methods for enumerating values contained in the domain.
| Constructor Summary | |
|---|---|
ValueEnumeration()
|
|
| Method Summary | |
|---|---|
abstract void |
domainHasChanged()
This function is called to inform enumeration of the change of the domain it enumerates over. |
abstract boolean |
hasMoreElements()
It checks if the value enumeration has more elements. |
abstract int |
nextElement()
It returns the next element in the enumeration. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValueEnumeration()
| Method Detail |
|---|
public abstract boolean hasMoreElements()
public abstract int nextElement()
public abstract void domainHasChanged()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||