Skip to content

Commit

Permalink
Prepare 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blutorange committed Sep 22, 2018
1 parent 566f08e commit 3ac21d8
Show file tree
Hide file tree
Showing 21 changed files with 276 additions and 212 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/algorithm.html
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> find<wbr>Weakly<wbr>Conne
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/Algorithm.ts#L15">Algorithm.ts:15</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/Algorithm.ts#L15">Algorithm.ts:15</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1113,7 +1113,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Neighbors</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/Algorithm.ts#L63">Algorithm.ts:63</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/Algorithm.ts#L63">Algorithm.ts:63</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
56 changes: 28 additions & 28 deletions docs/classes/genericgraphadapter.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions docs/classes/graphlibadapter.html

Large diffs are not rendered by default.

122 changes: 83 additions & 39 deletions docs/classes/multigraphadapter.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/pearcekellydetector.html
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/PearceKellyDetector.ts#L68">PearceKellyDetector.ts:68</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/PearceKellyDetector.ts#L68">PearceKellyDetector.ts:68</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="pearcekellydetector.html" class="tsd-signature-type">PearceKellyDetector</a></h4>
Expand All @@ -1141,7 +1141,7 @@ <h3>can<wbr>Add<wbr>Edge</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/cycledetector.html">CycleDetector</a>.<a href="../interfaces/cycledetector.html#canaddedge">canAddEdge</a></p>
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/PearceKellyDetector.ts#L122">PearceKellyDetector.ts:122</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/PearceKellyDetector.ts#L122">PearceKellyDetector.ts:122</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -1171,7 +1171,7 @@ <h3>create<wbr>Vertex<wbr>Data</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/cycledetector.html">CycleDetector</a>.<a href="../interfaces/cycledetector.html#createvertexdata">createVertexData</a></p>
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/PearceKellyDetector.ts#L108">PearceKellyDetector.ts:108</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/PearceKellyDetector.ts#L108">PearceKellyDetector.ts:108</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1195,7 +1195,7 @@ <h3>get<wbr>Order</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/cycledetector.html">CycleDetector</a>.<a href="../interfaces/cycledetector.html#getorder">getOrder</a></p>
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/PearceKellyDetector.ts#L134">PearceKellyDetector.ts:134</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/PearceKellyDetector.ts#L134">PearceKellyDetector.ts:134</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1222,7 +1222,7 @@ <h3>is<wbr>Reachable</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/cycledetector.html">CycleDetector</a>.<a href="../interfaces/cycledetector.html#isreachable">isReachable</a></p>
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/PearceKellyDetector.ts#L89">PearceKellyDetector.ts:89</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/PearceKellyDetector.ts#L89">PearceKellyDetector.ts:89</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -1252,7 +1252,7 @@ <h3>map</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/cycledetector.html">CycleDetector</a>.<a href="../interfaces/cycledetector.html#map">map</a></p>
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/PearceKellyDetector.ts#L78">PearceKellyDetector.ts:78</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/PearceKellyDetector.ts#L78">PearceKellyDetector.ts:78</a></li>
</ul>
</aside>
<h4 class="tsd-type-parameters-title">Type parameters</h4>
Expand All @@ -1276,7 +1276,7 @@ <h3>on<wbr>Vertex<wbr>Deletion</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/cycledetector.html">CycleDetector</a>.<a href="../interfaces/cycledetector.html#onvertexdeletion">onVertexDeletion</a></p>
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/PearceKellyDetector.ts#L116">PearceKellyDetector.ts:116</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/PearceKellyDetector.ts#L116">PearceKellyDetector.ts:116</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1303,7 +1303,7 @@ <h3>supports<wbr>Order</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/cycledetector.html">CycleDetector</a>.<a href="../interfaces/cycledetector.html#supportsorder">supportsOrder</a></p>
<ul>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/8fc44a3/src/PearceKellyDetector.ts#L130">PearceKellyDetector.ts:130</a></li>
<li>Defined in <a href="https://github.com/blutorange/js-incremental-cycle-detect/blob/566f08e/src/PearceKellyDetector.ts#L130">PearceKellyDetector.ts:130</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
Expand Down
Loading

0 comments on commit 3ac21d8

Please sign in to comment.