Changes between Version 218 and Version 219 of WikiStart


Ignore:
Timestamp:
08/13/19 17:09:09 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v218 v219  
    9090
    9191== 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:
     92A 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:
    9493 * [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
    9594 * [source:profile/src/main/java/geniusweb/profile/PartialOrdering.java PartialOrdering]: as {{{FullyOrderedSpace}}}, but may not know the answer for part of the bids