Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Commit

Permalink
Configure In Modes Properties Section User Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMcilnay committed Sep 26, 2017
1 parent e92580e commit 38c72a3
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion org.osate.ge.doc/api/index-files/index-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2 class="title">L</h2>
<dd>
<div class="block">Configures the arrow builder to create a line arrow.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/osate/ge/graphics/StyleBuilder.html#lineStyle-org.osate.ge.internal.graphics.LineStyle-">lineStyle(LineStyle)</a></span> - Method in class org.osate.ge.graphics.<a href="../org/osate/ge/graphics/StyleBuilder.html" title="class in org.osate.ge.graphics">StyleBuilder</a></dt>
<dt><span class="memberNameLink"><a href="../org/osate/ge/graphics/StyleBuilder.html#lineStyle-org.osate.ge.graphics.internal.LineStyle-">lineStyle(LineStyle)</a></span> - Method in class org.osate.ge.graphics.<a href="../org/osate/ge/graphics/StyleBuilder.html" title="class in org.osate.ge.graphics">StyleBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/osate/ge/graphics/StyleBuilder.html#lineWidth-java.lang.Double-">lineWidth(Double)</a></span> - Method in class org.osate.ge.graphics.<a href="../org/osate/ge/graphics/StyleBuilder.html" title="class in org.osate.ge.graphics">StyleBuilder</a></dt>
<dd>&nbsp;</dd>
Expand Down
3 changes: 2 additions & 1 deletion org.osate.ge.doc/api/org/osate/ge/di/Activate.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ <h1>Named Parameters</h1>
<table summary="Named Parameters">
<tr><th>Parameter</th><th>Usage</th><th>Description</th></tr>
<tr><td><a href="../../../../org/osate/ge/di/Names.html#BUSINESS_OBJECT"><code>Names.BUSINESS_OBJECT</code></a></td><td>Tooltip Contributor</td><td>The business object for which to build the tooltip.</td></tr>
<tr><td><a href="../../../../org/osate/ge/di/Names.html#BUSINESS_OBJECT"><code>Names.BUSINESS_OBJECT</code></a></td><td>Command</td><td>The business object for the currently selected diagram element. Only specified when a single diagram element is selected.</td></tr>
<tr><td><a href="../../../../org/osate/ge/di/Names.html#BUSINESS_OBJECT"><code>Names.BUSINESS_OBJECT</code></a></td><td>Command</td><td>The business object for the currently selected diagram element. Only specified when a single diagram element is selected. If a modifying command, this object will be modifiable.</td></tr>
<tr><td><a href="../../../../org/osate/ge/di/Names.html#BUSINESS_OBJECTS"><code>Names.BUSINESS_OBJECTS</code></a></td><td>Command</td><td>Array containing the business objects for the currently selected diagram elements.</td></tr>
<tr><td><a href="../../../../org/osate/ge/di/Names.html#MODIFY_BO"><code>Names.MODIFY_BO</code></a></td><td>Command</td><td>Object being modified as provided by GetBusinessObjectToModify. This object is modifiable.</td></tr>
</table>
<h1>Special Unnamed Parameters</h1>
<table summary="Unnamed Parameters">
Expand Down
4 changes: 2 additions & 2 deletions org.osate.ge.doc/api/org/osate/ge/graphics/Style.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h3>Method Summary</h3>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/osate/ge/graphics/Style.html#getHorizontalLabelPosition--">getHorizontalLabelPosition</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>org.osate.ge.internal.graphics.LineStyle</code></td>
<td class="colFirst"><code>org.osate.ge.graphics.internal.LineStyle</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/osate/ge/graphics/Style.html#getLineStyle--">getLineStyle</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
Expand Down Expand Up @@ -290,7 +290,7 @@ <h4>getLineWidth</h4>
<ul class="blockList">
<li class="blockList">
<h4>getLineStyle</h4>
<pre>public final&nbsp;org.osate.ge.internal.graphics.LineStyle&nbsp;getLineStyle()</pre>
<pre>public final&nbsp;org.osate.ge.graphics.internal.LineStyle&nbsp;getLineStyle()</pre>
</li>
</ul>
<a name="getHorizontalLabelPosition--">
Expand Down
6 changes: 3 additions & 3 deletions org.osate.ge.doc/api/org/osate/ge/graphics/StyleBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h3>Method Summary</h3>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../org/osate/ge/graphics/StyleBuilder.html" title="class in org.osate.ge.graphics">StyleBuilder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/osate/ge/graphics/StyleBuilder.html#lineStyle-org.osate.ge.internal.graphics.LineStyle-">lineStyle</a></span>(org.osate.ge.internal.graphics.LineStyle&nbsp;lineStyle)</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/osate/ge/graphics/StyleBuilder.html#lineStyle-org.osate.ge.graphics.internal.LineStyle-">lineStyle</a></span>(org.osate.ge.graphics.internal.LineStyle&nbsp;lineStyle)</code>&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/osate/ge/graphics/StyleBuilder.html" title="class in org.osate.ge.graphics">StyleBuilder</a></code></td>
Expand Down Expand Up @@ -384,13 +384,13 @@ <h4>dotted</h4>
</dl>
</li>
</ul>
<a name="lineStyle-org.osate.ge.internal.graphics.LineStyle-">
<a name="lineStyle-org.osate.ge.graphics.internal.LineStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lineStyle</h4>
<pre>public&nbsp;<a href="../../../../org/osate/ge/graphics/StyleBuilder.html" title="class in org.osate.ge.graphics">StyleBuilder</a>&nbsp;lineStyle(org.osate.ge.internal.graphics.LineStyle&nbsp;lineStyle)</pre>
<pre>public&nbsp;<a href="../../../../org/osate/ge/graphics/StyleBuilder.html" title="class in org.osate.ge.graphics">StyleBuilder</a>&nbsp;lineStyle(org.osate.ge.graphics.internal.LineStyle&nbsp;lineStyle)</pre>
</li>
</ul>
<a name="labelsHorizontalPosition-org.osate.ge.graphics.LabelPosition-">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h3>Uses of <a href="../../../../../org/osate/ge/graphics/StyleBuilder.html" tit
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/osate/ge/graphics/StyleBuilder.html" title="class in org.osate.ge.graphics">StyleBuilder</a></code></td>
<td class="colLast"><span class="typeNameLabel">StyleBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/osate/ge/graphics/StyleBuilder.html#lineStyle-org.osate.ge.internal.graphics.LineStyle-">lineStyle</a></span>(org.osate.ge.internal.graphics.LineStyle&nbsp;lineStyle)</code>&nbsp;</td>
<td class="colLast"><span class="typeNameLabel">StyleBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/osate/ge/graphics/StyleBuilder.html#lineStyle-org.osate.ge.graphics.internal.LineStyle-">lineStyle</a></span>(org.osate.ge.graphics.internal.LineStyle&nbsp;lineStyle)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/osate/ge/graphics/StyleBuilder.html" title="class in org.osate.ge.graphics">StyleBuilder</a></code></td>
Expand Down
7 changes: 5 additions & 2 deletions org.osate.ge.doc/docs-gen/user_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h3 id="editing-a-diagram-elements-appearance"><span class="header-section-numbe
<p>The appearance of diagram elements can be edited by using the <em>Appearance</em> tab of the <em>Properties</em> view.</p>
<p>An element's appearance can be changed using the following steps.</p>
<ol type="1">
<li><p>Open the <em>Properties</em> view by double-clicking on an element or by selecting <em>Properties...</em> from the context menu..</p></li>
<li><p>Open the <em>Properties</em> view by double-clicking on an element or by selecting <em>Properties...</em> from the context menu.</p></li>
<li><p>Select the diagram element(s) to be edited.</p></li>
<li><p>Select the <em>Appearance</em> tab.</p></li>
<li><p>Select desired appearance options.</p></li>
Expand Down Expand Up @@ -557,7 +557,10 @@ <h3 id="switching-between-derived-and-non-derived-modes"><span class="header-sec
<h3 id="highlighting"><span class="header-section-number">3.7.6</span> Highlighting</h3>
<p>Selecting a mode from the mode drop-down in the toolbar will highlight elements applicable to the mode.</p>
<h3 id="sec:selective_active_components"><span class="header-section-number">3.7.7</span> Selecting Active Components</h3>
<p>The editor allows specifying the modes in which a modal element, such as a subcomponent, is active as well as the mapping between modes in the case of derived modes. The modes can be specified by right-clicking on the element and selecting <em>Configure In Modes...</em> from the context menu.</p>
<p>The editor allows specifying the modes in which modal elements, such as subcomponents, are active as well as the mapping between modes in the case of derived modes. The modes can be specified by selecting the element(s) in the editor and using the <em>AADL</em> tab of the <em>Properties</em> view.</p>
<figure>
<img src="../images/InModesProperties.png" />
</figure>
<h2 id="bindings"><span class="header-section-number">3.8</span> Bindings</h2>
<h3 id="creating-bindings"><span class="header-section-number">3.8.1</span> Creating Bindings</h3>
<p>When viewing a component implementation diagram, a binding property associations can be created.</p>
Expand Down
6 changes: 4 additions & 2 deletions org.osate.ge.doc/docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ The appearance of diagram elements can be edited by using the *Appearance* tab o

An element's appearance can be changed using the following steps.

1. Open the *Properties* view by double-clicking on an element or by selecting *Properties...* from the context menu..
1. Open the *Properties* view by double-clicking on an element or by selecting *Properties...* from the context menu.

2. Select the diagram element(s) to be edited.

Expand Down Expand Up @@ -438,7 +438,9 @@ The component type can be swapped between using derived and non-derived modes by
Selecting a mode from the mode drop-down in the toolbar will highlight elements applicable to the mode.

### Selecting Active Components{#sec:selective_active_components}
The editor allows specifying the modes in which a modal element, such as a subcomponent, is active as well as the mapping between modes in the case of derived modes. The modes can be specified by right-clicking on the element and selecting *Configure In Modes...* from the context menu.
The editor allows specifying the modes in which modal elements, such as subcomponents, are active as well as the mapping between modes in the case of derived modes. The modes can be specified by selecting the element(s) in the editor and using the *AADL* tab of the *Properties* view.

![](../images/InModesProperties.png)

## Bindings

Expand Down
Binary file added org.osate.ge.doc/images/InModesProperties.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38c72a3

Please sign in to comment.