Changes between Version 250 and Version 251 of WikiStart
- Timestamp:
- 09/18/19 10:56:31 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v250 v251 61 61 This module contains the basic objects that make up a bid: issues, values, domains, and bids. 62 62 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]63 Javadoc 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]. 64 64 65 65 === Issue … … 117 117 118 118 == 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: 119 A profile is a function that can tell if a bid is preferred over another bid. 120 121 Javadoc 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 123 In the profile module a number of different types of profiles have been defined: 120 124 * [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 121 125 * [source:profile/src/main/java/geniusweb/profile/PartialOrdering.java PartialOrdering]: as {{{FullyOrderedSpace}}}, but may not know the answer for part of the bids