Last change
on this file since 201 was 201, checked in by Katsuhide Fujita, 6 years ago |
Add ANAC 2019 agents (2)
|
-
Property svn:executable
set to
*
|
File size:
281 bytes
|
Line | |
---|
1 | package agents.anac.y2019.authenticagent.dataclasses;
|
---|
2 |
|
---|
3 | import genius.core.Bid;
|
---|
4 |
|
---|
5 | public class LastReceivedOffer{
|
---|
6 | public static String agentId;
|
---|
7 | public static Bid bid;
|
---|
8 |
|
---|
9 | public static void updateLastOffer(String aId, Bid b){
|
---|
10 | agentId = aId;
|
---|
11 | bid = b;
|
---|
12 | }
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.