source: javadoc/genius/core/protocol/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: 7.9 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.protocol (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.protocol (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><a href="../../../genius/core/persistent/package-summary.html">Prev&nbsp;Package</a></li>
47<li><a href="../../../genius/core/qualitymeasures/package-summary.html">Next&nbsp;Package</a></li>
48</ul>
49<ul class="navList">
50<li><a href="../../../index.html?genius/core/protocol/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.protocol</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/protocol/MultilateralProtocol.html" title="interface in genius.core.protocol">MultilateralProtocol</a></td>
87<td class="colLast">
88<div class="block">The protocol describes if the negotiation is finished, what the agreement is,
89 which actions can be done in the next round.</div>
90</td>
91</tr>
92</tbody>
93</table>
94</li>
95<li class="blockList">
96<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
97<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
98<tr>
99<th class="colFirst" scope="col">Class</th>
100<th class="colLast" scope="col">Description</th>
101</tr>
102<tbody>
103<tr class="altColor">
104<td class="colFirst"><a href="../../../genius/core/protocol/AlternatingMajorityConsensusProtocol.html" title="class in genius.core.protocol">AlternatingMajorityConsensusProtocol</a></td>
105<td class="colLast">
106<div class="block">Implementation of an alternating offer protocol using majority voting.</div>
107</td>
108</tr>
109<tr class="rowColor">
110<td class="colFirst"><a href="../../../genius/core/protocol/AlternatingMultipleOffersProtocol.html" title="class in genius.core.protocol">AlternatingMultipleOffersProtocol</a></td>
111<td class="colLast">
112<div class="block">Implementation of an alternating offer protocol using voting consensus.</div>
113</td>
114</tr>
115<tr class="altColor">
116<td class="colFirst"><a href="../../../genius/core/protocol/BilateralAtomicNegotiationSession.html" title="class in genius.core.protocol">BilateralAtomicNegotiationSession</a></td>
117<td class="colLast">&nbsp;</td>
118</tr>
119<tr class="rowColor">
120<td class="colFirst"><a href="../../../genius/core/protocol/DefaultMultilateralProtocol.html" title="class in genius.core.protocol">DefaultMultilateralProtocol</a></td>
121<td class="colLast">
122<div class="block">An adapter for the protocol class.</div>
123</td>
124</tr>
125<tr class="altColor">
126<td class="colFirst"><a href="../../../genius/core/protocol/MediatorFeedbackBasedProtocol.html" title="class in genius.core.protocol">MediatorFeedbackBasedProtocol</a></td>
127<td class="colLast">
128<div class="block">This is the protocol for the mediated feedback.</div>
129</td>
130</tr>
131<tr class="rowColor">
132<td class="colFirst"><a href="../../../genius/core/protocol/MediatorProtocol.html" title="class in genius.core.protocol">MediatorProtocol</a></td>
133<td class="colLast">
134<div class="block">Base class for all mediator-based protocols</div>
135</td>
136</tr>
137<tr class="altColor">
138<td class="colFirst"><a href="../../../genius/core/protocol/Protocol.html" title="class in genius.core.protocol">Protocol</a></td>
139<td class="colLast">
140<div class="block">Abstract class for the manager of protocols.</div>
141</td>
142</tr>
143<tr class="rowColor">
144<td class="colFirst"><a href="../../../genius/core/protocol/SimpleMediatorBasedProtocol.html" title="class in genius.core.protocol">SimpleMediatorBasedProtocol</a></td>
145<td class="colLast">
146<div class="block">Basic implementation of a mediator based protocol.</div>
147</td>
148</tr>
149<tr class="altColor">
150<td class="colFirst"><a href="../../../genius/core/protocol/StackedAlternatingOffersProtocol.html" title="class in genius.core.protocol">StackedAlternatingOffersProtocol</a></td>
151<td class="colLast">
152<div class="block">Implementation of an alternating offer protocol using offer/counter-offer.</div>
153</td>
154</tr>
155</tbody>
156</table>
157</li>
158</ul>
159</div>
160<!-- ======= START OF BOTTOM NAVBAR ====== -->
161<div class="bottomNav"><a name="navbar.bottom">
162<!-- -->
163</a>
164<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
165<a name="navbar.bottom.firstrow">
166<!-- -->
167</a>
168<ul class="navList" title="Navigation">
169<li><a href="../../../overview-summary.html">Overview</a></li>
170<li class="navBarCell1Rev">Package</li>
171<li>Class</li>
172<li><a href="package-use.html">Use</a></li>
173<li><a href="package-tree.html">Tree</a></li>
174<li><a href="../../../deprecated-list.html">Deprecated</a></li>
175<li><a href="../../../index-all.html">Index</a></li>
176<li><a href="../../../help-doc.html">Help</a></li>
177</ul>
178</div>
179<div class="subNav">
180<ul class="navList">
181<li><a href="../../../genius/core/persistent/package-summary.html">Prev&nbsp;Package</a></li>
182<li><a href="../../../genius/core/qualitymeasures/package-summary.html">Next&nbsp;Package</a></li>
183</ul>
184<ul class="navList">
185<li><a href="../../../index.html?genius/core/protocol/package-summary.html" target="_top">Frames</a></li>
186<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
187</ul>
188<ul class="navList" id="allclasses_navbar_bottom">
189<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
190</ul>
191<div>
192<script type="text/javascript"><!--
193 allClassesLink = document.getElementById("allclasses_navbar_bottom");
194 if(window==top) {
195 allClassesLink.style.display = "block";
196 }
197 else {
198 allClassesLink.style.display = "none";
199 }
200 //-->
201</script>
202</div>
203<a name="skip.navbar.bottom">
204<!-- -->
205</a></div>
206<!-- ======== END OF BOTTOM NAVBAR ======= -->
207</body>
208</html>
Note: See TracBrowser for help on using the repository browser.