Added: websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/class-use/PropertyTable.html ============================================================================== --- websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/class-use/PropertyTable.html (added) +++ websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/class-use/PropertyTable.html Wed Aug 27 12:50:04 2014 @@ -0,0 +1,245 @@ +<!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 (version 1.7.0_17) on Wed Aug 27 20:40:27 CST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Interface org.apache.jena.propertytable.PropertyTable (Apache Jena - Data Tables for RDF and SPARQL 1.0.0)</title> +<meta name="date" content="2014-08-27"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface org.apache.jena.propertytable.PropertyTable (Apache Jena - Data Tables for RDF and SPARQL 1.0.0)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">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?org/apache/jena/propertytable/class-use/PropertyTable.html" target="_top">Frames</a></li> +<li><a href="PropertyTable.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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 org.apache.jena.propertytable.PropertyTable" class="title">Uses of Interface<br>org.apache.jena.propertytable.PropertyTable</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></span><span class="tabEnd"> </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="#org.apache.jena.propertytable">org.apache.jena.propertytable</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.jena.propertytable.graph">org.apache.jena.propertytable.graph</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.jena.propertytable.impl">org.apache.jena.propertytable.impl</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.jena.propertytable"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a> in <a href="../../../../../org/apache/jena/propertytable/package-summary.html">org.apache.jena.propertytable</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/jena/propertytable/package-summary.html">org.apache.jena.propertytable</a> that return <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></span><span class="tabEnd"> </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="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></code></td> +<td class="colLast"><span class="strong">Row.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/Row.html#getTable()">getTable</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></code></td> +<td class="colLast"><span class="strong">Column.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/Column.html#getTable()">getTable</a></strong>()</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.jena.propertytable.graph"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a> in <a href="../../../../../org/apache/jena/propertytable/graph/package-summary.html">org.apache.jena.propertytable.graph</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/jena/propertytable/graph/package-summary.html">org.apache.jena.propertytable.graph</a> that return <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></span><span class="tabEnd"> </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="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></code></td> +<td class="colLast"><span class="strong">GraphPropertyTable.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html#getPropertyTable()">getPropertyTable</a></strong>()</code> </td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../org/apache/jena/propertytable/graph/package-summary.html">org.apache.jena.propertytable.graph</a> with parameters of type <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html#GraphPropertyTable(org.apache.jena.propertytable.PropertyTable)">GraphPropertyTable</a></strong>(<a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a> pt)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.jena.propertytable.impl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a> in <a href="../../../../../org/apache/jena/propertytable/impl/package-summary.html">org.apache.jena.propertytable.impl</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/jena/propertytable/impl/package-summary.html">org.apache.jena.propertytable.impl</a> that implement <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></span><span class="tabEnd"> </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 </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableArrayImpl.html" title="class in org.apache.jena.propertytable.impl">PropertyTableArrayImpl</a></strong></code> +<div class="block">A PropertyTable Implementation using a two dimension array.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableHashMapImpl.html" title="class in org.apache.jena.propertytable.impl">PropertyTableHashMapImpl</a></strong></code> +<div class="block">A PropertyTable Implementation using HashMap.</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/jena/propertytable/impl/package-summary.html">org.apache.jena.propertytable.impl</a> that return <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></span><span class="tabEnd"> </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>static <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></code></td> +<td class="colLast"><span class="strong">PropertyTableBuilder.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableBuilder.html#buildPropetyTableArrayImplFromCsv(java.lang.String)">buildPropetyTableArrayImplFromCsv</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> csvFilePath)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></code></td> +<td class="colLast"><span class="strong">PropertyTableBuilder.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableBuilder.html#buildPropetyTableHashMapImplFromCsv(java.lang.String)">buildPropetyTableHashMapImplFromCsv</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> csvFilePath)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></code></td> +<td class="colLast"><span class="strong">ColumnImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/ColumnImpl.html#getTable()">getTable</a></strong>()</code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">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?org/apache/jena/propertytable/class-use/PropertyTable.html" target="_top">Frames</a></li> +<li><a href="PropertyTable.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All 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>Licenced under the Apache License, Version 2.0</small></p> +</body> +</html>
Added: websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/class-use/Row.html ============================================================================== --- websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/class-use/Row.html (added) +++ websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/class-use/Row.html Wed Aug 27 12:50:04 2014 @@ -0,0 +1,280 @@ +<!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 (version 1.7.0_17) on Wed Aug 27 20:40:27 CST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Interface org.apache.jena.propertytable.Row (Apache Jena - Data Tables for RDF and SPARQL 1.0.0)</title> +<meta name="date" content="2014-08-27"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface org.apache.jena.propertytable.Row (Apache Jena - Data Tables for RDF and SPARQL 1.0.0)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">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?org/apache/jena/propertytable/class-use/Row.html" target="_top">Frames</a></li> +<li><a href="Row.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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 org.apache.jena.propertytable.Row" class="title">Uses of Interface<br>org.apache.jena.propertytable.Row</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></span><span class="tabEnd"> </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="#org.apache.jena.propertytable">org.apache.jena.propertytable</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.jena.propertytable.impl">org.apache.jena.propertytable.impl</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.jena.propertytable"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a> in <a href="../../../../../org/apache/jena/propertytable/package-summary.html">org.apache.jena.propertytable</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/jena/propertytable/package-summary.html">org.apache.jena.propertytable</a> that return <a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></span><span class="tabEnd"> </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="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></code></td> +<td class="colLast"><span class="strong">PropertyTable.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/PropertyTable.html#createRow(com.hp.hpl.jena.graph.Node)">createRow</a></strong>(<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Node.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Node</a> s)</code> +<div class="block">Create Row by its rowKey Node of the subject</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></code></td> +<td class="colLast"><span class="strong">PropertyTable.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/PropertyTable.html#getRow(com.hp.hpl.jena.graph.Node)">getRow</a></strong>(<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Node.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Node</a> s)</code> +<div class="block">Get Row by its rowKey Node of the subject</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/jena/propertytable/package-summary.html">org.apache.jena.propertytable</a> that return types with arguments of type <a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></span><span class="tabEnd"> </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="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a>></code></td> +<td class="colLast"><span class="strong">PropertyTable.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/PropertyTable.html#getAllRows()">getAllRows</a></strong>()</code> +<div class="block">Get all of the rows</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a>></code></td> +<td class="colLast"><span class="strong">PropertyTable.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/PropertyTable.html#getMatchingRows(org.apache.jena.propertytable.Column, com.hp.hpl.jena.graph.Node)">getMatchingRows</a></strong>(<a href="../../../../../org/apache/jena/propertytable/Column.html" title="interface in org.apache.jena.propertytable">Column</a> column, + <a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Node.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Node</a> value)</code> +<div class="block">Get the Rows matching the value of a Column</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/jena/propertytable/package-summary.html">org.apache.jena.propertytable</a> with parameters of type <a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></span><span class="tabEnd"> </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="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/util/iterator.ExtendedIterator.html?is-external=true" title="class or interface in com.hp.hpl.jena.util">com.hp.hpl.jena.util.iterator.ExtendedIterator</a><<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Triple.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Triple</a>></code></td> +<td class="colLast"><span class="strong">PropertyTable.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/PropertyTable.html#getTripleIterator(org.apache.jena.propertytable.Row)">getTripleIterator</a></strong>(<a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a> row)</code> +<div class="block">Query for <s> ?p ?o</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.jena.propertytable.impl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a> in <a href="../../../../../org/apache/jena/propertytable/impl/package-summary.html">org.apache.jena.propertytable.impl</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/jena/propertytable/impl/package-summary.html">org.apache.jena.propertytable.impl</a> that return <a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></span><span class="tabEnd"> </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="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></code></td> +<td class="colLast"><span class="strong">PropertyTableHashMapImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableHashMapImpl.html#createRow(com.hp.hpl.jena.graph.Node)">createRow</a></strong>(<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Node.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Node</a> s)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></code></td> +<td class="colLast"><span class="strong">PropertyTableArrayImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableArrayImpl.html#createRow(com.hp.hpl.jena.graph.Node)">createRow</a></strong>(<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Node.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Node</a> s)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></code></td> +<td class="colLast"><span class="strong">PropertyTableHashMapImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableHashMapImpl.html#getRow(com.hp.hpl.jena.graph.Node)">getRow</a></strong>(<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Node.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Node</a> s)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></code></td> +<td class="colLast"><span class="strong">PropertyTableArrayImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableArrayImpl.html#getRow(com.hp.hpl.jena.graph.Node)">getRow</a></strong>(<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Node.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Node</a> s)</code> </td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/jena/propertytable/impl/package-summary.html">org.apache.jena.propertytable.impl</a> that return types with arguments of type <a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></span><span class="tabEnd"> </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="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a>></code></td> +<td class="colLast"><span class="strong">PropertyTableHashMapImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableHashMapImpl.html#getAllRows()">getAllRows</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a>></code></td> +<td class="colLast"><span class="strong">PropertyTableArrayImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableArrayImpl.html#getAllRows()">getAllRows</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a>></code></td> +<td class="colLast"><span class="strong">PropertyTableHashMapImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableHashMapImpl.html#getMatchingRows(org.apache.jena.propertytable.Column, com.hp.hpl.jena.graph.Node)">getMatchingRows</a></strong>(<a href="../../../../../org/apache/jena/propertytable/Column.html" title="interface in org.apache.jena.propertytable">Column</a> column, + <a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Node.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Node</a> value)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a>></code></td> +<td class="colLast"><span class="strong">PropertyTableArrayImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableArrayImpl.html#getMatchingRows(org.apache.jena.propertytable.Column, com.hp.hpl.jena.graph.Node)">getMatchingRows</a></strong>(<a href="../../../../../org/apache/jena/propertytable/Column.html" title="interface in org.apache.jena.propertytable">Column</a> column, + <a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Node.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Node</a> value)</code> </td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/jena/propertytable/impl/package-summary.html">org.apache.jena.propertytable.impl</a> with parameters of type <a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a></span><span class="tabEnd"> </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="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/util/iterator.ExtendedIterator.html?is-external=true" title="class or interface in com.hp.hpl.jena.util">com.hp.hpl.jena.util.iterator.ExtendedIterator</a><<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Triple.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Triple</a>></code></td> +<td class="colLast"><span class="strong">PropertyTableHashMapImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableHashMapImpl.html#getTripleIterator(org.apache.jena.propertytable.Row)">getTripleIterator</a></strong>(<a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a> row)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/util/iterator.ExtendedIterator.html?is-external=true" title="class or interface in com.hp.hpl.jena.util">com.hp.hpl.jena.util.iterator.ExtendedIterator</a><<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Triple.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Triple</a>></code></td> +<td class="colLast"><span class="strong">PropertyTableArrayImpl.</span><code><strong><a href="../../../../../org/apache/jena/propertytable/impl/PropertyTableArrayImpl.html#getTripleIterator(org.apache.jena.propertytable.Row)">getTripleIterator</a></strong>(<a href="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">Row</a> row)</code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../org/apache/jena/propertytable/Row.html" title="interface in org.apache.jena.propertytable">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?org/apache/jena/propertytable/class-use/Row.html" target="_top">Frames</a></li> +<li><a href="Row.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All 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>Licenced under the Apache License, Version 2.0</small></p> +</body> +</html> Added: websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/graph/GraphCSV.html ============================================================================== --- websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/graph/GraphCSV.html (added) +++ websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/graph/GraphCSV.html Wed Aug 27 12:50:04 2014 @@ -0,0 +1,324 @@ +<!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 (version 1.7.0_17) on Wed Aug 27 20:40:27 CST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>GraphCSV (Apache Jena - Data Tables for RDF and SPARQL 1.0.0)</title> +<meta name="date" content="2014-08-27"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="GraphCSV (Apache Jena - Data Tables for RDF and SPARQL 1.0.0)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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/GraphCSV.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>Prev Class</li> +<li><a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html" title="class in org.apache.jena.propertytable.graph"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/jena/propertytable/graph/GraphCSV.html" target="_top">Frames</a></li> +<li><a href="GraphCSV.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li><a href="#fields_inherited_from_class_com.hp.hpl.jena.graph.impl.GraphBase">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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">org.apache.jena.propertytable.graph</div> +<h2 title="Class GraphCSV" class="title">Class GraphCSV</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/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><a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/impl.GraphBase.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">com.hp.hpl.jena.graph.impl.GraphBase</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html" title="class in org.apache.jena.propertytable.graph">org.apache.jena.propertytable.graph.GraphPropertyTable</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.jena.propertytable.graph.GraphCSV</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Graph.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Graph</a>, <a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/GraphAdd.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">GraphAdd</a>, <a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/impl.GraphWithPerform.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">com.hp.hpl.jena.graph.impl.GraphWithPerform</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">GraphCSV</span> +extends <a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html" title="class in org.apache.jena.propertytable.graph">GraphPropertyTable</a></pre> +<div class="block">GraphCSV is a sub class of GraphPropertyTable aiming at CSV data. + Its constructor takes a CSV file path as the parameter, parse the file using a CSV Parser, + and makes a PropertyTable through PropertyTableBuilder.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_com.hp.hpl.jena.graph.impl.GraphBase"> +<!-- --> +</a> +<h3>Fields inherited from class com.hp.hpl.jena.graph.impl.<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/impl.GraphBase.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">GraphBase</a></h3> +<code>TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_com.hp.hpl.jena.graph.Graph"> +<!-- --> +</a> +<h3>Fields inherited from interface com.hp.hpl.jena.graph.<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Graph.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Graph</a></h3> +<code><a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Graph.html?is-external=true#emptyGraph" title="class or interface in com.hp.hpl.jena.graph">emptyGraph</a></code></li> +</ul> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html#GraphCSV(java.lang.String)">GraphCSV</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> csvFilePath)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html" title="class in org.apache.jena.propertytable.graph">GraphCSV</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html#createArrayImpl(java.lang.String)">createArrayImpl</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> csvFilePath)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html" title="class in org.apache.jena.propertytable.graph">GraphCSV</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html#createHashMapImpl(java.lang.String)">createHashMapImpl</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> csvFilePath)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.jena.propertytable.graph.GraphPropertyTable"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.jena.propertytable.graph.<a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html" title="class in org.apache.jena.propertytable.graph">GraphPropertyTable</a></h3> +<code><a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html#getPropertyTable()">getPropertyTable</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_com.hp.hpl.jena.graph.impl.GraphBase"> +<!-- --> +</a> +<h3>Methods inherited from class com.hp.hpl.jena.graph.impl.<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/impl.GraphBase.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">GraphBase</a></h3> +<code>add, clear, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, performAdd, performDelete, remove, size, toString, toString</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="GraphCSV(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>GraphCSV</h4> +<pre>public GraphCSV(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> csvFilePath)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="createHashMapImpl(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createHashMapImpl</h4> +<pre>public static <a href="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html" title="class in org.apache.jena.propertytable.graph">GraphCSV</a> createHashMapImpl(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> csvFilePath)</pre> +</li> +</ul> +<a name="createArrayImpl(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>createArrayImpl</h4> +<pre>public static <a href="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html" title="class in org.apache.jena.propertytable.graph">GraphCSV</a> createArrayImpl(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> csvFilePath)</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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/GraphCSV.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>Prev Class</li> +<li><a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html" title="class in org.apache.jena.propertytable.graph"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/jena/propertytable/graph/GraphCSV.html" target="_top">Frames</a></li> +<li><a href="GraphCSV.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li><a href="#fields_inherited_from_class_com.hp.hpl.jena.graph.impl.GraphBase">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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>Licenced under the Apache License, Version 2.0</small></p> +</body> +</html> Added: websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/graph/GraphPropertyTable.html ============================================================================== --- websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/graph/GraphPropertyTable.html (added) +++ websites/staging/jena/trunk/content/documentation/javadoc/csv/org/apache/jena/propertytable/graph/GraphPropertyTable.html Wed Aug 27 12:50:04 2014 @@ -0,0 +1,304 @@ +<!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 (version 1.7.0_17) on Wed Aug 27 20:40:27 CST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>GraphPropertyTable (Apache Jena - Data Tables for RDF and SPARQL 1.0.0)</title> +<meta name="date" content="2014-08-27"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="GraphPropertyTable (Apache Jena - Data Tables for RDF and SPARQL 1.0.0)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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/GraphPropertyTable.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="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html" title="class in org.apache.jena.propertytable.graph"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/jena/propertytable/graph/QueryIterPropertyTable.html" title="class in org.apache.jena.propertytable.graph"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/jena/propertytable/graph/GraphPropertyTable.html" target="_top">Frames</a></li> +<li><a href="GraphPropertyTable.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li><a href="#fields_inherited_from_class_com.hp.hpl.jena.graph.impl.GraphBase">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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">org.apache.jena.propertytable.graph</div> +<h2 title="Class GraphPropertyTable" class="title">Class GraphPropertyTable</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/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><a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/impl.GraphBase.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">com.hp.hpl.jena.graph.impl.GraphBase</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.jena.propertytable.graph.GraphPropertyTable</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Graph.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Graph</a>, <a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/GraphAdd.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">GraphAdd</a>, <a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/impl.GraphWithPerform.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">com.hp.hpl.jena.graph.impl.GraphWithPerform</a></dd> +</dl> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html" title="class in org.apache.jena.propertytable.graph">GraphCSV</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">GraphPropertyTable</span> +extends <a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/impl.GraphBase.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">com.hp.hpl.jena.graph.impl.GraphBase</a></pre> +<div class="block">GraphPropertyTable implements the Graph interface (read-only) over a PropertyTable. + This is subclass from GraphBase and implements find(). + The graphBaseFind()(for matching a Triple) and propertyTableBaseFind()(for matching a whole Row) methods can choose the access route based on the find arguments. + GraphPropertyTable holds/wraps an reference of the PropertyTable instance, so that such a Graph can be treated in a more table-like fashion.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_com.hp.hpl.jena.graph.impl.GraphBase"> +<!-- --> +</a> +<h3>Fields inherited from class com.hp.hpl.jena.graph.impl.<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/impl.GraphBase.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">GraphBase</a></h3> +<code>TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_com.hp.hpl.jena.graph.Graph"> +<!-- --> +</a> +<h3>Fields inherited from interface com.hp.hpl.jena.graph.<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Graph.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">Graph</a></h3> +<code><a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/Graph.html?is-external=true#emptyGraph" title="class or interface in com.hp.hpl.jena.graph">emptyGraph</a></code></li> +</ul> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html#GraphPropertyTable(org.apache.jena.propertytable.PropertyTable)">GraphPropertyTable</a></strong>(<a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a> pt)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/jena/propertytable/graph/GraphPropertyTable.html#getPropertyTable()">getPropertyTable</a></strong>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_com.hp.hpl.jena.graph.impl.GraphBase"> +<!-- --> +</a> +<h3>Methods inherited from class com.hp.hpl.jena.graph.impl.<a href="http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/graph/impl.GraphBase.html?is-external=true" title="class or interface in com.hp.hpl.jena.graph">GraphBase</a></h3> +<code>add, clear, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, performAdd, performDelete, remove, size, toString, toString</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="GraphPropertyTable(org.apache.jena.propertytable.PropertyTable)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>GraphPropertyTable</h4> +<pre>public GraphPropertyTable(<a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a> pt)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getPropertyTable()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getPropertyTable</h4> +<pre>public <a href="../../../../../org/apache/jena/propertytable/PropertyTable.html" title="interface in org.apache.jena.propertytable">PropertyTable</a> getPropertyTable()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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/GraphPropertyTable.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="../../../../../org/apache/jena/propertytable/graph/GraphCSV.html" title="class in org.apache.jena.propertytable.graph"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/jena/propertytable/graph/QueryIterPropertyTable.html" title="class in org.apache.jena.propertytable.graph"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/jena/propertytable/graph/GraphPropertyTable.html" target="_top">Frames</a></li> +<li><a href="GraphPropertyTable.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li><a href="#fields_inherited_from_class_com.hp.hpl.jena.graph.impl.GraphBase">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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>Licenced under the Apache License, Version 2.0</small></p> +</body> +</html>
