Class RunPlayer


  • public class RunPlayer
    extends Link
    Has information about a specific runner. Only makes sense in the context of a run.

    This class is immutable and thread-safe.
    • Method Detail

      • isGuest

        public boolean isGuest()
        Gets whether this runner is a guest.
        Returns:
        whether this runner is a guest
        See Also:
        Guest, User