Révision 7 petri/doc/element/Transition.html

Voir les différences:

Transition.html
2 2
<!-- NewPage -->
3 3
<html lang="fr">
4 4
<head>
5
<!-- Generated by javadoc (11.0.8) on Fri Nov 13 10:59:17 CET 2020 -->
5
<!-- Generated by javadoc (11.0.8) on Fri Nov 13 11:20:05 CET 2020 -->
6 6
<title>Transition</title>
7 7
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8 8
<meta name="dc.created" content="2020-11-13">
......
179 179
<tr id="i0" class="altColor">
180 180
<td class="colFirst"><code>void</code></td>
181 181
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#doTransition()">doTransition</a></span>()</code></th>
182
<td class="colLast">&nbsp;</td>
182
<td class="colLast">
183
<div class="block">do the transition 
184
 (all its arcs do the transition</div>
185
</td>
183 186
</tr>
184 187
<tr id="i1" class="rowColor">
185 188
<td class="colFirst"><code>java.util.List&lt;<a href="../arcElement/Arc.html" title="class in arcElement">Arc</a>&gt;</code></td>
......
189 192
<tr id="i2" class="altColor">
190 193
<td class="colFirst"><code>boolean</code></td>
191 194
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isPullable()">isPullable</a></span>()</code></th>
192
<td class="colLast">&nbsp;</td>
195
<td class="colLast">
196
<div class="block">check if the transition is pullable</div>
197
</td>
193 198
</tr>
194 199
<tr id="i3" class="rowColor">
195 200
<td class="colFirst"><code>java.lang.String</code></td>
......
249 254
<dl>
250 255
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
251 256
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
257
<dt><span class="returnLabel">Returns:</span></dt>
258
<dd>a string representation of a transition</dd>
252 259
</dl>
253 260
</li>
254 261
</ul>
......
259 266
<li class="blockList">
260 267
<h4>isPullable</h4>
261 268
<pre class="methodSignature">public&nbsp;boolean&nbsp;isPullable()</pre>
269
<div class="block">check if the transition is pullable</div>
270
<dl>
271
<dt><span class="returnLabel">Returns:</span></dt>
272
<dd>true if all its arcs are pullable</dd>
273
</dl>
262 274
</li>
263 275
</ul>
264 276
<a id="doTransition()">
......
268 280
<li class="blockList">
269 281
<h4>doTransition</h4>
270 282
<pre class="methodSignature">public&nbsp;void&nbsp;doTransition()</pre>
283
<div class="block">do the transition 
284
 (all its arcs do the transition</div>
271 285
</li>
272 286
</ul>
273 287
<a id="getArcList()">

Formats disponibles : Unified diff