Uses of Interface
plugins.ITrainingPoint

Packages that use ITrainingPoint
de.hattrickorganizer.logik   
de.hattrickorganizer.model   
plugins   
 

Uses of ITrainingPoint in de.hattrickorganizer.logik
 

Classes in de.hattrickorganizer.logik that implement ITrainingPoint
 class TrainingPoint
          Class that manages the relation between position and training points It also is manages the calculation of played minutes for a player and its relation to the base points.
 

Methods in de.hattrickorganizer.logik that return ITrainingPoint
 ITrainingPoint TrainingsManager.getTrainingPoint()
          get a new training point instance
 ITrainingPoint TrainingsManager.getTrainingPoint(int year, int week, int type, int intensity, int staminaTrainingPart)
          get a new training point instance initialized with a new ITrainingWeek created by the arguments
 ITrainingPoint TrainingsManager.getTrainingPoint(ITrainingWeek trainWeek)
          get a new training point instance initialized with existing ITrainingWeek
 

Uses of ITrainingPoint in de.hattrickorganizer.model
 

Methods in de.hattrickorganizer.model that return ITrainingPoint
 ITrainingPoint TrainingPerPlayer.getTrainPoint()
          get the training point for this instance
 

Methods in de.hattrickorganizer.model with parameters of type ITrainingPoint
 void TrainingPerPlayer.setTrainPoint(ITrainingPoint trainPoint)
          set the training point for this instance and calculate the sub skills for the player using the training week from this training point
 

Uses of ITrainingPoint in plugins
 

Methods in plugins that return ITrainingPoint
 ITrainingPoint ITrainingsManager.getTrainingPoint()
          get a new training point instance
 ITrainingPoint ITrainingsManager.getTrainingPoint(int year, int week, int type, int intensity, int staminaTrainingPart)
          get a new training point instance initialized with a new ITrainingWeek created by the arguments
 ITrainingPoint ITrainingsManager.getTrainingPoint(ITrainingWeek trainWeek)
          get a new training point instance initialized with existing ITrainingWeek
 ITrainingPoint ITrainingPerPlayer.getTrainPoint()
          get the training point for this instance
 

Methods in plugins with parameters of type ITrainingPoint
 void ITrainingPerPlayer.setTrainPoint(ITrainingPoint trainPoint)
          set the training point for this instance and calculate the sub skills for the player using the training week from this training point