You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CA-261855: Generate automatically an image map for the API classes.
Also: fixed the size of the image; moved the method return type into the same
line as the rest of the method signature.
Signed-off-by: Konstantina Chremmou <[email protected]>
<areashape="poly" href="?c=VBD_metrics" title="IO stats and configuration information for a virtual block device" alt="" coords="623,128 620,122 614,116 604,112 592,109 578,108 564,109 551,112 541,116 535,122 533,128 535,134 541,140 551,144 564,147 578,148 592,147 604,144 614,140 620,134"/>
65
-
</map>
40
+
@graph_placeholder@
66
41
<h1>Classes, Fields and Messages</h1>
67
42
<p>Classes have both <i>fields</i> and <i>messages.</i> Messages are either <i>implicit</i> or <i>explicit</i> where an implicit message is one of:</p>
68
43
<ul>
@@ -78,11 +53,11 @@ <h1>Classes, Fields and Messages</h1>
78
53
<ul>
79
54
<li> set_X: change the value of field X (only if it is read-write);</li>
80
55
<li> get_X: retrieve the value of field X;</li>
81
-
<li> add_to_X: add a key/value pair (only if field has type set or map); and</li>
82
-
<li> remove_from_X: remove a key (only if a field has type set or map).</li>
56
+
<li> add_X: add a new element (only if a field has type set);</li>
57
+
<li> remove_X: remove an element (only if a field has type set);</li>
58
+
<li> add_to_X: add a key-value pair (only if a field has type map); and</li>
59
+
<li> remove_from_X: remove a key (only if a field has type map).</li>
0 commit comments