Last change
on this file since 202 was 201, checked in by Katsuhide Fujita, 6 years ago |
Add ANAC 2019 agents (2)
|
-
Property svn:executable
set to
*
|
File size:
270 bytes
|
Line | |
---|
1 | package agents.anac.y2019.authenticagent.serviceclasses;
|
---|
2 |
|
---|
3 | import genius.core.utility.UtilitySpace;
|
---|
4 |
|
---|
5 | public class ReservedRankBidService {
|
---|
6 | public static double reservationValueFor(UtilitySpace utilitySpace){
|
---|
7 | return utilitySpace.getReservationValue();
|
---|
8 | }
|
---|
9 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.