Skip to content

Commit 9a3c231

Browse files
committed
finalizePR
1 parent b6a7574 commit 9a3c231

19 files changed

+40
-8
lines changed

docs/javadoc/edu/ie3/datamodel/models/input/system/EvcsInput.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,11 @@ <h3>Constructor Detail</h3>
297297
<h4>EvcsInput</h4>
298298
<pre>@Deprecated
299299
public&nbsp;EvcsInput(java.util.UUID&nbsp;uuid,
300-
java.lang.String&nbsp;id,
301-
<a href="../../../../../../edu/ie3/datamodel/models/input/OperatorInput.html" title="class in edu.ie3.datamodel.models.input">OperatorInput</a>&nbsp;operator,
302-
<a href="../../../../../../edu/ie3/datamodel/models/OperationTime.html" title="class in edu.ie3.datamodel.models">OperationTime</a>&nbsp;operationTime,
303-
<a href="../../../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>&nbsp;node,
304-
<a href="../../../../../../edu/ie3/datamodel/models/input/system/characteristic/ReactivePowerCharacteristic.html" title="class in edu.ie3.datamodel.models.input.system.characteristic">ReactivePowerCharacteristic</a>&nbsp;qCharacteristics)</pre>
300+
java.lang.String&nbsp;id,
301+
<a href="../../../../../../edu/ie3/datamodel/models/input/OperatorInput.html" title="class in edu.ie3.datamodel.models.input">OperatorInput</a>&nbsp;operator,
302+
<a href="../../../../../../edu/ie3/datamodel/models/OperationTime.html" title="class in edu.ie3.datamodel.models">OperationTime</a>&nbsp;operationTime,
303+
<a href="../../../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>&nbsp;node,
304+
<a href="../../../../../../edu/ie3/datamodel/models/input/system/characteristic/ReactivePowerCharacteristic.html" title="class in edu.ie3.datamodel.models.input.system.characteristic">ReactivePowerCharacteristic</a>&nbsp;qCharacteristics)</pre>
305305
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">only added to remove compile error. Please implement a real constructor</span></div>
306306
<div class="block">Dummy constructor</div>
307307
<dl>

docs/javadoc/edu/ie3/datamodel/utils/ContainerUtils.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
catch(err) {
1818
}
1919
//-->
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};
2121
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
2222
var altColor = "altColor";
2323
var rowColor = "rowColor";
@@ -189,6 +189,13 @@ <h3>Method Summary</h3>
189189
</td>
190190
</tr>
191191
<tr id="i8" class="altColor">
192+
<td class="colFirst"><code>static java.util.LinkedList&lt;<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>&gt;</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>&nbsp;startNode,
194+
<a href="../../../../edu/ie3/datamodel/models/input/container/RawGridElements.html" title="class in edu.ie3.datamodel.models.input.container">RawGridElements</a>&nbsp;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">
192199
<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>
193200
<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>&nbsp;subGridContainer)</code>
194201
<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>
353360
</dl>
354361
</li>
355362
</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&nbsp;java.util.LinkedList&lt;<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>&gt;&nbsp;traverseAlongSwitchChain(<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>&nbsp;startNode,
370+
<a href="../../../../edu/ie3/datamodel/models/input/container/RawGridElements.html" title="class in edu.ie3.datamodel.models.input.container">RawGridElements</a>&nbsp;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>
356384
<a name="combineToJointGrid-java.util.Collection-">
357385
<!-- -->
358386
</a>

docs/javadoc/edu/ie3/datamodel/utils/GridAndGeoUtils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h3>Method Detail</h3>
248248
<h4>buildLineStringBetweenNodes</h4>
249249
<pre>@Deprecated
250250
public static&nbsp;org.locationtech.jts.geom.LineString&nbsp;buildLineStringBetweenNodes(<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>&nbsp;a,
251-
<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>&nbsp;b)</pre>
251+
<a href="../../../../edu/ie3/datamodel/models/input/NodeInput.html" title="class in edu.ie3.datamodel.models.input">NodeInput</a>&nbsp;b)</pre>
252252
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use <a href="../../../../edu/ie3/datamodel/utils/GridAndGeoUtils.html#buildSafeLineStringBetweenNodes-edu.ie3.datamodel.models.input.NodeInput-edu.ie3.datamodel.models.input.NodeInput-"><code>buildSafeLineStringBetweenNodes(NodeInput, NodeInput)</code></a> instead</span></div>
253253
<div class="block">Builds a straight line string between the both nodes</div>
254254
<dl>

docs/javadoc/index-all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5107,6 +5107,10 @@ <h2 class="title">T</h2>
51075107
</dd>
51085108
<dt><span class="memberNameLink"><a href="edu/ie3/datamodel/models/result/connector/TransformerResult.html#TransformerResult-java.util.UUID-java.time.ZonedDateTime-java.util.UUID-tec.uom.se.ComparableQuantity-tec.uom.se.ComparableQuantity-tec.uom.se.ComparableQuantity-tec.uom.se.ComparableQuantity-int-">TransformerResult(UUID, ZonedDateTime, UUID, ComparableQuantity&lt;ElectricCurrent&gt;, ComparableQuantity&lt;Angle&gt;, ComparableQuantity&lt;ElectricCurrent&gt;, ComparableQuantity&lt;Angle&gt;, int)</a></span> - Constructor for class edu.ie3.datamodel.models.result.connector.<a href="edu/ie3/datamodel/models/result/connector/TransformerResult.html" title="class in edu.ie3.datamodel.models.result.connector">TransformerResult</a></dt>
51095109
<dd>&nbsp;</dd>
5110+
<dt><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(NodeInput, RawGridElements)</a></span> - Static method in class edu.ie3.datamodel.utils.<a href="edu/ie3/datamodel/utils/ContainerUtils.html" title="class in edu.ie3.datamodel.utils">ContainerUtils</a></dt>
5111+
<dd>
5112+
<div class="block">Traversing along a chain of switches and return the traveled nodes.</div>
5113+
</dd>
51105114
<dt><span class="memberNameLink"><a href="edu/ie3/datamodel/io/source/csv/CsvDataSource.html#TYPE">TYPE</a></span> - Static variable in class edu.ie3.datamodel.io.source.csv.<a href="edu/ie3/datamodel/io/source/csv/CsvDataSource.html" title="class in edu.ie3.datamodel.io.source.csv">CsvDataSource</a></dt>
51115115
<dd>&nbsp;</dd>
51125116
<dt><span class="memberNameLink"><a href="edu/ie3/datamodel/models/input/connector/LineInput.LineInputCopyBuilder.html#type-edu.ie3.datamodel.models.input.connector.type.LineTypeInput-">type(LineTypeInput)</a></span> - Method in class edu.ie3.datamodel.models.input.connector.<a href="edu/ie3/datamodel/models/input/connector/LineInput.LineInputCopyBuilder.html" title="class in edu.ie3.datamodel.models.input.connector">LineInput.LineInputCopyBuilder</a></dt>

docs/javadoc/overview-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,9 @@ <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
574574
<ul>
575575
<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
576576
<ul>
577+
<li type="circle">edu.ie3.datamodel.io.processor.timeseries.<a href="edu/ie3/datamodel/io/processor/timeseries/FieldSourceToMethod.FieldSource.html" title="enum in edu.ie3.datamodel.io.processor.timeseries"><span class="typeNameLink">FieldSourceToMethod.FieldSource</span></a></li>
577578
<li type="circle">edu.ie3.datamodel.models.<a href="edu/ie3/datamodel/models/BdewLoadProfile.html" title="enum in edu.ie3.datamodel.models"><span class="typeNameLink">BdewLoadProfile</span></a> (implements edu.ie3.datamodel.models.<a href="edu/ie3/datamodel/models/StandardLoadProfile.html" title="interface in edu.ie3.datamodel.models">StandardLoadProfile</a>)</li>
578579
<li type="circle">edu.ie3.datamodel.models.input.connector.<a href="edu/ie3/datamodel/models/input/connector/ConnectorPort.html" title="enum in edu.ie3.datamodel.models.input.connector"><span class="typeNameLink">ConnectorPort</span></a></li>
579-
<li type="circle">edu.ie3.datamodel.io.processor.timeseries.<a href="edu/ie3/datamodel/io/processor/timeseries/FieldSourceToMethod.FieldSource.html" title="enum in edu.ie3.datamodel.io.processor.timeseries"><span class="typeNameLink">FieldSourceToMethod.FieldSource</span></a></li>
580580
<li type="circle">edu.ie3.datamodel.models.<a href="edu/ie3/datamodel/models/StandardLoadProfile.DefaultLoadProfiles.html" title="enum in edu.ie3.datamodel.models"><span class="typeNameLink">StandardLoadProfile.DefaultLoadProfiles</span></a> (implements edu.ie3.datamodel.models.<a href="edu/ie3/datamodel/models/StandardLoadProfile.html" title="interface in edu.ie3.datamodel.models">StandardLoadProfile</a>)</li>
581581
</ul>
582582
</li>
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)