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.actions (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.actions (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/package-summary.html">Prev Package</a></li>
|
---|
47 | <li><a href="../../../genius/core/analysis/package-summary.html">Next Package</a></li>
|
---|
48 | </ul>
|
---|
49 | <ul class="navList">
|
---|
50 | <li><a href="../../../index.html?genius/core/actions/package-summary.html" target="_top">Frames</a></li>
|
---|
51 | <li><a href="package-summary.html" target="_top">No Frames</a></li>
|
---|
52 | </ul>
|
---|
53 | <ul class="navList" id="allclasses_navbar_top">
|
---|
54 | <li><a href="../../../allclasses-noframe.html">All 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 genius.core.actions</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"> </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/actions/Action.html" title="interface in genius.core.actions">Action</a></td>
|
---|
87 | <td class="colLast">
|
---|
88 | <div class="block">Interface for actions that are taken by an Agent and part of a negotiation.</div>
|
---|
89 | </td>
|
---|
90 | </tr>
|
---|
91 | <tr class="rowColor">
|
---|
92 | <td class="colFirst"><a href="../../../genius/core/actions/ActionWithBid.html" title="interface in genius.core.actions">ActionWithBid</a></td>
|
---|
93 | <td class="colLast">
|
---|
94 | <div class="block">Interface for actions that involve a <a href="../../../genius/core/Bid.html" title="class in genius.core"><code>Bid</code></a></div>
|
---|
95 | </td>
|
---|
96 | </tr>
|
---|
97 | </tbody>
|
---|
98 | </table>
|
---|
99 | </li>
|
---|
100 | <li class="blockList">
|
---|
101 | <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
|
---|
102 | <caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
|
---|
103 | <tr>
|
---|
104 | <th class="colFirst" scope="col">Class</th>
|
---|
105 | <th class="colLast" scope="col">Description</th>
|
---|
106 | </tr>
|
---|
107 | <tbody>
|
---|
108 | <tr class="altColor">
|
---|
109 | <td class="colFirst"><a href="../../../genius/core/actions/Accept.html" title="class in genius.core.actions">Accept</a></td>
|
---|
110 | <td class="colLast">
|
---|
111 | <div class="block">This class is used to createFrom an action which symbolizes that an agent
|
---|
112 | accepts an offer.</div>
|
---|
113 | </td>
|
---|
114 | </tr>
|
---|
115 | <tr class="rowColor">
|
---|
116 | <td class="colFirst"><a href="../../../genius/core/actions/DefaultAction.html" title="class in genius.core.actions">DefaultAction</a></td>
|
---|
117 | <td class="colLast"> </td>
|
---|
118 | </tr>
|
---|
119 | <tr class="altColor">
|
---|
120 | <td class="colFirst"><a href="../../../genius/core/actions/DefaultActionWithBid.html" title="class in genius.core.actions">DefaultActionWithBid</a></td>
|
---|
121 | <td class="colLast">
|
---|
122 | <div class="block">Default implementation for ActionWithBid</div>
|
---|
123 | </td>
|
---|
124 | </tr>
|
---|
125 | <tr class="rowColor">
|
---|
126 | <td class="colFirst"><a href="../../../genius/core/actions/EndNegotiation.html" title="class in genius.core.actions">EndNegotiation</a></td>
|
---|
127 | <td class="colLast">
|
---|
128 | <div class="block">Class which symbolizes the action to leave a negotiation.</div>
|
---|
129 | </td>
|
---|
130 | </tr>
|
---|
131 | <tr class="altColor">
|
---|
132 | <td class="colFirst"><a href="../../../genius/core/actions/EndNegotiationWithAnOffer.html" title="class in genius.core.actions">EndNegotiationWithAnOffer</a></td>
|
---|
133 | <td class="colLast">
|
---|
134 | <div class="block">This action is used by parties to indicate they want not to continue after
|
---|
135 | this last offer.</div>
|
---|
136 | </td>
|
---|
137 | </tr>
|
---|
138 | <tr class="rowColor">
|
---|
139 | <td class="colFirst"><a href="../../../genius/core/actions/GiveFeedback.html" title="class in genius.core.actions">GiveFeedback</a></td>
|
---|
140 | <td class="colLast">
|
---|
141 | <div class="block">An agent can give feedback on other actions using this action.</div>
|
---|
142 | </td>
|
---|
143 | </tr>
|
---|
144 | <tr class="altColor">
|
---|
145 | <td class="colFirst"><a href="../../../genius/core/actions/IllegalAction.html" title="class in genius.core.actions">IllegalAction</a></td>
|
---|
146 | <td class="colLast">
|
---|
147 | <div class="block">This action represents that the agent did an illegal action (not fitting the
|
---|
148 | protocol), eg kill his agent.</div>
|
---|
149 | </td>
|
---|
150 | </tr>
|
---|
151 | <tr class="rowColor">
|
---|
152 | <td class="colFirst"><a href="../../../genius/core/actions/Inform.html" title="class in genius.core.actions">Inform</a></td>
|
---|
153 | <td class="colLast">
|
---|
154 | <div class="block">inform about some property.</div>
|
---|
155 | </td>
|
---|
156 | </tr>
|
---|
157 | <tr class="altColor">
|
---|
158 | <td class="colFirst"><a href="../../../genius/core/actions/InformVotingResult.html" title="class in genius.core.actions">InformVotingResult</a></td>
|
---|
159 | <td class="colLast">
|
---|
160 | <div class="block">informs about a voting result.</div>
|
---|
161 | </td>
|
---|
162 | </tr>
|
---|
163 | <tr class="rowColor">
|
---|
164 | <td class="colFirst"><a href="../../../genius/core/actions/NoAction.html" title="class in genius.core.actions">NoAction</a></td>
|
---|
165 | <td class="colLast">
|
---|
166 | <div class="block">immutable.</div>
|
---|
167 | </td>
|
---|
168 | </tr>
|
---|
169 | <tr class="altColor">
|
---|
170 | <td class="colFirst"><a href="../../../genius/core/actions/Offer.html" title="class in genius.core.actions">Offer</a></td>
|
---|
171 | <td class="colLast">
|
---|
172 | <div class="block">Symbolizes an offer of an agent for the opponent.</div>
|
---|
173 | </td>
|
---|
174 | </tr>
|
---|
175 | <tr class="rowColor">
|
---|
176 | <td class="colFirst"><a href="../../../genius/core/actions/OfferForFeedback.html" title="class in genius.core.actions">OfferForFeedback</a></td>
|
---|
177 | <td class="colLast">
|
---|
178 | <div class="block">immutable.</div>
|
---|
179 | </td>
|
---|
180 | </tr>
|
---|
181 | <tr class="altColor">
|
---|
182 | <td class="colFirst"><a href="../../../genius/core/actions/OfferForVoting.html" title="class in genius.core.actions">OfferForVoting</a></td>
|
---|
183 | <td class="colLast">
|
---|
184 | <div class="block">immutable</div>
|
---|
185 | </td>
|
---|
186 | </tr>
|
---|
187 | <tr class="rowColor">
|
---|
188 | <td class="colFirst"><a href="../../../genius/core/actions/Reject.html" title="class in genius.core.actions">Reject</a></td>
|
---|
189 | <td class="colLast">
|
---|
190 | <div class="block">This class is used to createFrom an action which symbolizes that an agent
|
---|
191 | rejects an offer.</div>
|
---|
192 | </td>
|
---|
193 | </tr>
|
---|
194 | <tr class="altColor">
|
---|
195 | <td class="colFirst"><a href="../../../genius/core/actions/VoteForOfferAcceptance.html" title="class in genius.core.actions">VoteForOfferAcceptance</a></td>
|
---|
196 | <td class="colLast">
|
---|
197 | <div class="block">This action can be used to indicate accept or reject of an offer.</div>
|
---|
198 | </td>
|
---|
199 | </tr>
|
---|
200 | </tbody>
|
---|
201 | </table>
|
---|
202 | </li>
|
---|
203 | </ul>
|
---|
204 | </div>
|
---|
205 | <!-- ======= START OF BOTTOM NAVBAR ====== -->
|
---|
206 | <div class="bottomNav"><a name="navbar.bottom">
|
---|
207 | <!-- -->
|
---|
208 | </a>
|
---|
209 | <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
---|
210 | <a name="navbar.bottom.firstrow">
|
---|
211 | <!-- -->
|
---|
212 | </a>
|
---|
213 | <ul class="navList" title="Navigation">
|
---|
214 | <li><a href="../../../overview-summary.html">Overview</a></li>
|
---|
215 | <li class="navBarCell1Rev">Package</li>
|
---|
216 | <li>Class</li>
|
---|
217 | <li><a href="package-use.html">Use</a></li>
|
---|
218 | <li><a href="package-tree.html">Tree</a></li>
|
---|
219 | <li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
---|
220 | <li><a href="../../../index-all.html">Index</a></li>
|
---|
221 | <li><a href="../../../help-doc.html">Help</a></li>
|
---|
222 | </ul>
|
---|
223 | </div>
|
---|
224 | <div class="subNav">
|
---|
225 | <ul class="navList">
|
---|
226 | <li><a href="../../../genius/core/package-summary.html">Prev Package</a></li>
|
---|
227 | <li><a href="../../../genius/core/analysis/package-summary.html">Next Package</a></li>
|
---|
228 | </ul>
|
---|
229 | <ul class="navList">
|
---|
230 | <li><a href="../../../index.html?genius/core/actions/package-summary.html" target="_top">Frames</a></li>
|
---|
231 | <li><a href="package-summary.html" target="_top">No Frames</a></li>
|
---|
232 | </ul>
|
---|
233 | <ul class="navList" id="allclasses_navbar_bottom">
|
---|
234 | <li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
---|
235 | </ul>
|
---|
236 | <div>
|
---|
237 | <script type="text/javascript"><!--
|
---|
238 | allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
---|
239 | if(window==top) {
|
---|
240 | allClassesLink.style.display = "block";
|
---|
241 | }
|
---|
242 | else {
|
---|
243 | allClassesLink.style.display = "none";
|
---|
244 | }
|
---|
245 | //-->
|
---|
246 | </script>
|
---|
247 | </div>
|
---|
248 | <a name="skip.navbar.bottom">
|
---|
249 | <!-- -->
|
---|
250 | </a></div>
|
---|
251 | <!-- ======== END OF BOTTOM NAVBAR ======= -->
|
---|
252 | </body>
|
---|
253 | </html>
|
---|