Changes between Version 250 and Version 251 of WikiStart


Ignore:
Timestamp:
09/18/19 10:56:31 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v250 v251  
    6161This module contains the basic objects that make up a bid: issues, values, domains, and bids.
    6262
    63 Javadoc is available on the [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb/issuevalue the artifactory]. See [wiki:WikiStart#DownloadingJavaDoc]
     63Javadoc is available on the [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb/issuevalue artifactory]. See [wiki:WikiStart#DownloadingJavaDoc downloading javadoc].
    6464
    6565=== Issue
     
    117117
    118118== profile
    119 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:
     119A profile is a function that can tell if a bid is preferred over another bid.
     120
     121Javadoc is available on the [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb/profile artifactory]. See [wiki:WikiStart#DownloadingJavaDoc downloading javadoc].
     122
     123In the profile module a number of different types of profiles have been defined:
    120124 * [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
    121125 * [source:profile/src/main/java/geniusweb/profile/PartialOrdering.java PartialOrdering]: as {{{FullyOrderedSpace}}}, but may not know the answer for part of the bids