-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65ea2a2
commit fa5e3c5
Showing
42 changed files
with
402 additions
and
351 deletions.
There are no files selected for viewing
11 changes: 4 additions & 7 deletions
11
src/main/java/org/grahamkirby/race_timing/common/CompletionStatus.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
package org.grahamkirby.race_timing.common; | ||
|
||
/** Enumerates options for runner/team completion status for race or series. */ | ||
public enum CompletionStatus { | ||
|
||
/** | ||
* Completed race or series. | ||
*/ | ||
/** Completed race or series. */ | ||
COMPLETED, | ||
|
||
/** | ||
* Did Not Start: runner appears in entry but no finish(es) recorded. | ||
*/ | ||
/** Did Not Start: appears in entry list but no finish(es) recorded. */ | ||
DNS, | ||
|
||
/** | ||
* Did Not Finish: did not complete all legs or sufficient component races. | ||
* Did Not Finish: did not complete all legs (relay race) or sufficient component races (series race). | ||
*/ | ||
DNF | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.