All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.cbr.tools.time.NbEventsCursorEnumeration

java.lang.Object
   |
   +----aid.cbr.tools.time.NbEventsCursorEnumeration

public class NbEventsCursorEnumeration
extends Object
implements CursorEnumeration

Variable Index

 o _currentRef
 o _nbEvents
 o _variable

Constructor Index

 o NbEventsCursorEnumeration(int, int)
 o NbEventsCursorEnumeration(int, int, Cursor)

Method Index

 o getNbEvents()
 o hasMoreElements()
 o initialize(Cursor, Record)
 o nextElement()

Variables

 o _variable
 protected int _variable
 o _nbEvents
 protected int _nbEvents
 o _currentRef
 protected Cursor _currentRef

Constructors

 o NbEventsCursorEnumeration
 public NbEventsCursorEnumeration(int variable,
                                  int nbEvents)
 o NbEventsCursorEnumeration
 public NbEventsCursorEnumeration(int variable,
                                  int nbEvents,
                                  Cursor c)

Methods

 o hasMoreElements
 public final boolean hasMoreElements()
 o nextElement
 public final Object nextElement()
 o initialize
 public void initialize(Cursor c,
                        Record r)
 o getNbEvents
 public int getNbEvents()

All Packages  Class Hierarchy  This Package  Previous  Next  Index