galaxy.lang
Class TimePredicateEnumeration

java.lang.Object
  |
  +--galaxy.lang.TimePredicateEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class TimePredicateEnumeration
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
TimePredicateEnumeration(GFrame f)
           
 
Method Summary
 boolean hasMoreElements()
           
 boolean hasMorePredicates()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimePredicateEnumeration

public TimePredicateEnumeration(GFrame f)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

hasMorePredicates

public boolean hasMorePredicates()