|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventDBInterface
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
int |
addEmptyEvent()
Creates a new, empty Event, adds it to this database, and returns its event ID. |
EventInterface |
getEvent(int id)
Returns the event with a given ID. |
int |
getEventCount()
Returns the event count for this database. |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
int addEmptyEvent()
EventInterface getEvent(int id)
Precondition: 0 <= id < this.getEventCount()
id
- an integer between 0 (inclusive) and this.getEventCount() (exclusive)
int getEventCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |