|
17 | 17 | catch(err) {
|
18 | 18 | }
|
19 | 19 | //-->
|
20 |
| -var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9}; |
| 20 | +var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9}; |
21 | 21 | var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
|
22 | 22 | var altColor = "altColor";
|
23 | 23 | var rowColor = "rowColor";
|
@@ -189,6 +189,13 @@ <h3>Method Summary</h3>
|
189 | 189 | </td>
|
190 | 190 | </tr>
|
191 | 191 | <tr id="i8" class="altColor">
|
| 192 | +<td class="colFirst"><code>static java.util.LinkedList<<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>></code></td> |
| 193 | +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/ie3/datamodel/utils/ContainerUtils.html#traverseAlongSwitchChain-edu.ie3.datamodel.models.input.NodeInput-edu.ie3.datamodel.models.input.container.RawGridElements-">traverseAlongSwitchChain</a></span>(<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a> startNode, |
| 194 | + <a href="../../../../edu/ie3/datamodel/models/input/container/RawGridElements.html" title="class in edu.ie3.datamodel.models.input.container">RawGridElements</a> rawGridElements)</code> |
| 195 | +<div class="block">Traversing along a chain of switches and return the traveled nodes.</div> |
| 196 | +</td> |
| 197 | +</tr> |
| 198 | +<tr id="i9" class="rowColor"> |
192 | 199 | <td class="colFirst"><code>static <a href="../../../../edu/ie3/datamodel/models/input/container/SubGridContainer.html" title="class in edu.ie3.datamodel.models.input.container">SubGridContainer</a></code></td>
|
193 | 200 | <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/ie3/datamodel/utils/ContainerUtils.html#withTrafoNodeAsSlack-edu.ie3.datamodel.models.input.container.SubGridContainer-">withTrafoNodeAsSlack</a></span>(<a href="../../../../edu/ie3/datamodel/models/input/container/SubGridContainer.html" title="class in edu.ie3.datamodel.models.input.container">SubGridContainer</a> subGridContainer)</code>
|
194 | 201 | <div class="block">Returns a copy <a href="../../../../edu/ie3/datamodel/models/input/container/SubGridContainer.html" title="class in edu.ie3.datamodel.models.input.container"><code>SubGridContainer</code></a> based on the provided subgrid with a certain set of
|
@@ -353,6 +360,27 @@ <h4>buildSubGridTopologyGraph</h4>
|
353 | 360 | </dl>
|
354 | 361 | </li>
|
355 | 362 | </ul>
|
| 363 | +<a name="traverseAlongSwitchChain-edu.ie3.datamodel.models.input.NodeInput-edu.ie3.datamodel.models.input.container.RawGridElements-"> |
| 364 | +<!-- --> |
| 365 | +</a> |
| 366 | +<ul class="blockList"> |
| 367 | +<li class="blockList"> |
| 368 | +<h4>traverseAlongSwitchChain</h4> |
| 369 | +<pre>public static java.util.LinkedList<<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>> traverseAlongSwitchChain(<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a> startNode, |
| 370 | + <a href="../../../../edu/ie3/datamodel/models/input/container/RawGridElements.html" title="class in edu.ie3.datamodel.models.input.container">RawGridElements</a> rawGridElements)</pre> |
| 371 | +<div class="block">Traversing along a chain of switches and return the traveled nodes. The end thereby is defined |
| 372 | + by a node, that either is a dead end or is connected to any other type of connector (e.g. |
| 373 | + lines, transformers) and therefore leads to other parts of a "real" grid. If the starting node |
| 374 | + is not part of any switch, the starting node is returned.</div> |
| 375 | +<dl> |
| 376 | +<dt><span class="paramLabel">Parameters:</span></dt> |
| 377 | +<dd><code>startNode</code> - Node that is meant to be the start of the switch chain</dd> |
| 378 | +<dd><code>rawGridElements</code> - Elements of the pure grid structure.</dd> |
| 379 | +<dt><span class="returnLabel">Returns:</span></dt> |
| 380 | +<dd>The end node of the switch chain</dd> |
| 381 | +</dl> |
| 382 | +</li> |
| 383 | +</ul> |
356 | 384 | <a name="combineToJointGrid-java.util.Collection-">
|
357 | 385 | <!-- -->
|
358 | 386 | </a>
|
|
0 commit comments