Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/Quad.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/Quad.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/Quad.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Quad (Commons RDF 0.3.0-incubating API)</title> +<title>Quad (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Quad (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Quad (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { @@ -235,7 +235,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getGraphName</h4> -<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a><<a href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.81">getGraphName</a>()</pre> +<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a><<a href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a>> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.82">getGraphName</a>()</pre> <div class="block">The graph name (graph label) of this quad, if present. If <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true#isPresent--" title="class or interface in java.util"><code>Optional.isPresent()</code></a>, then the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true#get--" title="class or interface in java.util"><code>Optional.get()</code></a> is @@ -264,7 +264,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getSubject</h4> -<pre><a href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.92">getSubject</a>()</pre> +<pre><a href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.94">getSubject</a>()</pre> <div class="block">The subject of this quad, which may be either a <a href="../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a> or an <a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, which are represented in Commons RDF by the interface <a href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api"><code>BlankNodeOrIRI</code></a>.</div> @@ -285,7 +285,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getPredicate</h4> -<pre><a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.101">getPredicate</a>()</pre> +<pre><a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.104">getPredicate</a>()</pre> <div class="block">The predicate <a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a> of this quad.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -304,7 +304,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getObject</h4> -<pre><a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.112">getObject</a>()</pre> +<pre><a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.116">getObject</a>()</pre> <div class="block">The object of this quad, which may be either a <a href="../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>, an <a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, or a <a href="../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api"><code>Literal</code></a>, which are represented in Commons RDF by the interface <a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api"><code>RDFTerm</code></a>.</div> @@ -325,7 +325,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>asTriple</h4> -<pre>default <a href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.149">asTriple</a>()</pre> +<pre>default <a href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.153">asTriple</a>()</pre> <div class="block">Adapt this Quad to a Triple. <p> The returned <a href="../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api"><code>Triple</code></a> will have equivalent values returned from the @@ -369,7 +369,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>equals</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.216">equals</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</pre> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.220">equals</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</pre> <div class="block">Check it this Quad is equal to another Quad. <p> Two Quads are equal if and only if their <a href="../../../../../org/apache/commons/rdf/api/Quad.html#getGraphName--"><code>getGraphName()</code></a>, @@ -409,7 +409,7 @@ extends <a href="../../../../../org/apac <ul class="blockListLast"> <li class="blockList"> <h4>hashCode</h4> -<pre>int <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.234">hashCode</a>()</pre> +<pre>int <a href="../../../../../src-html/org/apache/commons/rdf/api/Quad.html#line.238">hashCode</a>()</pre> <div class="block">Calculate a hash code for this Quad. <p> The returned hash code MUST be equal to the result of
Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/QuadLike.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/QuadLike.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/QuadLike.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>QuadLike (Commons RDF 0.3.0-incubating API)</title> +<title>QuadLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="QuadLike (Commons RDF 0.3.0-incubating API)"; + parent.document.title="QuadLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDF.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDF.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDF.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RDF (Commons RDF 0.3.0-incubating API)</title> +<title>RDF (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RDF (Commons RDF 0.3.0-incubating API)"; + parent.document.title="RDF (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDFSyntax.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDFSyntax.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDFSyntax.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RDFSyntax (Commons RDF 0.3.0-incubating API)</title> +<title>RDFSyntax (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RDFSyntax (Commons RDF 0.3.0-incubating API)"; + parent.document.title="RDFSyntax (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDFTerm.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDFTerm.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDFTerm.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RDFTerm (Commons RDF 0.3.0-incubating API)</title> +<title>RDFTerm (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RDFTerm (Commons RDF 0.3.0-incubating API)"; + parent.document.title="RDFTerm (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDFTermFactory.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDFTermFactory.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/RDFTermFactory.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RDFTermFactory (Commons RDF 0.3.0-incubating API)</title> +<title>RDFTermFactory (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RDFTermFactory (Commons RDF 0.3.0-incubating API)"; + parent.document.title="RDFTermFactory (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/Triple.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/Triple.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/Triple.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Triple (Commons RDF 0.3.0-incubating API)</title> +<title>Triple (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Triple (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Triple (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { @@ -218,7 +218,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getSubject</h4> -<pre><a href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.67">getSubject</a>()</pre> +<pre><a href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.68">getSubject</a>()</pre> <div class="block">The subject of this triple, which may be either a <a href="../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a> or an <a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, which are represented in Commons RDF by the interface <a href="../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api"><code>BlankNodeOrIRI</code></a>.</div> @@ -239,7 +239,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getPredicate</h4> -<pre><a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.76">getPredicate</a>()</pre> +<pre><a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.78">getPredicate</a>()</pre> <div class="block">The predicate <a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a> of this triple.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -258,7 +258,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>getObject</h4> -<pre><a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.87">getObject</a>()</pre> +<pre><a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.90">getObject</a>()</pre> <div class="block">The object of this triple, which may be either a <a href="../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>, an <a href="../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, or a <a href="../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api"><code>Literal</code></a>, which are represented in Commons RDF by the interface <a href="../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api"><code>RDFTerm</code></a>.</div> @@ -279,7 +279,7 @@ extends <a href="../../../../../org/apac <ul class="blockList"> <li class="blockList"> <h4>equals</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.106">equals</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</pre> +<pre>boolean <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.109">equals</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</pre> <div class="block">Check it this Triple is equal to another Triple. <p> Two Triples are equal if and only if their <a href="../../../../../org/apache/commons/rdf/api/Triple.html#getSubject--"><code>getSubject()</code></a>, @@ -307,7 +307,7 @@ extends <a href="../../../../../org/apac <ul class="blockListLast"> <li class="blockList"> <h4>hashCode</h4> -<pre>int <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.124">hashCode</a>()</pre> +<pre>int <a href="../../../../../src-html/org/apache/commons/rdf/api/Triple.html#line.127">hashCode</a>()</pre> <div class="block">Calculate a hash code for this Triple. <p> The returned hash code MUST be equal to the result of Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/TripleLike.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/TripleLike.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/TripleLike.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TripleLike (Commons RDF 0.3.0-incubating API)</title> +<title>TripleLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="TripleLike (Commons RDF 0.3.0-incubating API)"; + parent.document.title="TripleLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/BlankNode.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/BlankNode.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/BlankNode.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.BlankNode (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.BlankNode (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.BlankNode (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.BlankNode (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { @@ -127,29 +127,29 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createBlankNode--">createBlankNode</a></span>()</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> - </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createBlankNode--">createBlankNode</a></span>()</code> <div class="block">Create a new blank node.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createBlankNode-java.lang.String-">createBlankNode</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createBlankNode--">createBlankNode</a></span>()</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createBlankNode-java.lang.String-">createBlankNode</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> <div class="block">Create a blank node based on the given name.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api">BlankNode</a></code></td> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createBlankNode-java.lang.String-">createBlankNode</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + </td> +</tr> </tbody> </table> </li> Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/BlankNodeOrIRI.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/BlankNodeOrIRI.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/BlankNodeOrIRI.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.BlankNodeOrIRI (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.BlankNodeOrIRI (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.BlankNodeOrIRI (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.BlankNodeOrIRI (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { @@ -164,16 +164,16 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a></code></td> -<td class="colLast"><span class="typeNameLabel">Triple.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Triple.html#getSubject--">getSubject</a></span>()</code> -<div class="block">The subject of this triple, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a> or an +<td class="colLast"><span class="typeNameLabel">Quad.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Quad.html#getSubject--">getSubject</a></span>()</code> +<div class="block">The subject of this quad, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a> or an <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, which are represented in Commons RDF by the interface <a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api"><code>BlankNodeOrIRI</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a></code></td> -<td class="colLast"><span class="typeNameLabel">Quad.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Quad.html#getSubject--">getSubject</a></span>()</code> -<div class="block">The subject of this quad, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a> or an +<td class="colLast"><span class="typeNameLabel">Triple.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Triple.html#getSubject--">getSubject</a></span>()</code> +<div class="block">The subject of this triple, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a> or an <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, which are represented in Commons RDF by the interface <a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api"><code>BlankNodeOrIRI</code></a>.</div> </td> @@ -254,14 +254,6 @@ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, - <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, - <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> - </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, @@ -269,6 +261,14 @@ <div class="block">Create a triple.</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, + <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, + <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + </td> +</tr> <tr class="rowColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a><<a href="../../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in org.apache.commons.rdf.api">Graph</a>></code></td> <td class="colLast"><span class="typeNameLabel">Dataset.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Dataset.html#getGraph-org.apache.commons.rdf.api.BlankNodeOrIRI-">getGraph</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> graphName)</code> Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Dataset.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Dataset.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Dataset.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.Dataset (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.Dataset (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.Dataset (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.Dataset (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Graph.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Graph.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Graph.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.Graph (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.Graph (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.Graph (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.Graph (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { @@ -139,17 +139,17 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in org.apache.commons.rdf.api">Graph</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createGraph--">createGraph</a></span>()</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> - </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in org.apache.commons.rdf.api">Graph</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createGraph--">createGraph</a></span>()</code> <div class="block">Create a new graph.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in org.apache.commons.rdf.api">Graph</a></code></td> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createGraph--">createGraph</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + </td> +</tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Graph.html" title="interface in org.apache.commons.rdf.api">Graph</a></code></td> <td class="colLast"><span class="typeNameLabel">Dataset.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Dataset.html#getGraph--">getGraph</a></span>()</code> Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/GraphLike.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/GraphLike.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/GraphLike.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.GraphLike (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.GraphLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.GraphLike (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.GraphLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/IRI.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/IRI.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/IRI.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.IRI (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.IRI (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.IRI (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.IRI (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { @@ -143,17 +143,17 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createIRI-java.lang.String-">createIRI</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> iri)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> - </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createIRI-java.lang.String-">createIRI</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> iri)</code> <div class="block">Create an IRI from a (possibly escaped) String.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a></code></td> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createIRI-java.lang.String-">createIRI</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> iri)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + </td> +</tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a></code></td> <td class="colLast"><span class="typeNameLabel">Literal.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Literal.html#getDatatype--">getDatatype</a></span>()</code> @@ -163,14 +163,14 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a></code></td> -<td class="colLast"><span class="typeNameLabel">Triple.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Triple.html#getPredicate--">getPredicate</a></span>()</code> -<div class="block">The predicate <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a> of this triple.</div> +<td class="colLast"><span class="typeNameLabel">Quad.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Quad.html#getPredicate--">getPredicate</a></span>()</code> +<div class="block">The predicate <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a> of this quad.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a></code></td> -<td class="colLast"><span class="typeNameLabel">Quad.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Quad.html#getPredicate--">getPredicate</a></span>()</code> -<div class="block">The predicate <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a> of this quad.</div> +<td class="colLast"><span class="typeNameLabel">Triple.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Triple.html#getPredicate--">getPredicate</a></span>()</code> +<div class="block">The predicate <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a> of this triple.</div> </td> </tr> </tbody> @@ -219,19 +219,19 @@ </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createLiteral-java.lang.String-org.apache.commons.rdf.api.IRI-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm, - <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> dataType)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> - </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createLiteral-java.lang.String-org.apache.commons.rdf.api.IRI-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm, <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> dataType)</code> <div class="block">Create a literal with the specified data type.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createLiteral-java.lang.String-org.apache.commons.rdf.api.IRI-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm, + <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> dataType)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + </td> +</tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Quad.html" title="interface in org.apache.commons.rdf.api">Quad</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createQuad-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createQuad</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> graphName, @@ -242,14 +242,6 @@ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, - <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, - <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> - </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, @@ -257,6 +249,14 @@ <div class="block">Create a triple.</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, + <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, + <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + </td> +</tr> <tr class="rowColor"> <td class="colFirst"><code>default <a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true" title="class or interface in java.util.stream">Stream</a><? extends <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a>></code></td> <td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Graph.html#getTriples-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">getTriples</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Literal.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Literal.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Literal.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.Literal (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.Literal (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.Literal (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.Literal (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { @@ -127,45 +127,45 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createLiteral-java.lang.String-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> - </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createLiteral-java.lang.String-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm)</code> <div class="block">Create a simple literal.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createLiteral-java.lang.String-org.apache.commons.rdf.api.IRI-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm, - <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> dataType)</code> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createLiteral-java.lang.String-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createLiteral-java.lang.String-org.apache.commons.rdf.api.IRI-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm, <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> dataType)</code> <div class="block">Create a literal with the specified data type.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createLiteral-java.lang.String-java.lang.String-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm, - <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> languageTag)</code> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createLiteral-java.lang.String-org.apache.commons.rdf.api.IRI-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm, + <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> dataType)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createLiteral-java.lang.String-java.lang.String-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> languageTag)</code> <div class="block">Create a language-tagged literal.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api">Literal</a></code></td> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createLiteral-java.lang.String-java.lang.String-">createLiteral</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lexicalForm, + <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> languageTag)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + </td> +</tr> </tbody> </table> </li> Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Quad.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Quad.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Quad.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.Quad (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.Quad (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.Quad (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.Quad (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/QuadLike.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/QuadLike.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/QuadLike.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.QuadLike (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.QuadLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.QuadLike (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.QuadLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDF.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDF.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDF.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.RDF (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.RDF (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.RDF (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.RDF (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFSyntax.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFSyntax.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFSyntax.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.commons.rdf.api.RDFSyntax (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Class org.apache.commons.rdf.api.RDFSyntax (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.commons.rdf.api.RDFSyntax (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Class org.apache.commons.rdf.api.RDFSyntax (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTerm.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTerm.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTerm.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.RDFTerm (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.RDFTerm (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.RDFTerm (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.RDFTerm (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { @@ -202,8 +202,10 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></code></td> -<td class="colLast"><span class="typeNameLabel">TripleLike.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/TripleLike.html#getObject--">getObject</a></span>()</code> -<div class="block">The object of this statement.</div> +<td class="colLast"><span class="typeNameLabel">Quad.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Quad.html#getObject--">getObject</a></span>()</code> +<div class="block">The object of this quad, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>, an + <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, or a <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api"><code>Literal</code></a>, which are represented in Commons RDF + by the interface <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api"><code>RDFTerm</code></a>.</div> </td> </tr> <tr class="rowColor"> @@ -216,10 +218,8 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a></code></td> -<td class="colLast"><span class="typeNameLabel">Quad.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Quad.html#getObject--">getObject</a></span>()</code> -<div class="block">The object of this quad, which may be either a <a href="../../../../../../org/apache/commons/rdf/api/BlankNode.html" title="interface in org.apache.commons.rdf.api"><code>BlankNode</code></a>, an - <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api"><code>IRI</code></a>, or a <a href="../../../../../../org/apache/commons/rdf/api/Literal.html" title="interface in org.apache.commons.rdf.api"><code>Literal</code></a>, which are represented in Commons RDF - by the interface <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api"><code>RDFTerm</code></a>.</div> +<td class="colLast"><span class="typeNameLabel">TripleLike.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/TripleLike.html#getObject--">getObject</a></span>()</code> +<div class="block">The object of this statement.</div> </td> </tr> <tr class="rowColor"> @@ -289,14 +289,6 @@ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, - <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, - <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> - </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, @@ -304,6 +296,14 @@ <div class="block">Create a triple.</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, + <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, + <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + </td> +</tr> <tr class="rowColor"> <td class="colFirst"><code>default <a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true" title="class or interface in java.util.stream">Stream</a><? extends <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a>></code></td> <td class="colLast"><span class="typeNameLabel">Graph.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/Graph.html#getTriples-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">getTriples</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTermFactory.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTermFactory.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/RDFTermFactory.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.RDFTermFactory (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.RDFTermFactory (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.RDFTermFactory (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.RDFTermFactory (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Triple.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Triple.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/Triple.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.Triple (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.Triple (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.Triple (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.Triple (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { @@ -133,14 +133,6 @@ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> -<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, - <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, - <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> - </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> <td class="colLast"><span class="typeNameLabel">RDF.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDF.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, @@ -148,6 +140,14 @@ <div class="block">Create a triple.</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code>default <a href="../../../../../../org/apache/commons/rdf/api/Triple.html" title="interface in org.apache.commons.rdf.api">Triple</a></code></td> +<td class="colLast"><span class="typeNameLabel">RDFTermFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/rdf/api/RDFTermFactory.html#createTriple-org.apache.commons.rdf.api.BlankNodeOrIRI-org.apache.commons.rdf.api.IRI-org.apache.commons.rdf.api.RDFTerm-">createTriple</a></span>(<a href="../../../../../../org/apache/commons/rdf/api/BlankNodeOrIRI.html" title="interface in org.apache.commons.rdf.api">BlankNodeOrIRI</a> subject, + <a href="../../../../../../org/apache/commons/rdf/api/IRI.html" title="interface in org.apache.commons.rdf.api">IRI</a> predicate, + <a href="../../../../../../org/apache/commons/rdf/api/RDFTerm.html" title="interface in org.apache.commons.rdf.api">RDFTerm</a> object)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + </td> +</tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/TripleLike.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/TripleLike.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/class-use/TripleLike.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.commons.rdf.api.TripleLike (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Interface org.apache.commons.rdf.api.TripleLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.commons.rdf.api.TripleLike (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Interface org.apache.commons.rdf.api.TripleLike (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-frame.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-frame.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-frame.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.commons.rdf.api (Commons RDF 0.3.0-incubating API)</title> +<title>org.apache.commons.rdf.api (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-summary.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-summary.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-summary.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.commons.rdf.api (Commons RDF 0.3.0-incubating API)</title> +<title>org.apache.commons.rdf.api (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.commons.rdf.api (Commons RDF 0.3.0-incubating API)"; + parent.document.title="org.apache.commons.rdf.api (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-tree.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-tree.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-tree.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.commons.rdf.api Class Hierarchy (Commons RDF 0.3.0-incubating API)</title> +<title>org.apache.commons.rdf.api Class Hierarchy (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.commons.rdf.api Class Hierarchy (Commons RDF 0.3.0-incubating API)"; + parent.document.title="org.apache.commons.rdf.api Class Hierarchy (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-use.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-use.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-use.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Package org.apache.commons.rdf.api (Commons RDF 0.3.0-incubating API)</title> +<title>Uses of Package org.apache.commons.rdf.api (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.commons.rdf.api (Commons RDF 0.3.0-incubating API)"; + parent.document.title="Uses of Package org.apache.commons.rdf.api (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/experimental/RDFParser.ParseResult.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/experimental/RDFParser.ParseResult.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/experimental/RDFParser.ParseResult.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RDFParser.ParseResult (Commons RDF 0.3.0-incubating API)</title> +<title>RDFParser.ParseResult (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RDFParser.ParseResult (Commons RDF 0.3.0-incubating API)"; + parent.document.title="RDFParser.ParseResult (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) { Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/experimental/RDFParser.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/experimental/RDFParser.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/experimental/RDFParser.html Tue Nov 22 07:55:35 2016 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RDFParser (Commons RDF 0.3.0-incubating API)</title> +<title>RDFParser (Commons RDF 0.4.0-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RDFParser (Commons RDF 0.3.0-incubating API)"; + parent.document.title="RDFParser (Commons RDF 0.4.0-incubating-SNAPSHOT API)"; } } catch(err) {