You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by ca...@apache.org on 2016/05/20 01:23:41 UTC

[08/56] [abbrv] [partial] incubator-quarks-website git commit: Add javadoc init for "lastest", "0.4"

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/9f47ca2f/site/javadoc/lastest/quarks/graph/Graph.html
----------------------------------------------------------------------
diff --git a/site/javadoc/lastest/quarks/graph/Graph.html b/site/javadoc/lastest/quarks/graph/Graph.html
new file mode 100644
index 0000000..1173f06
--- /dev/null
+++ b/site/javadoc/lastest/quarks/graph/Graph.html
@@ -0,0 +1,379 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_71) on Tue May 17 00:28:45 UTC 2016 -->
+<title>Graph (Quarks v0.4.0)</title>
+<meta name="date" content="2016-05-17">
+<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Graph (Quarks v0.4.0)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Graph.html">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../quarks/graph/Edge.html" title="interface in quarks.graph"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?quarks/graph/Graph.html" target="_top">Frames</a></li>
+<li><a href="Graph.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">quarks.graph</div>
+<h2 title="Interface Graph" class="title">Interface Graph</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd>quarks.graph.spi.AbstractGraph, <a href="../../quarks/runtime/etiao/graph/DirectGraph.html" title="class in quarks.runtime.etiao.graph">DirectGraph</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">Graph</span></pre>
+<div class="block">A generic directed graph of vertices, connectors and edges.
+ <p>
+ The graph consists of <a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph"><code>Vertex</code></a> objects, each having
+ 0 or more input and/or output <a href="../../quarks/graph/Connector.html" title="interface in quarks.graph"><code>Connector</code></a> objects.
+ <a href="../../quarks/graph/Edge.html" title="interface in quarks.graph"><code>Edge</code></a> objects connect an output connector to
+ an input connector.
+ <p>
+ A vertex has an associated <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet"><code>Oplet</code></a> instance that will be executed
+ at runtime.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.util.Collection&lt;<a href="../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/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&lt;<a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;? extends <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;?,?&gt;,?,?&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/graph/Graph.html#getVertices--">getVertices</a></span>()</code>
+<div class="block">Return an unmodifiable view of all vertices in this graph.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>&lt;N extends <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;<br><a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;N,C,P&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/graph/Graph.html#insert-N-int-int-">insert</a></span>(N&nbsp;oplet,
+      int&nbsp;inputs,
+      int&nbsp;outputs)</code>
+<div class="block">Add a new unconnected <code>Vertex</code> into the graph.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/graph/Graph.html#peekAll-quarks.function.Supplier-quarks.function.Predicate-">peekAll</a></span>(<a href="../../quarks/function/Supplier.html" title="interface in quarks.function">Supplier</a>&lt;? extends <a href="../../quarks/oplet/core/Peek.html" title="class in quarks.oplet.core">Peek</a>&lt;?&gt;&gt;&nbsp;supplier,
+       <a href="../../quarks/function/Predicate.html" title="interface in quarks.function">Predicate</a>&lt;<a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;?,?,?&gt;&gt;&nbsp;select)</code>
+<div class="block">Insert Peek oplets returned by the specified <code>Supplier</code> into 
+ the outputs of all of the oplets which satisfy the specified 
+ <code>Predicate</code>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>&lt;N extends <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;<br><a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;P&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/graph/Graph.html#pipe-quarks.graph.Connector-N-">pipe</a></span>(<a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;C&gt;&nbsp;output,
+    N&nbsp;oplet)</code>
+<div class="block">Create a new connected <a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph"><code>Vertex</code></a> associated with the
+ specified <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet"><code>Oplet</code></a>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>&lt;N extends <a href="../../quarks/oplet/core/Source.html" title="class in quarks.oplet.core">Source</a>&lt;P&gt;,P&gt;<br><a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;P&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/graph/Graph.html#source-N-">source</a></span>(N&nbsp;oplet)</code>
+<div class="block">Create a new unconnected <a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph"><code>Vertex</code></a> associated with the
+ specified source <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet"><code>Oplet</code></a>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="insert-quarks.oplet.Oplet-int-int-">
+<!--   -->
+</a><a name="insert-N-int-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>insert</h4>
+<pre>&lt;N extends <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;&nbsp;<a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;N,C,P&gt;&nbsp;insert(N&nbsp;oplet,
+                                                int&nbsp;inputs,
+                                                int&nbsp;outputs)</pre>
+<div class="block">Add a new unconnected <code>Vertex</code> into the graph.
+ <p></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>oplet</code> - the oplet to associate with the new vertex</dd>
+<dd><code>inputs</code> - the number of input connectors for the new vertex</dd>
+<dd><code>outputs</code> - the number of output connectors for the new vertex</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the newly created <code>Vertex</code> for the oplet</dd>
+</dl>
+</li>
+</ul>
+<a name="source-quarks.oplet.core.Source-">
+<!--   -->
+</a><a name="source-N-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>source</h4>
+<pre>&lt;N extends <a href="../../quarks/oplet/core/Source.html" title="class in quarks.oplet.core">Source</a>&lt;P&gt;,P&gt;&nbsp;<a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;P&gt;&nbsp;source(N&nbsp;oplet)</pre>
+<div class="block">Create a new unconnected <a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph"><code>Vertex</code></a> associated with the
+ specified source <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet"><code>Oplet</code></a>.
+ <p>
+ The <code>Vertex</code> for the oplet has 0 input connectors and one output connector.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>oplet</code> - the source oplet</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the output connector for the newly created vertex.</dd>
+</dl>
+</li>
+</ul>
+<a name="pipe-quarks.graph.Connector-quarks.oplet.Oplet-">
+<!--   -->
+</a><a name="pipe-quarks.graph.Connector-N-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>pipe</h4>
+<pre>&lt;N extends <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;&nbsp;<a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;P&gt;&nbsp;pipe(<a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;C&gt;&nbsp;output,
+                                             N&nbsp;oplet)</pre>
+<div class="block">Create a new connected <a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph"><code>Vertex</code></a> associated with the
+ specified <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet"><code>Oplet</code></a>.
+ <p>
+ The new <code>Vertex</code> has one input and one output <code>Connector</code>.
+ An <a href="../../quarks/graph/Edge.html" title="interface in quarks.graph"><code>Edge</code></a> is created connecting the specified output connector to
+ the new vertice's input connector.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>output</code> - </dd>
+<dd><code>oplet</code> - the oplet to associate with the new <code>Vertex</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the output connector for the new <code>Vertex</code></dd>
+</dl>
+</li>
+</ul>
+<a name="peekAll-quarks.function.Supplier-quarks.function.Predicate-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>peekAll</h4>
+<pre>void&nbsp;peekAll(<a href="../../quarks/function/Supplier.html" title="interface in quarks.function">Supplier</a>&lt;? extends <a href="../../quarks/oplet/core/Peek.html" title="class in quarks.oplet.core">Peek</a>&lt;?&gt;&gt;&nbsp;supplier,
+             <a href="../../quarks/function/Predicate.html" title="interface in quarks.function">Predicate</a>&lt;<a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;?,?,?&gt;&gt;&nbsp;select)</pre>
+<div class="block">Insert Peek oplets returned by the specified <code>Supplier</code> into 
+ the outputs of all of the oplets which satisfy the specified 
+ <code>Predicate</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>supplier</code> - Function which provides a Peek oplet to insert</dd>
+<dd><code>select</code> - Predicate to determine determines whether a Peek oplet will
+            be inserted on the outputs of the vertex passed as parameter</dd>
+</dl>
+</li>
+</ul>
+<a name="getVertices--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVertices</h4>
+<pre>java.util.Collection&lt;<a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;? extends <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;?,?&gt;,?,?&gt;&gt;&nbsp;getVertices()</pre>
+<div class="block">Return an unmodifiable view of all vertices in this graph.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>unmodifiable view of all vertices in this graph</dd>
+</dl>
+</li>
+</ul>
+<a name="getEdges--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getEdges</h4>
+<pre>java.util.Collection&lt;<a href="../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a>&gt;&nbsp;getEdges()</pre>
+<div class="block">Return an unmodifiable view of all edges in this graph.</div>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Graph.html">Use</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://quarks.incubator.apache.org">Apache Quarks (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../quarks/graph/Edge.html" title="interface in quarks.graph"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../quarks/graph/Vertex.html" title="interface in quarks.graph"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?quarks/graph/Graph.html" target="_top">Frames</a></li>
+<li><a href="Graph.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation. All Rights Reserved - d6cdfc6-20160517-0028</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/9f47ca2f/site/javadoc/lastest/quarks/graph/Vertex.html
----------------------------------------------------------------------
diff --git a/site/javadoc/lastest/quarks/graph/Vertex.html b/site/javadoc/lastest/quarks/graph/Vertex.html
new file mode 100644
index 0000000..48df845
--- /dev/null
+++ b/site/javadoc/lastest/quarks/graph/Vertex.html
@@ -0,0 +1,306 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_71) on Tue May 17 00:28:45 UTC 2016 -->
+<title>Vertex (Quarks v0.4.0)</title>
+<meta name="date" content="2016-05-17">
+<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Vertex (Quarks v0.4.0)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Vertex.html">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../quarks/graph/Graph.html" title="interface in quarks.graph"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?quarks/graph/Vertex.html" target="_top">Frames</a></li>
+<li><a href="Vertex.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">quarks.graph</div>
+<h2 title="Interface Vertex" class="title">Interface Vertex&lt;N extends <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt><span class="paramLabel">Type Parameters:</span></dt>
+<dd><code>N</code> - the type of the <code>Oplet</code></dd>
+<dd><code>C</code> - Data type the oplet consumes in its input ports.</dd>
+<dd><code>P</code> - Data type the oplet produces on its output ports.</dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd>quarks.graph.spi.AbstractVertex, <a href="../../quarks/runtime/etiao/graph/ExecutableVertex.html" title="class in quarks.runtime.etiao.graph">ExecutableVertex</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">Vertex&lt;N extends <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;</span></pre>
+<div class="block">A <code>Vertex</code> in a graph.
+ <p>
+ A <code>Vertex</code> has an <a href="../../quarks/oplet/Oplet.html" title="interface in quarks.oplet"><code>Oplet</code></a> instance
+ that will be executed at runtime and zero or
+ more input ports and zero or more output ports.
+ Each output port is represented by a <a href="../../quarks/graph/Connector.html" title="interface in quarks.graph"><code>Connector</code></a> instance.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;<a href="../../quarks/graph/Vertex.html" title="type parameter in Vertex">P</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/graph/Vertex.html#addOutput--">addOutput</a></span>()</code>
+<div class="block">Add an output port to the vertex.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.util.List&lt;? extends <a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;<a href="../../quarks/graph/Vertex.html" title="type parameter in Vertex">P</a>&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/graph/Vertex.html#getConnectors--">getConnectors</a></span>()</code>
+<div class="block">Get the vertice's collection of output connectors.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../quarks/graph/Vertex.html" title="type parameter in Vertex">N</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/graph/Vertex.html#getInstance--">getInstance</a></span>()</code>
+<div class="block">Get the instance of the oplet that will be executed.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../quarks/graph/Vertex.html#graph--">graph</a></span>()</code>
+<div class="block">Get the vertice's <a href="../../quarks/graph/Graph.html" title="interface in quarks.graph"><code>Graph</code></a>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="graph--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>graph</h4>
+<pre><a href="../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a>&nbsp;graph()</pre>
+<div class="block">Get the vertice's <a href="../../quarks/graph/Graph.html" title="interface in quarks.graph"><code>Graph</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the graph</dd>
+</dl>
+</li>
+</ul>
+<a name="getInstance--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstance</h4>
+<pre><a href="../../quarks/graph/Vertex.html" title="type parameter in Vertex">N</a>&nbsp;getInstance()</pre>
+<div class="block">Get the instance of the oplet that will be executed.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the oplet</dd>
+</dl>
+</li>
+</ul>
+<a name="getConnectors--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnectors</h4>
+<pre>java.util.List&lt;? extends <a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;<a href="../../quarks/graph/Vertex.html" title="type parameter in Vertex">P</a>&gt;&gt;&nbsp;getConnectors()</pre>
+<div class="block">Get the vertice's collection of output connectors.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an immutable collection of the output connectors.</dd>
+</dl>
+</li>
+</ul>
+<a name="addOutput--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>addOutput</h4>
+<pre><a href="../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;<a href="../../quarks/graph/Vertex.html" title="type parameter in Vertex">P</a>&gt;&nbsp;addOutput()</pre>
+<div class="block">Add an output port to the vertex.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><code>Connector</code> representing the output port.</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Vertex.html">Use</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://quarks.incubator.apache.org">Apache Quarks (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../quarks/graph/Graph.html" title="interface in quarks.graph"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?quarks/graph/Vertex.html" target="_top">Frames</a></li>
+<li><a href="Vertex.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation. All Rights Reserved - d6cdfc6-20160517-0028</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/9f47ca2f/site/javadoc/lastest/quarks/graph/class-use/Connector.html
----------------------------------------------------------------------
diff --git a/site/javadoc/lastest/quarks/graph/class-use/Connector.html b/site/javadoc/lastest/quarks/graph/class-use/Connector.html
new file mode 100644
index 0000000..0bf66db
--- /dev/null
+++ b/site/javadoc/lastest/quarks/graph/class-use/Connector.html
@@ -0,0 +1,224 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_71) on Tue May 17 00:28:46 UTC 2016 -->
+<title>Uses of Interface quarks.graph.Connector (Quarks v0.4.0)</title>
+<meta name="date" content="2016-05-17">
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Interface quarks.graph.Connector (Quarks v0.4.0)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Class</a></li>
+<li class="navBarCell1Rev">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?quarks/graph/class-use/Connector.html" target="_top">Frames</a></li>
+<li><a href="Connector.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface quarks.graph.Connector" class="title">Uses of Interface<br>quarks.graph.Connector</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#quarks.graph">quarks.graph</a></td>
+<td class="colLast">
+<div class="block">Low-level graph building API.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="quarks.graph">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a> in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a> that return <a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;<a href="../../../quarks/graph/Vertex.html" title="type parameter in Vertex">P</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Vertex.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Vertex.html#addOutput--">addOutput</a></span>()</code>
+<div class="block">Add an output port to the vertex.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>&lt;N extends <a href="../../../quarks/oplet/core/Peek.html" title="class in quarks.oplet.core">Peek</a>&lt;<a href="../../../quarks/graph/Connector.html" title="type parameter in Connector">T</a>&gt;&gt;<br><a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;<a href="../../../quarks/graph/Connector.html" title="type parameter in Connector">T</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Connector.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Connector.html#peek-N-">peek</a></span>(N&nbsp;oplet)</code>
+<div class="block">Inserts a <code>Peek</code> oplet between an output port and its
+ connections.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>&lt;N extends <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;<br><a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;P&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Graph.html#pipe-quarks.graph.Connector-N-">pipe</a></span>(<a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;C&gt;&nbsp;output,
+    N&nbsp;oplet)</code>
+<div class="block">Create a new connected <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph"><code>Vertex</code></a> associated with the
+ specified <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet"><code>Oplet</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>&lt;N extends <a href="../../../quarks/oplet/core/Source.html" title="class in quarks.oplet.core">Source</a>&lt;P&gt;,P&gt;<br><a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;P&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Graph.html#source-N-">source</a></span>(N&nbsp;oplet)</code>
+<div class="block">Create a new unconnected <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph"><code>Vertex</code></a> associated with the
+ specified source <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet"><code>Oplet</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a> that return types with arguments of type <a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.List&lt;? extends <a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;<a href="../../../quarks/graph/Vertex.html" title="type parameter in Vertex">P</a>&gt;&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Vertex.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Vertex.html#getConnectors--">getConnectors</a></span>()</code>
+<div class="block">Get the vertice's collection of output connectors.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a> with parameters of type <a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>&lt;N extends <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;<br><a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;P&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Graph.html#pipe-quarks.graph.Connector-N-">pipe</a></span>(<a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Connector</a>&lt;C&gt;&nbsp;output,
+    N&nbsp;oplet)</code>
+<div class="block">Create a new connected <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph"><code>Vertex</code></a> associated with the
+ specified <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet"><code>Oplet</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../quarks/graph/Connector.html" title="interface in quarks.graph">Class</a></li>
+<li class="navBarCell1Rev">Use</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://quarks.incubator.apache.org">Apache Quarks (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?quarks/graph/class-use/Connector.html" target="_top">Frames</a></li>
+<li><a href="Connector.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation. All Rights Reserved - d6cdfc6-20160517-0028</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/9f47ca2f/site/javadoc/lastest/quarks/graph/class-use/Edge.html
----------------------------------------------------------------------
diff --git a/site/javadoc/lastest/quarks/graph/class-use/Edge.html b/site/javadoc/lastest/quarks/graph/class-use/Edge.html
new file mode 100644
index 0000000..1e3a19b
--- /dev/null
+++ b/site/javadoc/lastest/quarks/graph/class-use/Edge.html
@@ -0,0 +1,213 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_71) on Tue May 17 00:28:46 UTC 2016 -->
+<title>Uses of Interface quarks.graph.Edge (Quarks v0.4.0)</title>
+<meta name="date" content="2016-05-17">
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Interface quarks.graph.Edge (Quarks v0.4.0)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Class</a></li>
+<li class="navBarCell1Rev">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?quarks/graph/class-use/Edge.html" target="_top">Frames</a></li>
+<li><a href="Edge.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface quarks.graph.Edge" class="title">Uses of Interface<br>quarks.graph.Edge</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#quarks.graph">quarks.graph</a></td>
+<td class="colLast">
+<div class="block">Low-level graph building API.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#quarks.runtime.etiao.graph">quarks.runtime.etiao.graph</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#quarks.runtime.etiao.graph.model">quarks.runtime.etiao.graph.model</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="quarks.graph">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a> in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a> that return types with arguments of type <a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Graph.html#getEdges--">getEdges</a></span>()</code>
+<div class="block">Return an unmodifiable view of all edges in this graph.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.runtime.etiao.graph">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a> in <a href="../../../quarks/runtime/etiao/graph/package-summary.html">quarks.runtime.etiao.graph</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/runtime/etiao/graph/package-summary.html">quarks.runtime.etiao.graph</a> that return types with arguments of type <a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">DirectGraph.</span><code><span class="memberNameLink"><a href="../../../quarks/runtime/etiao/graph/DirectGraph.html#getEdges--">getEdges</a></span>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.runtime.etiao.graph.model">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a> in <a href="../../../quarks/runtime/etiao/graph/model/package-summary.html">quarks.runtime.etiao.graph.model</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../quarks/runtime/etiao/graph/model/package-summary.html">quarks.runtime.etiao.graph.model</a> with parameters of type <a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/runtime/etiao/graph/model/EdgeType.html#EdgeType-quarks.graph.Edge-quarks.runtime.etiao.graph.model.IdMapper-">EdgeType</a></span>(<a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Edge</a>&nbsp;value,
+        quarks.runtime.etiao.graph.model.IdMapper&lt;java.lang.String&gt;&nbsp;ids)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../quarks/graph/Edge.html" title="interface in quarks.graph">Class</a></li>
+<li class="navBarCell1Rev">Use</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://quarks.incubator.apache.org">Apache Quarks (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?quarks/graph/class-use/Edge.html" target="_top">Frames</a></li>
+<li><a href="Edge.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation. All Rights Reserved - d6cdfc6-20160517-0028</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/9f47ca2f/site/javadoc/lastest/quarks/graph/class-use/Graph.html
----------------------------------------------------------------------
diff --git a/site/javadoc/lastest/quarks/graph/class-use/Graph.html b/site/javadoc/lastest/quarks/graph/class-use/Graph.html
new file mode 100644
index 0000000..053ef5b
--- /dev/null
+++ b/site/javadoc/lastest/quarks/graph/class-use/Graph.html
@@ -0,0 +1,332 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_71) on Tue May 17 00:28:46 UTC 2016 -->
+<title>Uses of Interface quarks.graph.Graph (Quarks v0.4.0)</title>
+<meta name="date" content="2016-05-17">
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Interface quarks.graph.Graph (Quarks v0.4.0)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Class</a></li>
+<li class="navBarCell1Rev">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?quarks/graph/class-use/Graph.html" target="_top">Frames</a></li>
+<li><a href="Graph.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface quarks.graph.Graph" class="title">Uses of Interface<br>quarks.graph.Graph</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#quarks.graph">quarks.graph</a></td>
+<td class="colLast">
+<div class="block">Low-level graph building API.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#quarks.graph.spi">quarks.graph.spi</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#quarks.providers.direct">quarks.providers.direct</a></td>
+<td class="colLast">
+<div class="block">Direct execution of a streaming topology.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#quarks.runtime.etiao">quarks.runtime.etiao</a></td>
+<td class="colLast">
+<div class="block">A runtime for executing a Quarks streaming topology, designed as an embeddable library 
+ so that it can be executed in a simple Java application.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#quarks.runtime.etiao.graph">quarks.runtime.etiao.graph</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#quarks.runtime.etiao.graph.model">quarks.runtime.etiao.graph.model</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#quarks.topology">quarks.topology</a></td>
+<td class="colLast">
+<div class="block">Functional api to build a streaming topology.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="quarks.graph">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a> in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a> that return <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Connector.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Connector.html#graph--">graph</a></span>()</code>
+<div class="block">Gets the <code>Graph</code> for this <code>Connector</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Vertex.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Vertex.html#graph--">graph</a></span>()</code>
+<div class="block">Get the vertice's <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph"><code>Graph</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.graph.spi">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a> in quarks.graph.spi</h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in quarks.graph.spi with annotations of type  with type parameters of type  that implement  declared as  with annotations of type  with type parameters of type  with annotations of type  with annotations of type  with type parameters of type  that return  that return types with arguments of type  with parameters of type  with type arguments of type  that throw  with annotations of type  with annotations of type  with parameters of type  with type arguments of type  that throw <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink">quarks.graph.spi.AbstractGraph&lt;G&gt;</span></code>
+<div class="block">Placeholder for a skeletal implementation of the <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph"><code>Graph</code></a> interface,
+ to minimize the effort required to implement the interface.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.providers.direct">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a> in <a href="../../../quarks/providers/direct/package-summary.html">quarks.providers.direct</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/providers/direct/package-summary.html">quarks.providers.direct</a> that return <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></code></td>
+<td class="colLast"><span class="typeNameLabel">DirectTopology.</span><code><span class="memberNameLink"><a href="../../../quarks/providers/direct/DirectTopology.html#graph--">graph</a></span>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.runtime.etiao">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a> in <a href="../../../quarks/runtime/etiao/package-summary.html">quarks.runtime.etiao</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/runtime/etiao/package-summary.html">quarks.runtime.etiao</a> with parameters of type <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../quarks/execution/Job.html" title="interface in quarks.execution">Job</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Executable.</span><code><span class="memberNameLink"><a href="../../../quarks/runtime/etiao/Executable.html#createJob-quarks.graph.Graph-java.lang.String-java.lang.String-">createJob</a></span>(<a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a>&nbsp;graph,
+         java.lang.String&nbsp;topologyName,
+         java.lang.String&nbsp;jobName)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.runtime.etiao.graph">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a> in <a href="../../../quarks/runtime/etiao/graph/package-summary.html">quarks.runtime.etiao.graph</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../quarks/runtime/etiao/graph/package-summary.html">quarks.runtime.etiao.graph</a> that implement <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/runtime/etiao/graph/DirectGraph.html" title="class in quarks.runtime.etiao.graph">DirectGraph</a></span></code>
+<div class="block"><code>DirectGraph</code> is a <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph"><code>Graph</code></a> that
+ is executed in the current virtual machine.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.runtime.etiao.graph.model">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a> in <a href="../../../quarks/runtime/etiao/graph/model/package-summary.html">quarks.runtime.etiao.graph.model</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../quarks/runtime/etiao/graph/model/package-summary.html">quarks.runtime.etiao.graph.model</a> with parameters of type <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/runtime/etiao/graph/model/GraphType.html#GraphType-quarks.graph.Graph-">GraphType</a></span>(<a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a>&nbsp;graph)</code>
+<div class="block">Create an instance of <a href="../../../quarks/runtime/etiao/graph/model/GraphType.html" title="class in quarks.runtime.etiao.graph.model"><code>GraphType</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/runtime/etiao/graph/model/GraphType.html#GraphType-quarks.graph.Graph-quarks.runtime.etiao.graph.model.IdMapper-">GraphType</a></span>(<a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a>&nbsp;g,
+         quarks.runtime.etiao.graph.model.IdMapper&lt;java.lang.String&gt;&nbsp;ids)</code>
+<div class="block">Create an instance of <a href="../../../quarks/runtime/etiao/graph/model/GraphType.html" title="class in quarks.runtime.etiao.graph.model"><code>GraphType</code></a> using the specified 
+ <code>IdMapper</code> to generate unique object identifiers.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.topology">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a> in <a href="../../../quarks/topology/package-summary.html">quarks.topology</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/topology/package-summary.html">quarks.topology</a> that return <a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Graph</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Topology.</span><code><span class="memberNameLink"><a href="../../../quarks/topology/Topology.html#graph--">graph</a></span>()</code>
+<div class="block">Get the underlying graph.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../quarks/graph/Graph.html" title="interface in quarks.graph">Class</a></li>
+<li class="navBarCell1Rev">Use</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://quarks.incubator.apache.org">Apache Quarks (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?quarks/graph/class-use/Graph.html" target="_top">Frames</a></li>
+<li><a href="Graph.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation. All Rights Reserved - d6cdfc6-20160517-0028</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/9f47ca2f/site/javadoc/lastest/quarks/graph/class-use/Vertex.html
----------------------------------------------------------------------
diff --git a/site/javadoc/lastest/quarks/graph/class-use/Vertex.html b/site/javadoc/lastest/quarks/graph/class-use/Vertex.html
new file mode 100644
index 0000000..f79f3d4
--- /dev/null
+++ b/site/javadoc/lastest/quarks/graph/class-use/Vertex.html
@@ -0,0 +1,314 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_71) on Tue May 17 00:28:46 UTC 2016 -->
+<title>Uses of Interface quarks.graph.Vertex (Quarks v0.4.0)</title>
+<meta name="date" content="2016-05-17">
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Interface quarks.graph.Vertex (Quarks v0.4.0)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Class</a></li>
+<li class="navBarCell1Rev">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?quarks/graph/class-use/Vertex.html" target="_top">Frames</a></li>
+<li><a href="Vertex.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface quarks.graph.Vertex" class="title">Uses of Interface<br>quarks.graph.Vertex</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#quarks.graph">quarks.graph</a></td>
+<td class="colLast">
+<div class="block">Low-level graph building API.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#quarks.graph.spi">quarks.graph.spi</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#quarks.runtime.etiao.graph">quarks.runtime.etiao.graph</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#quarks.runtime.etiao.graph.model">quarks.runtime.etiao.graph.model</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="quarks.graph">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a> in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a> that return <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;?,?,?&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Edge.html#getSource--">getSource</a></span>()</code>
+<div class="block">Returns the source vertex.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;?,?,?&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Edge.html#getTarget--">getTarget</a></span>()</code>
+<div class="block">Returns the target vertex.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>&lt;N extends <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;<br><a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;N,C,P&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Graph.html#insert-N-int-int-">insert</a></span>(N&nbsp;oplet,
+      int&nbsp;inputs,
+      int&nbsp;outputs)</code>
+<div class="block">Add a new unconnected <code>Vertex</code> into the graph.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a> that return types with arguments of type <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;? extends <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;?,?&gt;,?,?&gt;&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Graph.html#getVertices--">getVertices</a></span>()</code>
+<div class="block">Return an unmodifiable view of all vertices in this graph.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a> with parameters of type <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">Connector.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Connector.html#connect-quarks.graph.Vertex-int-">connect</a></span>(<a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;?,<a href="../../../quarks/graph/Connector.html" title="type parameter in Connector">T</a>,?&gt;&nbsp;target,
+       int&nbsp;inputPort)</code>
+<div class="block">Connect this <code>Connector</code> to the specified target's input.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Method parameters in <a href="../../../quarks/graph/package-summary.html">quarks.graph</a> with type arguments of type <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../quarks/graph/Graph.html#peekAll-quarks.function.Supplier-quarks.function.Predicate-">peekAll</a></span>(<a href="../../../quarks/function/Supplier.html" title="interface in quarks.function">Supplier</a>&lt;? extends <a href="../../../quarks/oplet/core/Peek.html" title="class in quarks.oplet.core">Peek</a>&lt;?&gt;&gt;&nbsp;supplier,
+       <a href="../../../quarks/function/Predicate.html" title="interface in quarks.function">Predicate</a>&lt;<a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;?,?,?&gt;&gt;&nbsp;select)</code>
+<div class="block">Insert Peek oplets returned by the specified <code>Supplier</code> into 
+ the outputs of all of the oplets which satisfy the specified 
+ <code>Predicate</code>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.graph.spi">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a> in quarks.graph.spi</h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in quarks.graph.spi with annotations of type  with type parameters of type  that implement  declared as  with annotations of type  with type parameters of type  with annotations of type  with annotations of type  with type parameters of type  that return  that return types with arguments of type  with parameters of type  with type arguments of type  that throw  with annotations of type  with annotations of type  with parameters of type  with type arguments of type  that throw <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink">quarks.graph.spi.AbstractVertex&lt;OP extends <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;I,O&gt;,I,O&gt;</span></code>
+<div class="block">Placeholder for a skeletal implementation of the <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph"><code>Vertex</code></a> interface,
+ to minimize the effort required to implement the interface.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.runtime.etiao.graph">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a> in <a href="../../../quarks/runtime/etiao/graph/package-summary.html">quarks.runtime.etiao.graph</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../quarks/runtime/etiao/graph/package-summary.html">quarks.runtime.etiao.graph</a> that implement <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/runtime/etiao/graph/ExecutableVertex.html" title="class in quarks.runtime.etiao.graph">ExecutableVertex</a>&lt;N extends <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;C,P&gt;,C,P&gt;</span></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../quarks/runtime/etiao/graph/package-summary.html">quarks.runtime.etiao.graph</a> that return types with arguments of type <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;? extends <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;?,?&gt;,?,?&gt;&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">DirectGraph.</span><code><span class="memberNameLink"><a href="../../../quarks/runtime/etiao/graph/DirectGraph.html#getVertices--">getVertices</a></span>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="quarks.runtime.etiao.graph.model">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a> in <a href="../../../quarks/runtime/etiao/graph/model/package-summary.html">quarks.runtime.etiao.graph.model</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../quarks/runtime/etiao/graph/model/package-summary.html">quarks.runtime.etiao.graph.model</a> with parameters of type <a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/runtime/etiao/graph/model/VertexType.html#VertexType-quarks.graph.Vertex-quarks.runtime.etiao.graph.model.IdMapper-">VertexType</a></span>(<a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Vertex</a>&lt;? extends <a href="../../../quarks/oplet/Oplet.html" title="interface in quarks.oplet">Oplet</a>&lt;?,?&gt;,?,?&gt;&nbsp;value,
+          quarks.runtime.etiao.graph.model.IdMapper&lt;java.lang.String&gt;&nbsp;ids)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../quarks/graph/Vertex.html" title="interface in quarks.graph">Class</a></li>
+<li class="navBarCell1Rev">Use</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://quarks.incubator.apache.org">Apache Quarks (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?quarks/graph/class-use/Vertex.html" target="_top">Frames</a></li>
+<li><a href="Vertex.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation. All Rights Reserved - d6cdfc6-20160517-0028</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/9f47ca2f/site/javadoc/lastest/quarks/graph/package-frame.html
----------------------------------------------------------------------
diff --git a/site/javadoc/lastest/quarks/graph/package-frame.html b/site/javadoc/lastest/quarks/graph/package-frame.html
new file mode 100644
index 0000000..87fa335
--- /dev/null
+++ b/site/javadoc/lastest/quarks/graph/package-frame.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_71) on Tue May 17 00:28:46 UTC 2016 -->
+<title>quarks.graph (Quarks v0.4.0)</title>
+<meta name="date" content="2016-05-17">
+<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../script.js"></script>
+</head>
+<body>
+<h1 class="bar"><a href="../../quarks/graph/package-summary.html" target="classFrame">quarks.graph</a></h1>
+<div class="indexContainer">
+<h2 title="Interfaces">Interfaces</h2>
+<ul title="Interfaces">
+<li><a href="Connector.html" title="interface in quarks.graph" target="classFrame"><span class="interfaceName">Connector</span></a></li>
+<li><a href="Edge.html" title="interface in quarks.graph" target="classFrame"><span class="interfaceName">Edge</span></a></li>
+<li><a href="Graph.html" title="interface in quarks.graph" target="classFrame"><span class="interfaceName">Graph</span></a></li>
+<li><a href="Vertex.html" title="interface in quarks.graph" target="classFrame"><span class="interfaceName">Vertex</span></a></li>
+</ul>
+</div>
+</body>
+</html>