CLRA 0.1.2

Uses of Interface
com.clra.rowing.IBoating

Packages that use IBoating
com.clra.rowing   
 

Uses of IBoating in com.clra.rowing
 

Methods in com.clra.rowing that return IBoating
 IBoating IBoatingHome.create(IRowingSession session, BoatView boat)
           
 IBoating IBoatingHome.create(IRowingSession session, BoatView boat, OarsetView oarset)
           
 

Methods in com.clra.rowing with parameters of type IBoating
 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.
 


CLRA 0.1.2