public class IntervalDomainIntervalEnumeration extends IntervalEnumeration
| Constructor and Description |
|---|
IntervalDomainIntervalEnumeration(IntervalDomain dom)
It creates an enumeration for a given interval domain.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Interval |
nextElement() |
public IntervalDomainIntervalEnumeration(IntervalDomain dom)
dom - interval domain for which an enumeration is created.public boolean hasMoreElements()
hasMoreElements in interface Enumeration<Interval>hasMoreElements in class IntervalEnumerationpublic Interval nextElement()
nextElement in interface Enumeration<Interval>nextElement in class IntervalEnumerationCopyright © 2016. All rights reserved.