source: javadoc/genius/core/package-summary.html@ 1

Last change on this file since 1 was 1, checked in by Wouter Pasman, 7 years ago

Initial import : Genius 9.0.0

File size: 10.6 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
5<!-- Generated by javadoc (1.8.0_112) on Thu Jun 21 12:05:58 CEST 2018 -->
6<title>genius.core (Genius Core Documentation)</title>
7<meta name="date" content="2018-06-21">
8<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
9<script type="text/javascript" src="../../script.js"></script>
10</head>
11<body>
12<script type="text/javascript"><!--
13 try {
14 if (location.href.indexOf('is-external=true') == -1) {
15 parent.document.title="genius.core (Genius Core Documentation)";
16 }
17 }
18 catch(err) {
19 }
20//-->
21</script>
22<noscript>
23<div>JavaScript is disabled on your browser.</div>
24</noscript>
25<!-- ========= START OF TOP NAVBAR ======= -->
26<div class="topNav"><a name="navbar.top">
27<!-- -->
28</a>
29<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
30<a name="navbar.top.firstrow">
31<!-- -->
32</a>
33<ul class="navList" title="Navigation">
34<li><a href="../../overview-summary.html">Overview</a></li>
35<li class="navBarCell1Rev">Package</li>
36<li>Class</li>
37<li><a href="package-use.html">Use</a></li>
38<li><a href="package-tree.html">Tree</a></li>
39<li><a href="../../deprecated-list.html">Deprecated</a></li>
40<li><a href="../../index-all.html">Index</a></li>
41<li><a href="../../help-doc.html">Help</a></li>
42</ul>
43</div>
44<div class="subNav">
45<ul class="navList">
46<li>Prev&nbsp;Package</li>
47<li><a href="../../genius/core/actions/package-summary.html">Next&nbsp;Package</a></li>
48</ul>
49<ul class="navList">
50<li><a href="../../index.html?genius/core/package-summary.html" target="_top">Frames</a></li>
51<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
52</ul>
53<ul class="navList" id="allclasses_navbar_top">
54<li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
55</ul>
56<div>
57<script type="text/javascript"><!--
58 allClassesLink = document.getElementById("allclasses_navbar_top");
59 if(window==top) {
60 allClassesLink.style.display = "block";
61 }
62 else {
63 allClassesLink.style.display = "none";
64 }
65 //-->
66</script>
67</div>
68<a name="skip.navbar.top">
69<!-- -->
70</a></div>
71<!-- ========= END OF TOP NAVBAR ========= -->
72<div class="header">
73<h1 title="Package" class="title">Package&nbsp;genius.core</h1>
74</div>
75<div class="contentContainer">
76<ul class="blockList">
77<li class="blockList">
78<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
79<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
80<tr>
81<th class="colFirst" scope="col">Interface</th>
82<th class="colLast" scope="col">Description</th>
83</tr>
84<tbody>
85<tr class="altColor">
86<td class="colFirst"><a href="../../genius/core/Domain.html" title="interface in genius.core">Domain</a></td>
87<td class="colLast">&nbsp;</td>
88</tr>
89<tr class="rowColor">
90<td class="colFirst"><a href="../../genius/core/NegotiationEventListener.html" title="interface in genius.core">NegotiationEventListener</a></td>
91<td class="colLast">
92<div class="block">implement this class in order to subscribe with the NegotiationManager to get
93 callback on handleEvent().</div>
94</td>
95</tr>
96</tbody>
97</table>
98</li>
99<li class="blockList">
100<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
101<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
102<tr>
103<th class="colFirst" scope="col">Class</th>
104<th class="colLast" scope="col">Description</th>
105</tr>
106<tbody>
107<tr class="altColor">
108<td class="colFirst"><a href="../../genius/core/Agent.html" title="class in genius.core">Agent</a></td>
109<td class="colLast">
110<div class="block">A basic negotiation agent.</div>
111</td>
112</tr>
113<tr class="rowColor">
114<td class="colFirst"><a href="../../genius/core/AgentAdapter.html" title="class in genius.core">AgentAdapter</a></td>
115<td class="colLast">
116<div class="block">Adapts <a href="../../genius/core/Agent.html" title="class in genius.core"><code>Agent</code></a> to the <a href="../../genius/core/parties/NegotiationParty.html" title="interface in genius.core.parties"><code>NegotiationParty</code></a> so that legacy agents
117 can be run in the new multiparty system.</div>
118</td>
119</tr>
120<tr class="altColor">
121<td class="colFirst"><a href="../../genius/core/AgentID.html" title="class in genius.core">AgentID</a></td>
122<td class="colLast">
123<div class="block">Unique ID for an agent.</div>
124</td>
125</tr>
126<tr class="rowColor">
127<td class="colFirst"><a href="../../genius/core/AgentParam.html" title="class in genius.core">AgentParam</a></td>
128<td class="colLast">
129<div class="block">This class stores info about a parameter of an agent.</div>
130</td>
131</tr>
132<tr class="altColor">
133<td class="colFirst"><a href="../../genius/core/Bid.html" title="class in genius.core">Bid</a></td>
134<td class="colLast">
135<div class="block">A bid is a set of tuples [idnumber,value], where idnumber is the unique
136 number of the issue, and value is the picked alternative.</div>
137</td>
138</tr>
139<tr class="rowColor">
140<td class="colFirst"><a href="../../genius/core/BidHistory.html" title="class in genius.core">BidHistory</a></td>
141<td class="colLast">
142<div class="block">This class contains the bidding history of a negotiation agent.</div>
143</td>
144</tr>
145<tr class="altColor">
146<td class="colFirst"><a href="../../genius/core/BidIterator.html" title="class in genius.core">BidIterator</a></td>
147<td class="colLast">
148<div class="block">Class used to generate all bids in the domain.</div>
149</td>
150</tr>
151<tr class="rowColor">
152<td class="colFirst"><a href="../../genius/core/Deadline.html" title="class in genius.core">Deadline</a></td>
153<td class="colLast">
154<div class="block">Contains the deadline - either rounds based or time based.</div>
155</td>
156</tr>
157<tr class="altColor">
158<td class="colFirst"><a href="../../genius/core/DomainImpl.html" title="class in genius.core">DomainImpl</a></td>
159<td class="colLast">
160<div class="block">Implementation of Domain.</div>
161</td>
162</tr>
163<tr class="rowColor">
164<td class="colFirst"><a href="../../genius/core/Global.html" title="class in genius.core">Global</a></td>
165<td class="colLast">
166<div class="block">Overview of global variables used throughout the application.</div>
167</td>
168</tr>
169<tr class="altColor">
170<td class="colFirst"><a href="../../genius/core/LinearBidIterator.html" title="class in genius.core">LinearBidIterator</a></td>
171<td class="colLast">&nbsp;</td>
172</tr>
173<tr class="rowColor">
174<td class="colFirst"><a href="../../genius/core/Logger.html" title="class in genius.core">Logger</a></td>
175<td class="colLast">&nbsp;</td>
176</tr>
177<tr class="altColor">
178<td class="colFirst"><a href="../../genius/core/NegoRound.html" title="class in genius.core">NegoRound</a></td>
179<td class="colLast">&nbsp;</td>
180</tr>
181<tr class="rowColor">
182<td class="colFirst"><a href="../../genius/core/NegotiationResult.html" title="class in genius.core">NegotiationResult</a></td>
183<td class="colLast">&nbsp;</td>
184</tr>
185<tr class="altColor">
186<td class="colFirst"><a href="../../genius/core/NegoTurn.html" title="class in genius.core">NegoTurn</a></td>
187<td class="colLast">&nbsp;</td>
188</tr>
189<tr class="rowColor">
190<td class="colFirst"><a href="../../genius/core/PausableContinuousTimeline.html" title="class in genius.core">PausableContinuousTimeline</a></td>
191<td class="colLast">&nbsp;</td>
192</tr>
193<tr class="altColor">
194<td class="colFirst"><a href="../../genius/core/SerializeHandling.html" title="class in genius.core">SerializeHandling</a></td>
195<td class="colLast">
196<div class="block">This is a utility class to handle writing and
197 reading <code>Serializable</code> objects into/from a file.</div>
198</td>
199</tr>
200<tr class="rowColor">
201<td class="colFirst"><a href="../../genius/core/StrategyParameters.html" title="class in genius.core">StrategyParameters</a></td>
202<td class="colLast">
203<div class="block">Simple class which stores the parameters given to a negotiation strategy, for
204 example an concession factor.</div>
205</td>
206</tr>
207<tr class="altColor">
208<td class="colFirst"><a href="../../genius/core/SupportedNegotiationSetting.html" title="class in genius.core">SupportedNegotiationSetting</a></td>
209<td class="colLast">
210<div class="block">Indicates what negotiation settings are supported by an agent.</div>
211</td>
212</tr>
213</tbody>
214</table>
215</li>
216<li class="blockList">
217<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
218<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
219<tr>
220<th class="colFirst" scope="col">Enum</th>
221<th class="colLast" scope="col">Description</th>
222</tr>
223<tbody>
224<tr class="altColor">
225<td class="colFirst"><a href="../../genius/core/DeadlineType.html" title="enum in genius.core">DeadlineType</a></td>
226<td class="colLast">&nbsp;</td>
227</tr>
228<tr class="rowColor">
229<td class="colFirst"><a href="../../genius/core/Feedback.html" title="enum in genius.core">Feedback</a></td>
230<td class="colLast">&nbsp;</td>
231</tr>
232<tr class="altColor">
233<td class="colFirst"><a href="../../genius/core/Vote.html" title="enum in genius.core">Vote</a></td>
234<td class="colLast">&nbsp;</td>
235</tr>
236</tbody>
237</table>
238</li>
239</ul>
240</div>
241<!-- ======= START OF BOTTOM NAVBAR ====== -->
242<div class="bottomNav"><a name="navbar.bottom">
243<!-- -->
244</a>
245<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
246<a name="navbar.bottom.firstrow">
247<!-- -->
248</a>
249<ul class="navList" title="Navigation">
250<li><a href="../../overview-summary.html">Overview</a></li>
251<li class="navBarCell1Rev">Package</li>
252<li>Class</li>
253<li><a href="package-use.html">Use</a></li>
254<li><a href="package-tree.html">Tree</a></li>
255<li><a href="../../deprecated-list.html">Deprecated</a></li>
256<li><a href="../../index-all.html">Index</a></li>
257<li><a href="../../help-doc.html">Help</a></li>
258</ul>
259</div>
260<div class="subNav">
261<ul class="navList">
262<li>Prev&nbsp;Package</li>
263<li><a href="../../genius/core/actions/package-summary.html">Next&nbsp;Package</a></li>
264</ul>
265<ul class="navList">
266<li><a href="../../index.html?genius/core/package-summary.html" target="_top">Frames</a></li>
267<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
268</ul>
269<ul class="navList" id="allclasses_navbar_bottom">
270<li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
271</ul>
272<div>
273<script type="text/javascript"><!--
274 allClassesLink = document.getElementById("allclasses_navbar_bottom");
275 if(window==top) {
276 allClassesLink.style.display = "block";
277 }
278 else {
279 allClassesLink.style.display = "none";
280 }
281 //-->
282</script>
283</div>
284<a name="skip.navbar.bottom">
285<!-- -->
286</a></div>
287<!-- ======== END OF BOTTOM NAVBAR ======= -->
288</body>
289</html>
Note: See TracBrowser for help on using the repository browser.