Ignore:
Timestamp:
02/13/20 16:30:49 (4 years ago)
Author:
bart
Message:

Added ANAC2019 Example parties: Agentgg and WinkyAgent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • timeline/src/main/java/geniusweb/progress/ProgressRounds.java

    r1 r12  
    4545        public Date getTerminationTime() {
    4646                return endtime;
     47        }
     48
     49        /**
     50         *
     51         * @return the current round. First round is 0. It is not recommended to use
     52         *         this, as this may make your code working with rounds only.
     53         */
     54        public Integer getCurrentRound() {
     55                return currentRound;
     56        }
     57
     58        /**
     59         *
     60         * @return total number of rounds. It is not recommended to use this, as
     61         *         this may make your code working with rounds only.
     62         */
     63        public Integer getTotalRounds() {
     64                return duration;
    4765        }
    4866
Note: See TracChangeset for help on using the changeset viewer.