AMLSim
/
jars
/janusgraph-1.0.0
/javadocs
/org
/janusgraph
/graphdb
/query
/vertex
/package-use.html
<!-- NewPage --> | |
<html lang="en"> | |
<head> | |
<!-- Generated by javadoc (1.8.0_382) on Sat Oct 21 16:38:55 UTC 2023 --> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>Uses of Package org.janusgraph.graphdb.query.vertex (JanusGraph-Core: Core Library for JanusGraph 1.0.0 API)</title> | |
<meta name="date" content="2023-10-21"> | |
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> | |
<script type="text/javascript" src="../../../../../script.js"></script> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
</script> | |
<noscript> | |
<div>JavaScript is disabled on your browser.</div> | |
</noscript> | |
<!-- ========= START OF TOP NAVBAR ======= --> | |
<div class="topNav"><a name="navbar.top"> | |
<!-- --> | |
</a> | |
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | |
<a name="navbar.top.firstrow"> | |
<!-- --> | |
</a> | |
<ul class="navList" title="Navigation"> | |
<li><a href="../../../../../overview-summary.html">Overview</a></li> | |
<li><a href="package-summary.html">Package</a></li> | |
<li>Class</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/janusgraph/graphdb/query/vertex/package-use.html" target="_top">Frames</a></li> | |
<li><a href="package-use.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"> | |
</script> | |
</div> | |
<a name="skip.navbar.top"> | |
<!-- --> | |
</a></div> | |
<!-- ========= END OF TOP NAVBAR ========= --> | |
<div class="header"> | |
<h1 title="Uses of Package org.janusgraph.graphdb.query.vertex" class="title">Uses of Package<br>org.janusgraph.graphdb.query.vertex</h1> | |
</div> | |
<div class="contentContainer"> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> | |
<caption><span>Packages that use <a href="../../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</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.janusgraph.graphdb.internal">org.janusgraph.graphdb.internal</a></td> | |
<td class="colLast"> </td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colFirst"><a href="#org.janusgraph.graphdb.olap">org.janusgraph.graphdb.olap</a></td> | |
<td class="colLast"> </td> | |
</tr> | |
<tr class="altColor"> | |
<td class="colFirst"><a href="#org.janusgraph.graphdb.query.vertex">org.janusgraph.graphdb.query.vertex</a></td> | |
<td class="colLast"> </td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td> | |
<td class="colLast"> </td> | |
</tr> | |
<tr class="altColor"> | |
<td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td> | |
<td class="colLast"> </td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colFirst"><a href="#org.janusgraph.graphdb.vertices">org.janusgraph.graphdb.vertices</a></td> | |
<td class="colLast"> </td> | |
</tr> | |
</tbody> | |
</table> | |
</li> | |
<li class="blockList"><a name="org.janusgraph.graphdb.internal"> | |
<!-- --> | |
</a> | |
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> | |
<caption><span>Classes in <a href="../../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> used by <a href="../../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colOne" scope="col">Class and Description</th> | |
</tr> | |
<tbody> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexCentricQueryBuilder.html#org.janusgraph.graphdb.internal">VertexCentricQueryBuilder</a> | |
<div class="block">Implementation of <a href="../../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphVertexQuery</code></a> that extends <a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BasicVertexCentricQueryBuilder</code></a> | |
for all the query building and optimization and adds only the execution logic in | |
<a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#constructQuery-org.janusgraph.graphdb.internal.RelationCategory-"><code>BasicVertexCentricQueryBuilder.constructQuery(org.janusgraph.graphdb.internal.RelationCategory)</code></a>.</div> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</li> | |
<li class="blockList"><a name="org.janusgraph.graphdb.olap"> | |
<!-- --> | |
</a> | |
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> | |
<caption><span>Classes in <a href="../../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> used by <a href="../../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a></span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colOne" scope="col">Class and Description</th> | |
</tr> | |
<tbody> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/BaseVertexCentricQueryBuilder.html#org.janusgraph.graphdb.olap">BaseVertexCentricQueryBuilder</a> | |
<div class="block">Builds a <a href="../../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core"><code>BaseVertexQuery</code></a>, optimizes the query and compiles the result into a <a href="../../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BaseVertexCentricQuery</code></a> which | |
is then executed by one of the extending classes.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/BasicVertexCentricQueryBuilder.html#org.janusgraph.graphdb.olap">BasicVertexCentricQueryBuilder</a> | |
<div class="block">Builds a <a href="../../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core"><code>BaseVertexQuery</code></a>, optimizes the query and compiles the result into | |
a <a href="../../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BaseVertexCentricQuery</code></a> which is then executed by one of the extending | |
classes.</div> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</li> | |
<li class="blockList"><a name="org.janusgraph.graphdb.query.vertex"> | |
<!-- --> | |
</a> | |
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> | |
<caption><span>Classes in <a href="../../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> used by <a href="../../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a></span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colOne" scope="col">Class and Description</th> | |
</tr> | |
<tbody> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/BaseVertexCentricQuery.html#org.janusgraph.graphdb.query.vertex">BaseVertexCentricQuery</a> | |
<div class="block">The base implementation for <a href="../../../../../org/janusgraph/graphdb/query/vertex/VertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex"><code>VertexCentricQuery</code></a> which does not yet contain a reference to the | |
base vertex of the query.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/BaseVertexCentricQueryBuilder.html#org.janusgraph.graphdb.query.vertex">BaseVertexCentricQueryBuilder</a> | |
<div class="block">Builds a <a href="../../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core"><code>BaseVertexQuery</code></a>, optimizes the query and compiles the result into a <a href="../../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BaseVertexCentricQuery</code></a> which | |
is then executed by one of the extending classes.</div> | |
</td> | |
</tr> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/BasicVertexCentricQueryBuilder.html#org.janusgraph.graphdb.query.vertex">BasicVertexCentricQueryBuilder</a> | |
<div class="block">Builds a <a href="../../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core"><code>BaseVertexQuery</code></a>, optimizes the query and compiles the result into | |
a <a href="../../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BaseVertexCentricQuery</code></a> which is then executed by one of the extending | |
classes.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/BasicVertexCentricQueryBuilder.ResultConstructor.html#org.janusgraph.graphdb.query.vertex">BasicVertexCentricQueryBuilder.ResultConstructor</a> </td> | |
</tr> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/MultiVertexCentricQueryBuilder.html#org.janusgraph.graphdb.query.vertex">MultiVertexCentricQueryBuilder</a> | |
<div class="block">Implementation of <a href="../../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphMultiVertexQuery</code></a> that extends <a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BasicVertexCentricQueryBuilder</code></a> | |
for all the query building and optimization and adds only the execution logic in | |
<a href="../../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html#execute-org.janusgraph.graphdb.internal.RelationCategory-org.janusgraph.graphdb.query.vertex.BasicVertexCentricQueryBuilder.ResultConstructor-"><code>MultiVertexCentricQueryBuilder.execute(org.janusgraph.graphdb.internal.RelationCategory, BasicVertexCentricQueryBuilder.ResultConstructor)</code></a>.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexArrayList.html#org.janusgraph.graphdb.query.vertex">VertexArrayList</a> | |
<div class="block">An implementation of <a href="../../../../../org/janusgraph/graphdb/query/vertex/VertexListInternal.html" title="interface in org.janusgraph.graphdb.query.vertex"><code>VertexListInternal</code></a> that stores the actual vertex references | |
and simply wraps an <a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util"><code>ArrayList</code></a> and keeps a boolean flag to remember whether this list is in sort order.</div> | |
</td> | |
</tr> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexCentricQuery.html#org.janusgraph.graphdb.query.vertex">VertexCentricQuery</a> | |
<div class="block">A vertex-centric query which implements <a href="../../../../../org/janusgraph/graphdb/query/ElementQuery.html" title="interface in org.janusgraph.graphdb.query"><code>ElementQuery</code></a> so that it can be executed by | |
<a href="../../../../../org/janusgraph/graphdb/query/QueryProcessor.html" title="class in org.janusgraph.graphdb.query"><code>QueryProcessor</code></a>.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexCentricQueryBuilder.html#org.janusgraph.graphdb.query.vertex">VertexCentricQueryBuilder</a> | |
<div class="block">Implementation of <a href="../../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphVertexQuery</code></a> that extends <a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BasicVertexCentricQueryBuilder</code></a> | |
for all the query building and optimization and adds only the execution logic in | |
<a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#constructQuery-org.janusgraph.graphdb.internal.RelationCategory-"><code>BasicVertexCentricQueryBuilder.constructQuery(org.janusgraph.graphdb.internal.RelationCategory)</code></a>.</div> | |
</td> | |
</tr> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexIdList.html#org.janusgraph.graphdb.query.vertex">VertexIdList</a> | |
<div class="block">An implementation of <a href="../../../../../org/janusgraph/graphdb/query/vertex/VertexListInternal.html" title="interface in org.janusgraph.graphdb.query.vertex"><code>VertexListInternal</code></a> that stores only the vertex ids | |
and simply wraps an <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a> and keeps a boolean flag to remember whether this list is in sort order.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexListInternal.html#org.janusgraph.graphdb.query.vertex">VertexListInternal</a> | |
<div class="block">Extends on the <a href="../../../../../org/janusgraph/core/VertexList.html" title="interface in org.janusgraph.core"><code>VertexList</code></a> interface by provided methods to add elements to the list | |
which is needed during query execution when the result list is created.</div> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</li> | |
<li class="blockList"><a name="org.janusgraph.graphdb.transaction"> | |
<!-- --> | |
</a> | |
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> | |
<caption><span>Classes in <a href="../../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> used by <a href="../../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colOne" scope="col">Class and Description</th> | |
</tr> | |
<tbody> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexCentricQuery.html#org.janusgraph.graphdb.transaction">VertexCentricQuery</a> | |
<div class="block">A vertex-centric query which implements <a href="../../../../../org/janusgraph/graphdb/query/ElementQuery.html" title="interface in org.janusgraph.graphdb.query"><code>ElementQuery</code></a> so that it can be executed by | |
<a href="../../../../../org/janusgraph/graphdb/query/QueryProcessor.html" title="class in org.janusgraph.graphdb.query"><code>QueryProcessor</code></a>.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexCentricQueryBuilder.html#org.janusgraph.graphdb.transaction">VertexCentricQueryBuilder</a> | |
<div class="block">Implementation of <a href="../../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphVertexQuery</code></a> that extends <a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BasicVertexCentricQueryBuilder</code></a> | |
for all the query building and optimization and adds only the execution logic in | |
<a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#constructQuery-org.janusgraph.graphdb.internal.RelationCategory-"><code>BasicVertexCentricQueryBuilder.constructQuery(org.janusgraph.graphdb.internal.RelationCategory)</code></a>.</div> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</li> | |
<li class="blockList"><a name="org.janusgraph.graphdb.types.system"> | |
<!-- --> | |
</a> | |
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> | |
<caption><span>Classes in <a href="../../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> used by <a href="../../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colOne" scope="col">Class and Description</th> | |
</tr> | |
<tbody> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexCentricQueryBuilder.html#org.janusgraph.graphdb.types.system">VertexCentricQueryBuilder</a> | |
<div class="block">Implementation of <a href="../../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphVertexQuery</code></a> that extends <a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BasicVertexCentricQueryBuilder</code></a> | |
for all the query building and optimization and adds only the execution logic in | |
<a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#constructQuery-org.janusgraph.graphdb.internal.RelationCategory-"><code>BasicVertexCentricQueryBuilder.constructQuery(org.janusgraph.graphdb.internal.RelationCategory)</code></a>.</div> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</li> | |
<li class="blockList"><a name="org.janusgraph.graphdb.vertices"> | |
<!-- --> | |
</a> | |
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> | |
<caption><span>Classes in <a href="../../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> used by <a href="../../../../../org/janusgraph/graphdb/vertices/package-summary.html">org.janusgraph.graphdb.vertices</a></span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colOne" scope="col">Class and Description</th> | |
</tr> | |
<tbody> | |
<tr class="altColor"> | |
<td class="colOne"><a href="../../../../../org/janusgraph/graphdb/query/vertex/class-use/VertexCentricQueryBuilder.html#org.janusgraph.graphdb.vertices">VertexCentricQueryBuilder</a> | |
<div class="block">Implementation of <a href="../../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphVertexQuery</code></a> that extends <a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex"><code>BasicVertexCentricQueryBuilder</code></a> | |
for all the query building and optimization and adds only the execution logic in | |
<a href="../../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#constructQuery-org.janusgraph.graphdb.internal.RelationCategory-"><code>BasicVertexCentricQueryBuilder.constructQuery(org.janusgraph.graphdb.internal.RelationCategory)</code></a>.</div> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</li> | |
</ul> | |
</div> | |
<!-- ======= START OF BOTTOM NAVBAR ====== --> | |
<div class="bottomNav"><a name="navbar.bottom"> | |
<!-- --> | |
</a> | |
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | |
<a name="navbar.bottom.firstrow"> | |
<!-- --> | |
</a> | |
<ul class="navList" title="Navigation"> | |
<li><a href="../../../../../overview-summary.html">Overview</a></li> | |
<li><a href="package-summary.html">Package</a></li> | |
<li>Class</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/janusgraph/graphdb/query/vertex/package-use.html" target="_top">Frames</a></li> | |
<li><a href="package-use.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"> | |
</script> | |
</div> | |
<a name="skip.navbar.bottom"> | |
<!-- --> | |
</a></div> | |
<!-- ======== END OF BOTTOM NAVBAR ======= --> | |
<p class="legalCopy"><small>Copyright © 2012–2023. All rights reserved.</small></p> | |
</body> | |
</html> | |