Interface Exercise

  • All Known Implementing Classes:
    ExerciseImpl

    public interface Exercise
    • Method Detail

      • getKey

        long getKey()
        Gets the exercise key.
        Returns:
        the key.
      • getName

        java.lang.String getName()
        Gets the exercise name.
        Returns:
        the name.
      • getMetrics

        java.util.List<Metric> getMetrics()
        Gets the complete list of Metrics belonging to the exercise.
        Returns:
        the list of metrics.
      • getRelevantBodyPointTypes

        java.util.List<BodyPointType> getRelevantBodyPointTypes()
        Gets the list of BodyPointTypes that must be visible in frame for this exercise. Note that this list can be updated during the exercise for specific exercises.
        Returns:
        list of relevant body point types.