Changes between Version 218 and Version 219 of WikiStart
- Timestamp:
- 08/13/19 17:09:09 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v218 v219 90 90 91 91 == profile 92 A profile is a function that can tell if a bid is preferred over another bid. 93 There are a number of ways to do this: 92 A profile is a function that can tell if a bid is preferred over another bid. In the profile module a number of different types of profiles have been defined: 94 93 * [source:profile/src/main/java/geniusweb/profile/FullOrdering.java FullOrdering]: this provides a function {{{isPreferredOrEqual()}}} that can tell if a bid is preferred over another 95 94 * [source:profile/src/main/java/geniusweb/profile/PartialOrdering.java PartialOrdering]: as {{{FullyOrderedSpace}}}, but may not know the answer for part of the bids