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 IntervalEnumeration
public Interval nextElement()
nextElement
in interface Enumeration<Interval>
nextElement
in class IntervalEnumeration
Copyright © 2022. All rights reserved.