| 83 | ||= filter option =||= query value =||= explanation =|| |
| 84 | ||partial||integer N>=0||a query key that is assigned a natural number N (0 or |
| 85 | larger). If set, the profile is converted into a Partial Profile with the |
| 86 | given number of points. If N>0, the maximum utility bid is included .If N>1, |
| 87 | the minimum utility bid is included. The other bids are picked at random. |
| 88 | This filtering mechanism only works if the profile is {@link LinearAdditive} |
| 89 | space.|| |
| 90 | |
| 91 | For example, the query to the profiles server using this url |
| 92 | {{{ wslocalhost:8080/profilesserver/websocket/get/7issues/7issues2?partial=3 }}} |
| 93 | will return a DefaultPartialOrdering derived from the 7issues2 profile, but containing only 3 bids. |