Last change
on this file since 22 was 22, checked in by bart, 4 years ago |
- party capabilities now include profile information. Existing parties may need small fix * plot layout shows accepts * VotingEvaluator use group power instead of group size * runsession you can now also select MOPAC-only parties
|
File size:
452 bytes
|
Line | |
---|
1 | package geniusweb.profilesserver.websocket;
|
---|
2 |
|
---|
3 | import geniusweb.profilesserver.AutoUpdatingProfilesRepository;
|
---|
4 | import geniusweb.profilesserver.ProfilesRepository;
|
---|
5 | import tudelft.utilities.logging.ReportToLogger;
|
---|
6 |
|
---|
7 | /**
|
---|
8 | * Just a shared copy of the profiles repository, for use with all websockets.
|
---|
9 | *
|
---|
10 | */
|
---|
11 | class Profiles {
|
---|
12 | public static final ProfilesRepository repository = new AutoUpdatingProfilesRepository(
|
---|
13 | new ReportToLogger("profilesserver"));
|
---|
14 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.