|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeatSnapshot | |
com.clra.rowing |
Uses of SeatSnapshot in com.clra.rowing |
Methods in com.clra.rowing that return SeatSnapshot | |
SeatSnapshot |
IParticipant.getInitialSeat()
Returns the initial seat assignment of this participant, or null if an initial seating was not made. |
SeatSnapshot |
IParticipant.getFinalSeat()
Returns the final seat assignment of this participant, or null if a final seating was not made. |
SeatSnapshot |
IBoatingMgr.setInitialBoating(BoatingView boating,
ParticipantSnapshot participant,
int seatnum)
|
SeatSnapshot |
IAttendanceMgr.setFinalBoating(BoatingView boating,
ParticipantSnapshot participant,
int seatnum)
|
Methods in com.clra.rowing with parameters of type SeatSnapshot | |
void |
IParticipant.setInitialSeat(SeatSnapshot seat,
IBoating boating)
Assigns a preliminary seating to a participant before a rowing session starts. |
void |
IParticipant.setFinalSeat(SeatSnapshot seat,
IBoating boating)
Assigns a final seating to a participant at the start of a rowing session, after attendance has been taken. |
void |
IBoatingMgr.removeInitialBoating(SeatSnapshot seat)
|
void |
IAttendanceMgr.removeFinalBoating(SeatSnapshot seat)
|
|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |