http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/Graph.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/Graph.html b/site/javadoc/latest/org/apache/edgent/graph/Graph.html index 2283683..b8bf8e9 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/Graph.html +++ b/site/javadoc/latest/org/apache/edgent/graph/Graph.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:08 EST 2017 --> -<title>Graph (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:19 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Graph (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Graph (Edgent v1.1.0)"; + parent.document.title="Graph (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -134,13 +135,13 @@ var activeTableTab = "activeTableTab"; <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code>java.util.Collection<<a href="../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a>></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/edgent/graph/Graph.html#getEdges--">getEdges</a></span>()</code> <div class="block">Return an unmodifiable view of all edges in this graph.</div> </td> </tr> <tr id="i1" class="rowColor"> -<td class="colFirst"><code>java.util.Collection<<a href="../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><? extends <a href="../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><?,?>,?,?>></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><? extends <a href="../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><?,?>,?,?>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/edgent/graph/Graph.html#getVertices--">getVertices</a></span>()</code> <div class="block">Return an unmodifiable view of all vertices in this graph.</div> </td> @@ -298,7 +299,7 @@ var activeTableTab = "activeTableTab"; <ul class="blockList"> <li class="blockList"> <h4>getVertices</h4> -<pre>java.util.Collection<<a href="../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><? extends <a href="../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><?,?>,?,?>> getVertices()</pre> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><? extends <a href="../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><?,?>,?,?>> getVertices()</pre> <div class="block">Return an unmodifiable view of all vertices in this graph.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -312,7 +313,7 @@ var activeTableTab = "activeTableTab"; <ul class="blockListLast"> <li class="blockList"> <h4>getEdges</h4> -<pre>java.util.Collection<<a href="../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a>> getEdges()</pre> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a>> getEdges()</pre> <div class="block">Return an unmodifiable view of all edges in this graph.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -345,7 +346,6 @@ var activeTableTab = "activeTableTab"; <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -390,6 +390,6 @@ var activeTableTab = "activeTableTab"; <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/Vertex.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/Vertex.html b/site/javadoc/latest/org/apache/edgent/graph/Vertex.html index 0215cf8..7eec178 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/Vertex.html +++ b/site/javadoc/latest/org/apache/edgent/graph/Vertex.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:08 EST 2017 --> -<title>Vertex (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:19 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Vertex (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Vertex (Edgent v1.1.0)"; + parent.document.title="Vertex (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -143,7 +144,7 @@ var activeTableTab = "activeTableTab"; </td> </tr> <tr id="i1" class="rowColor"> -<td class="colFirst"><code>java.util.List<? extends <a href="../../../../org/apache/edgent/graph/Connector.html" title="interface in org.apache.edgent.graph">Connector</a><<a href="../../../../org/apache/edgent/graph/Vertex.html" title="type parameter in Vertex">P</a>>></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><? extends <a href="../../../../org/apache/edgent/graph/Connector.html" title="interface in org.apache.edgent.graph">Connector</a><<a href="../../../../org/apache/edgent/graph/Vertex.html" title="type parameter in Vertex">P</a>>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/edgent/graph/Vertex.html#getConnectors--">getConnectors</a></span>()</code> <div class="block">Get the vertice's collection of output connectors.</div> </td> @@ -209,7 +210,7 @@ var activeTableTab = "activeTableTab"; <ul class="blockList"> <li class="blockList"> <h4>getConnectors</h4> -<pre>java.util.List<? extends <a href="../../../../org/apache/edgent/graph/Connector.html" title="interface in org.apache.edgent.graph">Connector</a><<a href="../../../../org/apache/edgent/graph/Vertex.html" title="type parameter in Vertex">P</a>>> getConnectors()</pre> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><? extends <a href="../../../../org/apache/edgent/graph/Connector.html" title="interface in org.apache.edgent.graph">Connector</a><<a href="../../../../org/apache/edgent/graph/Vertex.html" title="type parameter in Vertex">P</a>>> getConnectors()</pre> <div class="block">Get the vertice's collection of output connectors.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -256,7 +257,6 @@ var activeTableTab = "activeTableTab"; <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -301,6 +301,6 @@ var activeTableTab = "activeTableTab"; <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/class-use/Connector.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/class-use/Connector.html b/site/javadoc/latest/org/apache/edgent/graph/class-use/Connector.html index afdb5b8..74f2a11 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/class-use/Connector.html +++ b/site/javadoc/latest/org/apache/edgent/graph/class-use/Connector.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Interface org.apache.edgent.graph.Connector (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.edgent.graph.Connector (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.edgent.graph.Connector (Edgent v1.1.0)"; + parent.document.title="Uses of Interface org.apache.edgent.graph.Connector (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/edgent/graph/Connector.html" title="interface in org.apache.edgent.graph">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> @@ -150,7 +151,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>java.util.List<? extends <a href="../../../../../org/apache/edgent/graph/Connector.html" title="interface in org.apache.edgent.graph">Connector</a><<a href="../../../../../org/apache/edgent/graph/Vertex.html" title="type parameter in Vertex">P</a>>></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><? extends <a href="../../../../../org/apache/edgent/graph/Connector.html" title="interface in org.apache.edgent.graph">Connector</a><<a href="../../../../../org/apache/edgent/graph/Vertex.html" title="type parameter in Vertex">P</a>>></code></td> <td class="colLast"><span class="typeNameLabel">Vertex.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/Vertex.html#getConnectors--">getConnectors</a></span>()</code> <div class="block">Get the vertice's collection of output connectors.</div> </td> @@ -274,12 +275,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/edgent/graph/Connector.html" title="interface in org.apache.edgent.graph">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -309,6 +309,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/class-use/Edge.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/class-use/Edge.html b/site/javadoc/latest/org/apache/edgent/graph/class-use/Edge.html index 10d9a63..3f54501 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/class-use/Edge.html +++ b/site/javadoc/latest/org/apache/edgent/graph/class-use/Edge.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Interface org.apache.edgent.graph.Edge (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.edgent.graph.Edge (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.edgent.graph.Edge (Edgent v1.1.0)"; + parent.document.title="Uses of Interface org.apache.edgent.graph.Edge (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> @@ -117,7 +118,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a>></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a>></code></td> <td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/Graph.html#getEdges--">getEdges</a></span>()</code> <div class="block">Return an unmodifiable view of all edges in this graph.</div> </td> @@ -158,7 +159,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a>></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a>></code></td> <td class="colLast"><span class="typeNameLabel">DirectGraph.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/etiao/graph/DirectGraph.html#getEdges--">getEdges</a></span>()</code> </td> </tr> </tbody> @@ -176,7 +177,7 @@ <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/etiao/graph/model/EdgeType.html#EdgeType-org.apache.edgent.graph.Edge-org.apache.edgent.runtime.etiao.graph.model.IdMapper-">EdgeType</a></span>(<a href="../../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a> value, - org.apache.edgent.runtime.etiao.graph.model.IdMapper<java.lang.String> ids)</code> </td> + org.apache.edgent.runtime.etiao.graph.model.IdMapper<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> ids)</code> </td> </tr> </tbody> </table> @@ -198,12 +199,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -233,6 +233,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/class-use/Graph.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/class-use/Graph.html b/site/javadoc/latest/org/apache/edgent/graph/class-use/Graph.html index 04887d1..2228769 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/class-use/Graph.html +++ b/site/javadoc/latest/org/apache/edgent/graph/class-use/Graph.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Interface org.apache.edgent.graph.Graph (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.edgent.graph.Graph (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.edgent.graph.Graph (Edgent v1.1.0)"; + parent.document.title="Uses of Interface org.apache.edgent.graph.Graph (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> @@ -141,14 +142,14 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph">Graph</a></code></td> -<td class="colLast"><span class="typeNameLabel">Connector.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/Connector.html#graph--">graph</a></span>()</code> -<div class="block">Gets the <code>Graph</code> for this <code>Connector</code>.</div> +<td class="colLast"><span class="typeNameLabel">Vertex.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/Vertex.html#graph--">graph</a></span>()</code> +<div class="block">Get the vertice's <a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph"><code>Graph</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph">Graph</a></code></td> -<td class="colLast"><span class="typeNameLabel">Vertex.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/Vertex.html#graph--">graph</a></span>()</code> -<div class="block">Get the vertice's <a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph"><code>Graph</code></a>.</div> +<td class="colLast"><span class="typeNameLabel">Connector.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/Connector.html#graph--">graph</a></span>()</code> +<div class="block">Gets the <code>Graph</code> for this <code>Connector</code>.</div> </td> </tr> </tbody> @@ -207,8 +208,8 @@ <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></code></td> <td class="colLast"><span class="typeNameLabel">Executable.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/etiao/Executable.html#createJob-org.apache.edgent.graph.Graph-java.lang.String-java.lang.String-">createJob</a></span>(<a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph">Graph</a> graph, - java.lang.String topologyName, - java.lang.String jobName)</code> </td> + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> topologyName, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> jobName)</code> </td> </tr> </tbody> </table> @@ -251,7 +252,7 @@ </tr> <tr class="rowColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/etiao/graph/model/GraphType.html#GraphType-org.apache.edgent.graph.Graph-org.apache.edgent.runtime.etiao.graph.model.IdMapper-">GraphType</a></span>(<a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph">Graph</a> g, - org.apache.edgent.runtime.etiao.graph.model.IdMapper<java.lang.String> ids)</code> + org.apache.edgent.runtime.etiao.graph.model.IdMapper<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> ids)</code> <div class="block">Create an instance of <a href="../../../../../org/apache/edgent/runtime/etiao/graph/model/GraphType.html" title="class in org.apache.edgent.runtime.etiao.graph.model"><code>GraphType</code></a> using the specified <code>IdMapper</code> to generate unique object identifiers.</div> </td> @@ -314,12 +315,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -349,6 +349,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/class-use/Vertex.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/class-use/Vertex.html b/site/javadoc/latest/org/apache/edgent/graph/class-use/Vertex.html index 96c375f..0e06f94 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/class-use/Vertex.html +++ b/site/javadoc/latest/org/apache/edgent/graph/class-use/Vertex.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Interface org.apache.edgent.graph.Vertex (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.edgent.graph.Vertex (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.edgent.graph.Vertex (Edgent v1.1.0)"; + parent.document.title="Uses of Interface org.apache.edgent.graph.Vertex (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> @@ -146,7 +147,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><? extends <a href="../../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><?,?>,?,?>></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><? extends <a href="../../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><?,?>,?,?>></code></td> <td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/Graph.html#getVertices--">getVertices</a></span>()</code> <div class="block">Return an unmodifiable view of all vertices in this graph.</div> </td> @@ -288,7 +289,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><? extends <a href="../../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><?,?>,?,?>></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><? extends <a href="../../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><?,?>,?,?>></code></td> <td class="colLast"><span class="typeNameLabel">DirectGraph.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/etiao/graph/DirectGraph.html#getVertices--">getVertices</a></span>()</code> </td> </tr> </tbody> @@ -306,7 +307,7 @@ <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/etiao/graph/model/VertexType.html#VertexType-org.apache.edgent.graph.Vertex-org.apache.edgent.runtime.etiao.graph.model.IdMapper-">VertexType</a></span>(<a href="../../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><? extends <a href="../../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><?,?>,?,?> value, - org.apache.edgent.runtime.etiao.graph.model.IdMapper<java.lang.String> ids)</code> </td> + org.apache.edgent.runtime.etiao.graph.model.IdMapper<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> ids)</code> </td> </tr> </tbody> </table> @@ -328,12 +329,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -363,6 +363,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/package-frame.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/package-frame.html b/site/javadoc/latest/org/apache/edgent/graph/package-frame.html index 1c4146a..6fb5ab6 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/package-frame.html +++ b/site/javadoc/latest/org/apache/edgent/graph/package-frame.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 --> -<title>org.apache.edgent.graph (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.graph (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/package-summary.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/package-summary.html b/site/javadoc/latest/org/apache/edgent/graph/package-summary.html index 68ddc41..4d9a586 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/package-summary.html +++ b/site/javadoc/latest/org/apache/edgent/graph/package-summary.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 --> -<title>org.apache.edgent.graph (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.graph (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.edgent.graph (Edgent v1.1.0)"; + parent.document.title="org.apache.edgent.graph (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -138,7 +139,6 @@ <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -168,6 +168,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/package-tree.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/package-tree.html b/site/javadoc/latest/org/apache/edgent/graph/package-tree.html index 62fe8ae..6b5a44c 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/package-tree.html +++ b/site/javadoc/latest/org/apache/edgent/graph/package-tree.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 --> -<title>org.apache.edgent.graph Class Hierarchy (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.graph Class Hierarchy (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.edgent.graph Class Hierarchy (Edgent v1.1.0)"; + parent.document.title="org.apache.edgent.graph Class Hierarchy (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -103,7 +104,6 @@ <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -133,6 +133,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/package-use.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/package-use.html b/site/javadoc/latest/org/apache/edgent/graph/package-use.html index e6804c9..492dfd5 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/package-use.html +++ b/site/javadoc/latest/org/apache/edgent/graph/package-use.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 --> -<title>Uses of Package org.apache.edgent.graph (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Package org.apache.edgent.graph (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.edgent.graph (Edgent v1.1.0)"; + parent.document.title="Uses of Package org.apache.edgent.graph (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -337,7 +338,6 @@ <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -367,6 +367,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractGraph.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractGraph.html b/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractGraph.html index 90f5180..4bc0d5f 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractGraph.html +++ b/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractGraph.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 --> -<title>AbstractGraph (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:19 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>AbstractGraph (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AbstractGraph (Edgent v1.1.0)"; + parent.document.title="AbstractGraph (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -97,7 +98,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="contentContainer"> <ul class="inheritance"> -<li>java.lang.Object</li> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.edgent.graph.spi.AbstractGraph<G></li> @@ -122,7 +123,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>public abstract class <span class="typeNameLabel">AbstractGraph<G></span> -extends java.lang.Object +extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph">Graph</a></pre> <div class="block">A skeletal implementation of the <a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph"><code>Graph</code></a> interface, to minimize the effort required to implement the interface.</div> @@ -191,8 +192,8 @@ implements <a href="../../../../../org/apache/edgent/graph/Graph.html" title="in <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.edgent.graph.Graph"> @@ -338,7 +339,6 @@ implements <a href="../../../../../org/apache/edgent/graph/Graph.html" title="in <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -383,6 +383,6 @@ implements <a href="../../../../../org/apache/edgent/graph/Graph.html" title="in <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractVertex.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractVertex.html b/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractVertex.html index d023d3b..d6cf863 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractVertex.html +++ b/site/javadoc/latest/org/apache/edgent/graph/spi/AbstractVertex.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 --> -<title>AbstractVertex (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:19 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>AbstractVertex (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AbstractVertex (Edgent v1.1.0)"; + parent.document.title="AbstractVertex (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -91,7 +92,7 @@ </div> <div class="contentContainer"> <ul class="inheritance"> -<li>java.lang.Object</li> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.edgent.graph.spi.AbstractVertex<OP,I,O></li> @@ -118,7 +119,7 @@ <hr> <br> <pre>public abstract class <span class="typeNameLabel">AbstractVertex<OP extends <a href="../../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a><I,O>,I,O></span> -extends java.lang.Object +extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph">Vertex</a><OP,I,O></pre> <div class="block">Placeholder for a skeletal implementation of the <a href="../../../../../org/apache/edgent/graph/Vertex.html" title="interface in org.apache.edgent.graph"><code>Vertex</code></a> interface, to minimize the effort required to implement the interface.</div> @@ -155,8 +156,8 @@ implements <a href="../../../../../org/apache/edgent/graph/Vertex.html" title="i <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.edgent.graph.Vertex"> @@ -213,7 +214,6 @@ implements <a href="../../../../../org/apache/edgent/graph/Vertex.html" title="i <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -258,6 +258,6 @@ implements <a href="../../../../../org/apache/edgent/graph/Vertex.html" title="i <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/spi/DirectEdge.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/spi/DirectEdge.html b/site/javadoc/latest/org/apache/edgent/graph/spi/DirectEdge.html index 8b9cc86..8800a1a 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/spi/DirectEdge.html +++ b/site/javadoc/latest/org/apache/edgent/graph/spi/DirectEdge.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 --> -<title>DirectEdge (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:19 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>DirectEdge (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DirectEdge (Edgent v1.1.0)"; + parent.document.title="DirectEdge (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -97,7 +98,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="contentContainer"> <ul class="inheritance"> -<li>java.lang.Object</li> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.edgent.graph.spi.DirectEdge</li> @@ -114,7 +115,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>public class <span class="typeNameLabel">DirectEdge</span> -extends java.lang.Object +extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph">Edge</a></pre> <div class="block">This class provides a simple implementation of the <a href="../../../../../org/apache/edgent/graph/Edge.html" title="interface in org.apache.edgent.graph"><code>Edge</code></a> interface in the context of a <code>DirectProvider</code>.</div> @@ -163,7 +164,7 @@ implements <a href="../../../../../org/apache/edgent/graph/Edge.html" title="int <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code>java.lang.String</code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/spi/DirectEdge.html#getAlias--">getAlias</a></span>()</code> <div class="block">Returns the alias associated with this edge.</div> </td> @@ -181,7 +182,7 @@ implements <a href="../../../../../org/apache/edgent/graph/Edge.html" title="int </td> </tr> <tr id="i3" class="rowColor"> -<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/spi/DirectEdge.html#getTags--">getTags</a></span>()</code> <div class="block">Returns the set of tags associated with this edge.</div> </td> @@ -203,8 +204,8 @@ implements <a href="../../../../../org/apache/edgent/graph/Edge.html" title="int <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -325,7 +326,7 @@ implements <a href="../../../../../org/apache/edgent/graph/Edge.html" title="int <ul class="blockList"> <li class="blockList"> <h4>getTags</h4> -<pre>public java.util.Set<java.lang.String> getTags()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getTags()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/edgent/graph/Edge.html#getTags--">Edge</a></code></span></div> <div class="block">Returns the set of tags associated with this edge.</div> <dl> @@ -342,7 +343,7 @@ implements <a href="../../../../../org/apache/edgent/graph/Edge.html" title="int <ul class="blockListLast"> <li class="blockList"> <h4>getAlias</h4> -<pre>public java.lang.String getAlias()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getAlias()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/edgent/graph/Edge.html#getAlias--">Edge</a></code></span></div> <div class="block">Returns the alias associated with this edge.</div> <dl> @@ -378,7 +379,6 @@ implements <a href="../../../../../org/apache/edgent/graph/Edge.html" title="int <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -423,6 +423,6 @@ implements <a href="../../../../../org/apache/edgent/graph/Edge.html" title="int <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractGraph.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractGraph.html b/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractGraph.html index 059d85f..0d2f6f0 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractGraph.html +++ b/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractGraph.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 --> -<title>Uses of Class org.apache.edgent.graph.spi.AbstractGraph (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.graph.spi.AbstractGraph (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.edgent.graph.spi.AbstractGraph (Edgent v1.1.0)"; + parent.document.title="Uses of Class org.apache.edgent.graph.spi.AbstractGraph (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/graph/spi/AbstractGraph.html" title="class in org.apache.edgent.graph.spi">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> @@ -129,12 +130,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/graph/spi/AbstractGraph.html" title="class in org.apache.edgent.graph.spi">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -164,6 +164,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractVertex.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractVertex.html b/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractVertex.html index 7a0f210..9f46e34 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractVertex.html +++ b/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/AbstractVertex.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 --> -<title>Uses of Class org.apache.edgent.graph.spi.AbstractVertex (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.graph.spi.AbstractVertex (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.edgent.graph.spi.AbstractVertex (Edgent v1.1.0)"; + parent.document.title="Uses of Class org.apache.edgent.graph.spi.AbstractVertex (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/graph/spi/AbstractVertex.html" title="class in org.apache.edgent.graph.spi">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> @@ -126,12 +127,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/graph/spi/AbstractVertex.html" title="class in org.apache.edgent.graph.spi">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -161,6 +161,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/DirectEdge.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/DirectEdge.html b/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/DirectEdge.html index 64079d4..d2e1e7b 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/DirectEdge.html +++ b/site/javadoc/latest/org/apache/edgent/graph/spi/class-use/DirectEdge.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 --> -<title>Uses of Class org.apache.edgent.graph.spi.DirectEdge (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.graph.spi.DirectEdge (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.edgent.graph.spi.DirectEdge (Edgent v1.1.0)"; + parent.document.title="Uses of Class org.apache.edgent.graph.spi.DirectEdge (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/graph/spi/DirectEdge.html" title="class in org.apache.edgent.graph.spi">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> @@ -86,12 +87,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/graph/spi/DirectEdge.html" title="class in org.apache.edgent.graph.spi">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -121,6 +121,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/spi/execution/AbstractGraphJob.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/spi/execution/AbstractGraphJob.html b/site/javadoc/latest/org/apache/edgent/graph/spi/execution/AbstractGraphJob.html index ecc9cdb..18f5a97 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/spi/execution/AbstractGraphJob.html +++ b/site/javadoc/latest/org/apache/edgent/graph/spi/execution/AbstractGraphJob.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 --> -<title>AbstractGraphJob (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:19 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>AbstractGraphJob (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AbstractGraphJob (Edgent v1.1.0)"; + parent.document.title="AbstractGraphJob (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -97,7 +98,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="contentContainer"> <ul class="inheritance"> -<li>java.lang.Object</li> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.edgent.graph.spi.execution.AbstractGraphJob</li> @@ -118,7 +119,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>public abstract class <span class="typeNameLabel">AbstractGraphJob</span> -extends java.lang.Object +extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></pre> <div class="block">Placeholder for a skeletal implementation of the <a href="../../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution"><code>Job</code></a> interface, to minimize the effort required to implement the interface.</div> @@ -191,7 +192,7 @@ implements <a href="../../../../../../org/apache/edgent/execution/Job.html" titl </td> </tr> <tr id="i3" class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/graph/spi/execution/AbstractGraphJob.html#getLastError--">getLastError</a></span>()</code> <div class="block">Returns the last error message caught by the current job execution.</div> </td> @@ -213,7 +214,7 @@ implements <a href="../../../../../../org/apache/edgent/execution/Job.html" titl </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/graph/spi/execution/AbstractGraphJob.html#setLastError-java.lang.String-">setLastError</a></span>(java.lang.String value)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/graph/spi/execution/AbstractGraphJob.html#setLastError-java.lang.String-">setLastError</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>protected void</code></td> @@ -230,8 +231,8 @@ implements <a href="../../../../../../org/apache/edgent/execution/Job.html" titl <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.edgent.execution.Job"> @@ -347,7 +348,7 @@ implements <a href="../../../../../../org/apache/edgent/execution/Job.html" titl <ul class="blockList"> <li class="blockList"> <h4>getLastError</h4> -<pre>public java.lang.String getLastError()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getLastError()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/edgent/execution/Job.html#getLastError--">Job</a></code></span></div> <div class="block">Returns the last error message caught by the current job execution.</div> <dl> @@ -401,7 +402,7 @@ implements <a href="../../../../../../org/apache/edgent/execution/Job.html" titl <ul class="blockListLast"> <li class="blockList"> <h4>setLastError</h4> -<pre>protected void setLastError(java.lang.String value)</pre> +<pre>protected void setLastError(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> </li> </ul> </li> @@ -429,7 +430,6 @@ implements <a href="../../../../../../org/apache/edgent/execution/Job.html" titl <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -474,6 +474,6 @@ implements <a href="../../../../../../org/apache/edgent/execution/Job.html" titl <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/spi/execution/class-use/AbstractGraphJob.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/spi/execution/class-use/AbstractGraphJob.html b/site/javadoc/latest/org/apache/edgent/graph/spi/execution/class-use/AbstractGraphJob.html index 755ea44..7f30c42 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/spi/execution/class-use/AbstractGraphJob.html +++ b/site/javadoc/latest/org/apache/edgent/graph/spi/execution/class-use/AbstractGraphJob.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 --> -<title>Uses of Class org.apache.edgent.graph.spi.execution.AbstractGraphJob (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.graph.spi.execution.AbstractGraphJob (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.edgent.graph.spi.execution.AbstractGraphJob (Edgent v1.1.0)"; + parent.document.title="Uses of Class org.apache.edgent.graph.spi.execution.AbstractGraphJob (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/edgent/graph/spi/execution/AbstractGraphJob.html" title="class in org.apache.edgent.graph.spi.execution">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> @@ -131,12 +132,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/edgent/graph/spi/execution/AbstractGraphJob.html" title="class in org.apache.edgent.graph.spi.execution">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -166,6 +166,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/a64ead3a/site/javadoc/latest/org/apache/edgent/graph/spi/execution/package-frame.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/graph/spi/execution/package-frame.html b/site/javadoc/latest/org/apache/edgent/graph/spi/execution/package-frame.html index d707147..6e39be9 100644 --- a/site/javadoc/latest/org/apache/edgent/graph/spi/execution/package-frame.html +++ b/site/javadoc/latest/org/apache/edgent/graph/spi/execution/package-frame.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 --> -<title>org.apache.edgent.graph.spi.execution (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.graph.spi.execution (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head>