ADAPT-Chase commited on
Commit
baccfba
·
verified ·
1 Parent(s): 4d5dd57

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/AttributeSerializer.html +340 -0
  2. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/GeoshapeSerializer.html +377 -0
  3. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/class-use/AttributeSerializer.html +391 -0
  4. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/class-use/GeoshapeSerializer.html +126 -0
  5. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/package-frame.html +25 -0
  6. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/package-summary.html +163 -0
  7. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/package-tree.html +143 -0
  8. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/package-use.html +224 -0
  9. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/BaseVertexQuery.html +376 -0
  10. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Cardinality.html +469 -0
  11. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/ConfiguredGraphFactory.html +126 -0
  12. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Connection.html +244 -0
  13. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/EdgeLabel.html +631 -0
  14. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/EmptyJanusGraphVertexProperty.html +166 -0
  15. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Idfiable.html +559 -0
  16. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/InvalidElementException.html +126 -0
  17. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/InvalidIDException.html +126 -0
  18. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraph.html +765 -0
  19. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphComputer.ResultMode.html +188 -0
  20. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphComputer.html +205 -0
  21. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphConfigurationException.html +126 -0
  22. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphEdge.html +542 -0
  23. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphElement.html +0 -0
  24. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphException.html +359 -0
  25. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphFactory.Builder.html +175 -0
  26. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphFactory.html +126 -0
  27. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphIndexQuery.Result.html +210 -0
  28. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphIndexQuery.html +300 -0
  29. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphLazyEdge.html +126 -0
  30. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphLazyRelation.html +170 -0
  31. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphLazyRelationConstructor.html +126 -0
  32. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphLazyVertexProperty.html +126 -0
  33. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphManagerUtility.html +126 -0
  34. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphMultiVertexQuery.html +351 -0
  35. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphProperty.html +263 -0
  36. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphQuery.html +255 -0
  37. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphRelation.html +809 -0
  38. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphTransaction.html +515 -0
  39. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphVertex.html +0 -0
  40. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphVertexProperty.html +635 -0
  41. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphVertexQuery.html +246 -0
  42. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/MixedIndexAggQuery.html +256 -0
  43. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Multiplicity.html +374 -0
  44. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Namifiable.html +397 -0
  45. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/PropertyKey.html +0 -0
  46. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/QueryDescription.SubQuery.html +168 -0
  47. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/QueryDescription.html +126 -0
  48. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/QueryException.html +126 -0
  49. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/ReadOnlyTransactionException.html +126 -0
  50. platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/RelationType.html +806 -0
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/AttributeSerializer.html ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:29 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>AttributeSerializer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="AttributeSerializer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ var methods = {"i0":18,"i1":6,"i2":18,"i3":6};
23
+ var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
24
+ var altColor = "altColor";
25
+ var rowColor = "rowColor";
26
+ var tableTab = "tableTab";
27
+ var activeTableTab = "activeTableTab";
28
+ </script>
29
+ <noscript>
30
+ <div>JavaScript is disabled on your browser.</div>
31
+ </noscript>
32
+ <!-- ========= START OF TOP NAVBAR ======= -->
33
+ <div class="topNav"><a name="navbar.top">
34
+ <!-- -->
35
+ </a>
36
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
37
+ <a name="navbar.top.firstrow">
38
+ <!-- -->
39
+ </a>
40
+ <ul class="navList" title="Navigation">
41
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
42
+ <li><a href="package-summary.html">Package</a></li>
43
+ <li class="navBarCell1Rev">Class</li>
44
+ <li><a href="class-use/AttributeSerializer.html">Use</a></li>
45
+ <li><a href="package-tree.html">Tree</a></li>
46
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
47
+ <li><a href="../../../../index-all.html">Index</a></li>
48
+ <li><a href="../../../../help-doc.html">Help</a></li>
49
+ </ul>
50
+ </div>
51
+ <div class="subNav">
52
+ <ul class="navList">
53
+ <li>Prev&nbsp;Class</li>
54
+ <li><a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html" title="class in org.janusgraph.core.attribute"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
55
+ </ul>
56
+ <ul class="navList">
57
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/AttributeSerializer.html" target="_top">Frames</a></li>
58
+ <li><a href="AttributeSerializer.html" target="_top">No&nbsp;Frames</a></li>
59
+ </ul>
60
+ <ul class="navList" id="allclasses_navbar_top">
61
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
62
+ </ul>
63
+ <div>
64
+ <script type="text/javascript"><!--
65
+ allClassesLink = document.getElementById("allclasses_navbar_top");
66
+ if(window==top) {
67
+ allClassesLink.style.display = "block";
68
+ }
69
+ else {
70
+ allClassesLink.style.display = "none";
71
+ }
72
+ //-->
73
+ </script>
74
+ </div>
75
+ <div>
76
+ <ul class="subNavList">
77
+ <li>Summary:&nbsp;</li>
78
+ <li>Nested&nbsp;|&nbsp;</li>
79
+ <li>Field&nbsp;|&nbsp;</li>
80
+ <li>Constr&nbsp;|&nbsp;</li>
81
+ <li><a href="#method.summary">Method</a></li>
82
+ </ul>
83
+ <ul class="subNavList">
84
+ <li>Detail:&nbsp;</li>
85
+ <li>Field&nbsp;|&nbsp;</li>
86
+ <li>Constr&nbsp;|&nbsp;</li>
87
+ <li><a href="#method.detail">Method</a></li>
88
+ </ul>
89
+ </div>
90
+ <a name="skip.navbar.top">
91
+ <!-- -->
92
+ </a></div>
93
+ <!-- ========= END OF TOP NAVBAR ========= -->
94
+ <!-- ======== START OF CLASS DATA ======== -->
95
+ <div class="header">
96
+ <div class="subTitle">org.janusgraph.core.attribute</div>
97
+ <h2 title="Interface AttributeSerializer" class="title">Interface AttributeSerializer&lt;V&gt;</h2>
98
+ </div>
99
+ <div class="contentContainer">
100
+ <div class="description">
101
+ <ul class="blockList">
102
+ <li class="blockList">
103
+ <dl>
104
+ <dt><span class="paramLabel">Type Parameters:</span></dt>
105
+ <dd><code>V</code> - Type of the attribute associated with the AttributeSerializer</dd>
106
+ </dl>
107
+ <dl>
108
+ <dt>All Known Subinterfaces:</dt>
109
+ <dd><a href="../../../../org/janusgraph/graphdb/database/serialize/OrderPreservingSerializer.html" title="interface in org.janusgraph.graphdb.database.serialize">OrderPreservingSerializer</a>&lt;V&gt;</dd>
110
+ </dl>
111
+ <dl>
112
+ <dt>All Known Implementing Classes:</dt>
113
+ <dd><a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/BooleanArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">BooleanArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/BooleanSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">BooleanSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/ByteArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ByteArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/ByteSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ByteSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/CharacterSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">CharacterSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/CharArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">CharArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/DateSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">DateSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/DoubleArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">DoubleArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/DoubleSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">DoubleSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/DurationSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">DurationSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/EnumSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">EnumSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/FloatArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">FloatArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/FloatSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">FloatSerializer</a>, <a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html" title="class in org.janusgraph.core.attribute">GeoshapeSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/InstantSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">InstantSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/IntArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">IntArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/IntegerSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">IntegerSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/JsonSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">JsonSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/LongArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">LongArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/LongSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">LongSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/ObjectSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ObjectSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/ParameterArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ParameterArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/ParameterSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ParameterSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/SerializableSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">SerializableSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/ShortArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ShortArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/ShortSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ShortSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/StandardTransactionIdSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">StandardTransactionIdSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/StringArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">StringArraySerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/StringSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">StringSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/TypeDefinitionDescriptionSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">TypeDefinitionDescriptionSerializer</a>, <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/UUIDSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">UUIDSerializer</a></dd>
114
+ </dl>
115
+ <hr>
116
+ <br>
117
+ <pre>public interface <span class="typeNameLabel">AttributeSerializer&lt;V&gt;</span></pre>
118
+ <div class="block">Allows custom serializer definitions for attribute values.
119
+ <p>
120
+ For most data types (i.e. classes) used with properties, using the default serializer when registering the type with the
121
+ JanusGraph will be sufficient and efficient in practice. However, for certain data types, it can be more
122
+ efficient to provide custom serializers implementing this interface.
123
+ Such custom serializers are registered in the configuration file by specifying their path and loaded when
124
+ the database is initialized. Hence, the serializer must be on the classpath.
125
+ <br>
126
+ <p>
127
+ When a <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core"><code>PropertyKey</code></a> is defined using a data type specified via <a href="../../../../org/janusgraph/core/schema/PropertyKeyMaker.html" title="interface in org.janusgraph.core.schema"><code>PropertyKeyMaker</code></a> for which a custom serializer
128
+ is configured, then it will use this custom serializer for persistence operations.</div>
129
+ <dl>
130
+ <dt><span class="simpleTagLabel">Author:</span></dt>
131
+ <dd>Matthias Br&ouml;cheler (http://www.matthiasb.com)</dd>
132
+ <dt><span class="seeLabel">See Also:</span></dt>
133
+ <dd><a href="../../../../org/janusgraph/core/schema/RelationTypeMaker.html" title="interface in org.janusgraph.core.schema"><code>RelationTypeMaker</code></a>,
134
+ <a href="https://docs.janusgraph.org/advanced-topics/serializer/">
135
+ "Datatype and Attribute Serializer Configuration" manual chapter</a></dd>
136
+ </dl>
137
+ </li>
138
+ </ul>
139
+ </div>
140
+ <div class="summary">
141
+ <ul class="blockList">
142
+ <li class="blockList">
143
+ <!-- ========== METHOD SUMMARY =========== -->
144
+ <ul class="blockList">
145
+ <li class="blockList"><a name="method.summary">
146
+ <!-- -->
147
+ </a>
148
+ <h3>Method Summary</h3>
149
+ <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
150
+ <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
151
+ <tr>
152
+ <th class="colFirst" scope="col">Modifier and Type</th>
153
+ <th class="colLast" scope="col">Method and Description</th>
154
+ </tr>
155
+ <tr id="i0" class="altColor">
156
+ <td class="colFirst"><code>default <a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="type parameter in AttributeSerializer">V</a></code></td>
157
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#convert-java.lang.Object-">convert</a></span>(<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>&nbsp;value)</code>
158
+ <div class="block">Converts the given (not-null) value to the expected data type V.</div>
159
+ </td>
160
+ </tr>
161
+ <tr id="i1" class="rowColor">
162
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="type parameter in AttributeSerializer">V</a></code></td>
163
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#read-org.janusgraph.diskstorage.ScanBuffer-">read</a></span>(<a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a>&nbsp;buffer)</code>
164
+ <div class="block">Reads an attribute from the given ReadBuffer.</div>
165
+ </td>
166
+ </tr>
167
+ <tr id="i2" class="altColor">
168
+ <td class="colFirst"><code>default void</code></td>
169
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#verifyAttribute-V-">verifyAttribute</a></span>(<a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="type parameter in AttributeSerializer">V</a>&nbsp;value)</code>
170
+ <div class="block">Verifies the given (not-null) attribute value is valid.</div>
171
+ </td>
172
+ </tr>
173
+ <tr id="i3" class="rowColor">
174
+ <td class="colFirst"><code>void</code></td>
175
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#write-org.janusgraph.diskstorage.WriteBuffer-V-">write</a></span>(<a href="../../../../org/janusgraph/diskstorage/WriteBuffer.html" title="interface in org.janusgraph.diskstorage">WriteBuffer</a>&nbsp;buffer,
176
+ <a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="type parameter in AttributeSerializer">V</a>&nbsp;attribute)</code>
177
+ <div class="block">Writes the attribute value to the given WriteBuffer.</div>
178
+ </td>
179
+ </tr>
180
+ </table>
181
+ </li>
182
+ </ul>
183
+ </li>
184
+ </ul>
185
+ </div>
186
+ <div class="details">
187
+ <ul class="blockList">
188
+ <li class="blockList">
189
+ <!-- ============ METHOD DETAIL ========== -->
190
+ <ul class="blockList">
191
+ <li class="blockList"><a name="method.detail">
192
+ <!-- -->
193
+ </a>
194
+ <h3>Method Detail</h3>
195
+ <a name="read-org.janusgraph.diskstorage.ScanBuffer-">
196
+ <!-- -->
197
+ </a>
198
+ <ul class="blockList">
199
+ <li class="blockList">
200
+ <h4>read</h4>
201
+ <pre><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="type parameter in AttributeSerializer">V</a>&nbsp;read(<a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a>&nbsp;buffer)</pre>
202
+ <div class="block">Reads an attribute from the given ReadBuffer.
203
+ <p>
204
+ It is expected that this read operation adjusts the position in the ReadBuffer to after the attribute value.</div>
205
+ <dl>
206
+ <dt><span class="paramLabel">Parameters:</span></dt>
207
+ <dd><code>buffer</code> - ReadBuffer to read attribute from</dd>
208
+ <dt><span class="returnLabel">Returns:</span></dt>
209
+ <dd>Read attribute</dd>
210
+ </dl>
211
+ </li>
212
+ </ul>
213
+ <a name="write-org.janusgraph.diskstorage.WriteBuffer-java.lang.Object-">
214
+ <!-- -->
215
+ </a><a name="write-org.janusgraph.diskstorage.WriteBuffer-V-">
216
+ <!-- -->
217
+ </a>
218
+ <ul class="blockList">
219
+ <li class="blockList">
220
+ <h4>write</h4>
221
+ <pre>void&nbsp;write(<a href="../../../../org/janusgraph/diskstorage/WriteBuffer.html" title="interface in org.janusgraph.diskstorage">WriteBuffer</a>&nbsp;buffer,
222
+ <a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="type parameter in AttributeSerializer">V</a>&nbsp;attribute)</pre>
223
+ <div class="block">Writes the attribute value to the given WriteBuffer.
224
+ <p>
225
+ It is expected that this write operation adjusts the position in the WriteBuffer to after the attribute value.</div>
226
+ <dl>
227
+ <dt><span class="paramLabel">Parameters:</span></dt>
228
+ <dd><code>buffer</code> - WriteBuffer to write attribute to</dd>
229
+ <dd><code>attribute</code> - Attribute to write to WriteBuffer</dd>
230
+ </dl>
231
+ </li>
232
+ </ul>
233
+ <a name="verifyAttribute-java.lang.Object-">
234
+ <!-- -->
235
+ </a><a name="verifyAttribute-V-">
236
+ <!-- -->
237
+ </a>
238
+ <ul class="blockList">
239
+ <li class="blockList">
240
+ <h4>verifyAttribute</h4>
241
+ <pre>default&nbsp;void&nbsp;verifyAttribute(<a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="type parameter in AttributeSerializer">V</a>&nbsp;value)</pre>
242
+ <div class="block">Verifies the given (not-null) attribute value is valid.
243
+ Throws an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a> if the value is invalid,
244
+ otherwise simply returns.</div>
245
+ <dl>
246
+ <dt><span class="paramLabel">Parameters:</span></dt>
247
+ <dd><code>value</code> - to verify</dd>
248
+ </dl>
249
+ </li>
250
+ </ul>
251
+ <a name="convert-java.lang.Object-">
252
+ <!-- -->
253
+ </a>
254
+ <ul class="blockListLast">
255
+ <li class="blockList">
256
+ <h4>convert</h4>
257
+ <pre>default&nbsp;<a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="type parameter in AttributeSerializer">V</a>&nbsp;convert(<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>&nbsp;value)</pre>
258
+ <div class="block">Converts the given (not-null) value to the expected data type V.
259
+ The given object will NOT be of type V.
260
+ Throws an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a> if it cannot be converted.</div>
261
+ <dl>
262
+ <dt><span class="paramLabel">Parameters:</span></dt>
263
+ <dd><code>value</code> - to convert</dd>
264
+ <dt><span class="returnLabel">Returns:</span></dt>
265
+ <dd>converted to expected data type</dd>
266
+ </dl>
267
+ </li>
268
+ </ul>
269
+ </li>
270
+ </ul>
271
+ </li>
272
+ </ul>
273
+ </div>
274
+ </div>
275
+ <!-- ========= END OF CLASS DATA ========= -->
276
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
277
+ <div class="bottomNav"><a name="navbar.bottom">
278
+ <!-- -->
279
+ </a>
280
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
281
+ <a name="navbar.bottom.firstrow">
282
+ <!-- -->
283
+ </a>
284
+ <ul class="navList" title="Navigation">
285
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
286
+ <li><a href="package-summary.html">Package</a></li>
287
+ <li class="navBarCell1Rev">Class</li>
288
+ <li><a href="class-use/AttributeSerializer.html">Use</a></li>
289
+ <li><a href="package-tree.html">Tree</a></li>
290
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
291
+ <li><a href="../../../../index-all.html">Index</a></li>
292
+ <li><a href="../../../../help-doc.html">Help</a></li>
293
+ </ul>
294
+ </div>
295
+ <div class="subNav">
296
+ <ul class="navList">
297
+ <li>Prev&nbsp;Class</li>
298
+ <li><a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html" title="class in org.janusgraph.core.attribute"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
299
+ </ul>
300
+ <ul class="navList">
301
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/AttributeSerializer.html" target="_top">Frames</a></li>
302
+ <li><a href="AttributeSerializer.html" target="_top">No&nbsp;Frames</a></li>
303
+ </ul>
304
+ <ul class="navList" id="allclasses_navbar_bottom">
305
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
306
+ </ul>
307
+ <div>
308
+ <script type="text/javascript"><!--
309
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
310
+ if(window==top) {
311
+ allClassesLink.style.display = "block";
312
+ }
313
+ else {
314
+ allClassesLink.style.display = "none";
315
+ }
316
+ //-->
317
+ </script>
318
+ </div>
319
+ <div>
320
+ <ul class="subNavList">
321
+ <li>Summary:&nbsp;</li>
322
+ <li>Nested&nbsp;|&nbsp;</li>
323
+ <li>Field&nbsp;|&nbsp;</li>
324
+ <li>Constr&nbsp;|&nbsp;</li>
325
+ <li><a href="#method.summary">Method</a></li>
326
+ </ul>
327
+ <ul class="subNavList">
328
+ <li>Detail:&nbsp;</li>
329
+ <li>Field&nbsp;|&nbsp;</li>
330
+ <li>Constr&nbsp;|&nbsp;</li>
331
+ <li><a href="#method.detail">Method</a></li>
332
+ </ul>
333
+ </div>
334
+ <a name="skip.navbar.bottom">
335
+ <!-- -->
336
+ </a></div>
337
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
338
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
339
+ </body>
340
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/GeoshapeSerializer.html ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:29 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>GeoshapeSerializer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="GeoshapeSerializer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
23
+ var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
24
+ var altColor = "altColor";
25
+ var rowColor = "rowColor";
26
+ var tableTab = "tableTab";
27
+ var activeTableTab = "activeTableTab";
28
+ </script>
29
+ <noscript>
30
+ <div>JavaScript is disabled on your browser.</div>
31
+ </noscript>
32
+ <!-- ========= START OF TOP NAVBAR ======= -->
33
+ <div class="topNav"><a name="navbar.top">
34
+ <!-- -->
35
+ </a>
36
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
37
+ <a name="navbar.top.firstrow">
38
+ <!-- -->
39
+ </a>
40
+ <ul class="navList" title="Navigation">
41
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
42
+ <li><a href="package-summary.html">Package</a></li>
43
+ <li class="navBarCell1Rev">Class</li>
44
+ <li><a href="class-use/GeoshapeSerializer.html">Use</a></li>
45
+ <li><a href="package-tree.html">Tree</a></li>
46
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
47
+ <li><a href="../../../../index-all.html">Index</a></li>
48
+ <li><a href="../../../../help-doc.html">Help</a></li>
49
+ </ul>
50
+ </div>
51
+ <div class="subNav">
52
+ <ul class="navList">
53
+ <li><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
54
+ <li>Next&nbsp;Class</li>
55
+ </ul>
56
+ <ul class="navList">
57
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/GeoshapeSerializer.html" target="_top">Frames</a></li>
58
+ <li><a href="GeoshapeSerializer.html" target="_top">No&nbsp;Frames</a></li>
59
+ </ul>
60
+ <ul class="navList" id="allclasses_navbar_top">
61
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
62
+ </ul>
63
+ <div>
64
+ <script type="text/javascript"><!--
65
+ allClassesLink = document.getElementById("allclasses_navbar_top");
66
+ if(window==top) {
67
+ allClassesLink.style.display = "block";
68
+ }
69
+ else {
70
+ allClassesLink.style.display = "none";
71
+ }
72
+ //-->
73
+ </script>
74
+ </div>
75
+ <div>
76
+ <ul class="subNavList">
77
+ <li>Summary:&nbsp;</li>
78
+ <li>Nested&nbsp;|&nbsp;</li>
79
+ <li>Field&nbsp;|&nbsp;</li>
80
+ <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
81
+ <li><a href="#method.summary">Method</a></li>
82
+ </ul>
83
+ <ul class="subNavList">
84
+ <li>Detail:&nbsp;</li>
85
+ <li>Field&nbsp;|&nbsp;</li>
86
+ <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
87
+ <li><a href="#method.detail">Method</a></li>
88
+ </ul>
89
+ </div>
90
+ <a name="skip.navbar.top">
91
+ <!-- -->
92
+ </a></div>
93
+ <!-- ========= END OF TOP NAVBAR ========= -->
94
+ <!-- ======== START OF CLASS DATA ======== -->
95
+ <div class="header">
96
+ <div class="subTitle">org.janusgraph.core.attribute</div>
97
+ <h2 title="Class GeoshapeSerializer" class="title">Class GeoshapeSerializer</h2>
98
+ </div>
99
+ <div class="contentContainer">
100
+ <ul class="inheritance">
101
+ <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
102
+ <li>
103
+ <ul class="inheritance">
104
+ <li>org.janusgraph.core.attribute.GeoshapeSerializer</li>
105
+ </ul>
106
+ </li>
107
+ </ul>
108
+ <div class="description">
109
+ <ul class="blockList">
110
+ <li class="blockList">
111
+ <dl>
112
+ <dt>All Implemented Interfaces:</dt>
113
+ <dd><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&gt;</dd>
114
+ </dl>
115
+ <hr>
116
+ <br>
117
+ <pre>public class <span class="typeNameLabel">GeoshapeSerializer</span>
118
+ extends <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>
119
+ implements <a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&gt;</pre>
120
+ <div class="block">Geoshape attribute serializer for JanusGraph.</div>
121
+ <dl>
122
+ <dt><span class="simpleTagLabel">Author:</span></dt>
123
+ <dd>Matthias Broecheler (me@matthiasb.com)</dd>
124
+ </dl>
125
+ </li>
126
+ </ul>
127
+ </div>
128
+ <div class="summary">
129
+ <ul class="blockList">
130
+ <li class="blockList">
131
+ <!-- ======== CONSTRUCTOR SUMMARY ======== -->
132
+ <ul class="blockList">
133
+ <li class="blockList"><a name="constructor.summary">
134
+ <!-- -->
135
+ </a>
136
+ <h3>Constructor Summary</h3>
137
+ <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
138
+ <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
139
+ <tr>
140
+ <th class="colOne" scope="col">Constructor and Description</th>
141
+ </tr>
142
+ <tr class="altColor">
143
+ <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html#GeoshapeSerializer--">GeoshapeSerializer</a></span>()</code>&nbsp;</td>
144
+ </tr>
145
+ </table>
146
+ </li>
147
+ </ul>
148
+ <!-- ========== METHOD SUMMARY =========== -->
149
+ <ul class="blockList">
150
+ <li class="blockList"><a name="method.summary">
151
+ <!-- -->
152
+ </a>
153
+ <h3>Method Summary</h3>
154
+ <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
155
+ <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
156
+ <tr>
157
+ <th class="colFirst" scope="col">Modifier and Type</th>
158
+ <th class="colLast" scope="col">Method and Description</th>
159
+ </tr>
160
+ <tr id="i0" class="altColor">
161
+ <td class="colFirst"><code><a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a></code></td>
162
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html#convert-java.lang.Object-">convert</a></span>(<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>&nbsp;value)</code>
163
+ <div class="block">Converts the given (not-null) value to the expected data type V.</div>
164
+ </td>
165
+ </tr>
166
+ <tr id="i1" class="rowColor">
167
+ <td class="colFirst"><code><a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a></code></td>
168
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html#read-org.janusgraph.diskstorage.ScanBuffer-">read</a></span>(<a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a>&nbsp;buffer)</code>
169
+ <div class="block">Reads an attribute from the given ReadBuffer.</div>
170
+ </td>
171
+ </tr>
172
+ <tr id="i2" class="altColor">
173
+ <td class="colFirst"><code>void</code></td>
174
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html#verifyAttribute-org.janusgraph.core.attribute.Geoshape-">verifyAttribute</a></span>(<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&nbsp;value)</code>
175
+ <div class="block">Verifies the given (not-null) attribute value is valid.</div>
176
+ </td>
177
+ </tr>
178
+ <tr id="i3" class="rowColor">
179
+ <td class="colFirst"><code>void</code></td>
180
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html#write-org.janusgraph.diskstorage.WriteBuffer-org.janusgraph.core.attribute.Geoshape-">write</a></span>(<a href="../../../../org/janusgraph/diskstorage/WriteBuffer.html" title="interface in org.janusgraph.diskstorage">WriteBuffer</a>&nbsp;buffer,
181
+ <a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&nbsp;attribute)</code>
182
+ <div class="block">Writes the attribute value to the given WriteBuffer.</div>
183
+ </td>
184
+ </tr>
185
+ </table>
186
+ <ul class="blockList">
187
+ <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
188
+ <!-- -->
189
+ </a>
190
+ <h3>Methods inherited from class&nbsp;java.lang.<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></h3>
191
+ <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
192
+ </ul>
193
+ </li>
194
+ </ul>
195
+ </li>
196
+ </ul>
197
+ </div>
198
+ <div class="details">
199
+ <ul class="blockList">
200
+ <li class="blockList">
201
+ <!-- ========= CONSTRUCTOR DETAIL ======== -->
202
+ <ul class="blockList">
203
+ <li class="blockList"><a name="constructor.detail">
204
+ <!-- -->
205
+ </a>
206
+ <h3>Constructor Detail</h3>
207
+ <a name="GeoshapeSerializer--">
208
+ <!-- -->
209
+ </a>
210
+ <ul class="blockListLast">
211
+ <li class="blockList">
212
+ <h4>GeoshapeSerializer</h4>
213
+ <pre>public&nbsp;GeoshapeSerializer()</pre>
214
+ </li>
215
+ </ul>
216
+ </li>
217
+ </ul>
218
+ <!-- ============ METHOD DETAIL ========== -->
219
+ <ul class="blockList">
220
+ <li class="blockList"><a name="method.detail">
221
+ <!-- -->
222
+ </a>
223
+ <h3>Method Detail</h3>
224
+ <a name="verifyAttribute-org.janusgraph.core.attribute.Geoshape-">
225
+ <!-- -->
226
+ </a>
227
+ <ul class="blockList">
228
+ <li class="blockList">
229
+ <h4>verifyAttribute</h4>
230
+ <pre>public&nbsp;void&nbsp;verifyAttribute(<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&nbsp;value)</pre>
231
+ <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#verifyAttribute-V-">AttributeSerializer</a></code></span></div>
232
+ <div class="block">Verifies the given (not-null) attribute value is valid.
233
+ Throws an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a> if the value is invalid,
234
+ otherwise simply returns.</div>
235
+ <dl>
236
+ <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
237
+ <dd><code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#verifyAttribute-V-">verifyAttribute</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&gt;</code></dd>
238
+ <dt><span class="paramLabel">Parameters:</span></dt>
239
+ <dd><code>value</code> - to verify</dd>
240
+ </dl>
241
+ </li>
242
+ </ul>
243
+ <a name="convert-java.lang.Object-">
244
+ <!-- -->
245
+ </a>
246
+ <ul class="blockList">
247
+ <li class="blockList">
248
+ <h4>convert</h4>
249
+ <pre>public&nbsp;<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&nbsp;convert(<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>&nbsp;value)</pre>
250
+ <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#convert-java.lang.Object-">AttributeSerializer</a></code></span></div>
251
+ <div class="block">Converts the given (not-null) value to the expected data type V.
252
+ The given object will NOT be of type V.
253
+ Throws an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a> if it cannot be converted.</div>
254
+ <dl>
255
+ <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
256
+ <dd><code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#convert-java.lang.Object-">convert</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&gt;</code></dd>
257
+ <dt><span class="paramLabel">Parameters:</span></dt>
258
+ <dd><code>value</code> - to convert</dd>
259
+ <dt><span class="returnLabel">Returns:</span></dt>
260
+ <dd>converted to expected data type</dd>
261
+ </dl>
262
+ </li>
263
+ </ul>
264
+ <a name="read-org.janusgraph.diskstorage.ScanBuffer-">
265
+ <!-- -->
266
+ </a>
267
+ <ul class="blockList">
268
+ <li class="blockList">
269
+ <h4>read</h4>
270
+ <pre>public&nbsp;<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&nbsp;read(<a href="../../../../org/janusgraph/diskstorage/ScanBuffer.html" title="interface in org.janusgraph.diskstorage">ScanBuffer</a>&nbsp;buffer)</pre>
271
+ <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#read-org.janusgraph.diskstorage.ScanBuffer-">AttributeSerializer</a></code></span></div>
272
+ <div class="block">Reads an attribute from the given ReadBuffer.
273
+ <p>
274
+ It is expected that this read operation adjusts the position in the ReadBuffer to after the attribute value.</div>
275
+ <dl>
276
+ <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
277
+ <dd><code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#read-org.janusgraph.diskstorage.ScanBuffer-">read</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&gt;</code></dd>
278
+ <dt><span class="paramLabel">Parameters:</span></dt>
279
+ <dd><code>buffer</code> - ReadBuffer to read attribute from</dd>
280
+ <dt><span class="returnLabel">Returns:</span></dt>
281
+ <dd>Read attribute</dd>
282
+ </dl>
283
+ </li>
284
+ </ul>
285
+ <a name="write-org.janusgraph.diskstorage.WriteBuffer-org.janusgraph.core.attribute.Geoshape-">
286
+ <!-- -->
287
+ </a>
288
+ <ul class="blockListLast">
289
+ <li class="blockList">
290
+ <h4>write</h4>
291
+ <pre>public&nbsp;void&nbsp;write(<a href="../../../../org/janusgraph/diskstorage/WriteBuffer.html" title="interface in org.janusgraph.diskstorage">WriteBuffer</a>&nbsp;buffer,
292
+ <a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&nbsp;attribute)</pre>
293
+ <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#write-org.janusgraph.diskstorage.WriteBuffer-V-">AttributeSerializer</a></code></span></div>
294
+ <div class="block">Writes the attribute value to the given WriteBuffer.
295
+ <p>
296
+ It is expected that this write operation adjusts the position in the WriteBuffer to after the attribute value.</div>
297
+ <dl>
298
+ <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
299
+ <dd><code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html#write-org.janusgraph.diskstorage.WriteBuffer-V-">write</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;<a href="https://janusgraph.org/apidocs/org/janusgraph/core/attribute/Geoshape.html?is-external=true" title="class or interface in org.janusgraph.core.attribute">Geoshape</a>&gt;</code></dd>
300
+ <dt><span class="paramLabel">Parameters:</span></dt>
301
+ <dd><code>buffer</code> - WriteBuffer to write attribute to</dd>
302
+ <dd><code>attribute</code> - Attribute to write to WriteBuffer</dd>
303
+ </dl>
304
+ </li>
305
+ </ul>
306
+ </li>
307
+ </ul>
308
+ </li>
309
+ </ul>
310
+ </div>
311
+ </div>
312
+ <!-- ========= END OF CLASS DATA ========= -->
313
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
314
+ <div class="bottomNav"><a name="navbar.bottom">
315
+ <!-- -->
316
+ </a>
317
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
318
+ <a name="navbar.bottom.firstrow">
319
+ <!-- -->
320
+ </a>
321
+ <ul class="navList" title="Navigation">
322
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
323
+ <li><a href="package-summary.html">Package</a></li>
324
+ <li class="navBarCell1Rev">Class</li>
325
+ <li><a href="class-use/GeoshapeSerializer.html">Use</a></li>
326
+ <li><a href="package-tree.html">Tree</a></li>
327
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
328
+ <li><a href="../../../../index-all.html">Index</a></li>
329
+ <li><a href="../../../../help-doc.html">Help</a></li>
330
+ </ul>
331
+ </div>
332
+ <div class="subNav">
333
+ <ul class="navList">
334
+ <li><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
335
+ <li>Next&nbsp;Class</li>
336
+ </ul>
337
+ <ul class="navList">
338
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/GeoshapeSerializer.html" target="_top">Frames</a></li>
339
+ <li><a href="GeoshapeSerializer.html" target="_top">No&nbsp;Frames</a></li>
340
+ </ul>
341
+ <ul class="navList" id="allclasses_navbar_bottom">
342
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
343
+ </ul>
344
+ <div>
345
+ <script type="text/javascript"><!--
346
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
347
+ if(window==top) {
348
+ allClassesLink.style.display = "block";
349
+ }
350
+ else {
351
+ allClassesLink.style.display = "none";
352
+ }
353
+ //-->
354
+ </script>
355
+ </div>
356
+ <div>
357
+ <ul class="subNavList">
358
+ <li>Summary:&nbsp;</li>
359
+ <li>Nested&nbsp;|&nbsp;</li>
360
+ <li>Field&nbsp;|&nbsp;</li>
361
+ <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
362
+ <li><a href="#method.summary">Method</a></li>
363
+ </ul>
364
+ <ul class="subNavList">
365
+ <li>Detail:&nbsp;</li>
366
+ <li>Field&nbsp;|&nbsp;</li>
367
+ <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
368
+ <li><a href="#method.detail">Method</a></li>
369
+ </ul>
370
+ </div>
371
+ <a name="skip.navbar.bottom">
372
+ <!-- -->
373
+ </a></div>
374
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
375
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
376
+ </body>
377
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/class-use/AttributeSerializer.html ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.attribute.AttributeSerializer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.attribute.AttributeSerializer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../../index.html?org/janusgraph/core/attribute/class-use/AttributeSerializer.html" target="_top">Frames</a></li>
52
+ <li><a href="AttributeSerializer.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.attribute.AttributeSerializer" class="title">Uses of Interface<br>org.janusgraph.core.attribute.AttributeSerializer</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core.attribute">org.janusgraph.core.attribute</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.configuration">org.janusgraph.graphdb.configuration</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.serialize">org.janusgraph.graphdb.database.serialize</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.serialize.attribute">org.janusgraph.graphdb.database.serialize.attribute</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ </tbody>
103
+ </table>
104
+ </li>
105
+ <li class="blockList">
106
+ <ul class="blockList">
107
+ <li class="blockList"><a name="org.janusgraph.core.attribute">
108
+ <!-- -->
109
+ </a>
110
+ <h3>Uses of <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a> in <a href="../../../../../org/janusgraph/core/attribute/package-summary.html">org.janusgraph.core.attribute</a></h3>
111
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
112
+ <caption><span>Classes in <a href="../../../../../org/janusgraph/core/attribute/package-summary.html">org.janusgraph.core.attribute</a> that implement <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a></span><span class="tabEnd">&nbsp;</span></caption>
113
+ <tr>
114
+ <th class="colFirst" scope="col">Modifier and Type</th>
115
+ <th class="colLast" scope="col">Class and Description</th>
116
+ </tr>
117
+ <tbody>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><code>class&nbsp;</code></td>
120
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html" title="class in org.janusgraph.core.attribute">GeoshapeSerializer</a></span></code>
121
+ <div class="block">Geoshape attribute serializer for JanusGraph.</div>
122
+ </td>
123
+ </tr>
124
+ </tbody>
125
+ </table>
126
+ </li>
127
+ <li class="blockList"><a name="org.janusgraph.graphdb.configuration">
128
+ <!-- -->
129
+ </a>
130
+ <h3>Uses of <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a> in <a href="../../../../../org/janusgraph/graphdb/configuration/package-summary.html">org.janusgraph.graphdb.configuration</a></h3>
131
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
132
+ <caption><span>Constructors in <a href="../../../../../org/janusgraph/graphdb/configuration/package-summary.html">org.janusgraph.graphdb.configuration</a> with parameters of type <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a></span><span class="tabEnd">&nbsp;</span></caption>
133
+ <tr>
134
+ <th class="colOne" scope="col">Constructor and Description</th>
135
+ </tr>
136
+ <tbody>
137
+ <tr class="altColor">
138
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/configuration/RegisteredAttributeClass.html#RegisteredAttributeClass-int-java.lang.Class-org.janusgraph.core.attribute.AttributeSerializer-">RegisteredAttributeClass</a></span>(int&nbsp;position,
139
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;<a href="../../../../../org/janusgraph/graphdb/configuration/RegisteredAttributeClass.html" title="type parameter in RegisteredAttributeClass">T</a>&gt;&nbsp;type,
140
+ <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;<a href="../../../../../org/janusgraph/graphdb/configuration/RegisteredAttributeClass.html" title="type parameter in RegisteredAttributeClass">T</a>&gt;&nbsp;serializer)</code>&nbsp;</td>
141
+ </tr>
142
+ </tbody>
143
+ </table>
144
+ </li>
145
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.serialize">
146
+ <!-- -->
147
+ </a>
148
+ <h3>Uses of <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a> in <a href="../../../../../org/janusgraph/graphdb/database/serialize/package-summary.html">org.janusgraph.graphdb.database.serialize</a></h3>
149
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
150
+ <caption><span>Subinterfaces of <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a> in <a href="../../../../../org/janusgraph/graphdb/database/serialize/package-summary.html">org.janusgraph.graphdb.database.serialize</a></span><span class="tabEnd">&nbsp;</span></caption>
151
+ <tr>
152
+ <th class="colFirst" scope="col">Modifier and Type</th>
153
+ <th class="colLast" scope="col">Interface and Description</th>
154
+ </tr>
155
+ <tbody>
156
+ <tr class="altColor">
157
+ <td class="colFirst"><code>interface&nbsp;</code></td>
158
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/OrderPreservingSerializer.html" title="interface in org.janusgraph.graphdb.database.serialize">OrderPreservingSerializer</a>&lt;V&gt;</span></code>
159
+ <div class="block">Interface that extends <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute"><code>AttributeSerializer</code></a> to provide a serialization that is byte order preserving, i.e. the
160
+ order of the elements (as given by its <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang"><code>Comparable</code></a> implementation) corresponds to the natural order of the
161
+ serialized byte representation representation.</div>
162
+ </td>
163
+ </tr>
164
+ </tbody>
165
+ </table>
166
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
167
+ <caption><span>Methods in <a href="../../../../../org/janusgraph/graphdb/database/serialize/package-summary.html">org.janusgraph.graphdb.database.serialize</a> with parameters of type <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a></span><span class="tabEnd">&nbsp;</span></caption>
168
+ <tr>
169
+ <th class="colFirst" scope="col">Modifier and Type</th>
170
+ <th class="colLast" scope="col">Method and Description</th>
171
+ </tr>
172
+ <tbody>
173
+ <tr class="altColor">
174
+ <td class="colFirst"><code>&lt;T&gt;&nbsp;void</code></td>
175
+ <td class="colLast"><span class="typeNameLabel">AttributeHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/AttributeHandler.html#registerClass-int-java.lang.Class-org.janusgraph.core.attribute.AttributeSerializer-">registerClass</a></span>(int&nbsp;registrationNo,
176
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type,
177
+ <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;T&gt;&nbsp;attributeHandler)</code>&nbsp;</td>
178
+ </tr>
179
+ <tr class="rowColor">
180
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;void</code></td>
181
+ <td class="colLast"><span class="typeNameLabel">StandardSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/StandardSerializer.html#registerClass-int-java.lang.Class-org.janusgraph.core.attribute.AttributeSerializer-">registerClass</a></span>(int&nbsp;registrationNo,
182
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;V&gt;&nbsp;datatype,
183
+ <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;V&gt;&nbsp;serializer)</code>&nbsp;</td>
184
+ </tr>
185
+ <tr class="altColor">
186
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;void</code></td>
187
+ <td class="colLast"><span class="typeNameLabel">StandardSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/StandardSerializer.html#registerClassInternal-int-java.lang.Class-org.janusgraph.core.attribute.AttributeSerializer-">registerClassInternal</a></span>(int&nbsp;registrationNo,
188
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends V&gt;&nbsp;datatype,
189
+ <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;V&gt;&nbsp;serializer)</code>&nbsp;</td>
190
+ </tr>
191
+ </tbody>
192
+ </table>
193
+ </li>
194
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.serialize.attribute">
195
+ <!-- -->
196
+ </a>
197
+ <h3>Uses of <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a> in <a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/package-summary.html">org.janusgraph.graphdb.database.serialize.attribute</a></h3>
198
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
199
+ <caption><span>Classes in <a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/package-summary.html">org.janusgraph.graphdb.database.serialize.attribute</a> that implement <a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a></span><span class="tabEnd">&nbsp;</span></caption>
200
+ <tr>
201
+ <th class="colFirst" scope="col">Modifier and Type</th>
202
+ <th class="colLast" scope="col">Class and Description</th>
203
+ </tr>
204
+ <tbody>
205
+ <tr class="altColor">
206
+ <td class="colFirst"><code>class&nbsp;</code></td>
207
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/BooleanArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">BooleanArraySerializer</a></span></code>&nbsp;</td>
208
+ </tr>
209
+ <tr class="rowColor">
210
+ <td class="colFirst"><code>class&nbsp;</code></td>
211
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/BooleanSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">BooleanSerializer</a></span></code>&nbsp;</td>
212
+ </tr>
213
+ <tr class="altColor">
214
+ <td class="colFirst"><code>class&nbsp;</code></td>
215
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/ByteArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ByteArraySerializer</a></span></code>&nbsp;</td>
216
+ </tr>
217
+ <tr class="rowColor">
218
+ <td class="colFirst"><code>class&nbsp;</code></td>
219
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/ByteSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ByteSerializer</a></span></code>&nbsp;</td>
220
+ </tr>
221
+ <tr class="altColor">
222
+ <td class="colFirst"><code>class&nbsp;</code></td>
223
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/CharacterSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">CharacterSerializer</a></span></code>&nbsp;</td>
224
+ </tr>
225
+ <tr class="rowColor">
226
+ <td class="colFirst"><code>class&nbsp;</code></td>
227
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/CharArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">CharArraySerializer</a></span></code>&nbsp;</td>
228
+ </tr>
229
+ <tr class="altColor">
230
+ <td class="colFirst"><code>class&nbsp;</code></td>
231
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/DateSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">DateSerializer</a></span></code>&nbsp;</td>
232
+ </tr>
233
+ <tr class="rowColor">
234
+ <td class="colFirst"><code>class&nbsp;</code></td>
235
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/DoubleArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">DoubleArraySerializer</a></span></code>&nbsp;</td>
236
+ </tr>
237
+ <tr class="altColor">
238
+ <td class="colFirst"><code>class&nbsp;</code></td>
239
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/DoubleSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">DoubleSerializer</a></span></code>&nbsp;</td>
240
+ </tr>
241
+ <tr class="rowColor">
242
+ <td class="colFirst"><code>class&nbsp;</code></td>
243
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/DurationSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">DurationSerializer</a></span></code>&nbsp;</td>
244
+ </tr>
245
+ <tr class="altColor">
246
+ <td class="colFirst"><code>class&nbsp;</code></td>
247
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/EnumSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">EnumSerializer</a>&lt;E extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&gt;</span></code>&nbsp;</td>
248
+ </tr>
249
+ <tr class="rowColor">
250
+ <td class="colFirst"><code>class&nbsp;</code></td>
251
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/FloatArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">FloatArraySerializer</a></span></code>&nbsp;</td>
252
+ </tr>
253
+ <tr class="altColor">
254
+ <td class="colFirst"><code>class&nbsp;</code></td>
255
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/FloatSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">FloatSerializer</a></span></code>&nbsp;</td>
256
+ </tr>
257
+ <tr class="rowColor">
258
+ <td class="colFirst"><code>class&nbsp;</code></td>
259
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/InstantSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">InstantSerializer</a></span></code>&nbsp;</td>
260
+ </tr>
261
+ <tr class="altColor">
262
+ <td class="colFirst"><code>class&nbsp;</code></td>
263
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/IntArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">IntArraySerializer</a></span></code>&nbsp;</td>
264
+ </tr>
265
+ <tr class="rowColor">
266
+ <td class="colFirst"><code>class&nbsp;</code></td>
267
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/IntegerSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">IntegerSerializer</a></span></code>&nbsp;</td>
268
+ </tr>
269
+ <tr class="altColor">
270
+ <td class="colFirst"><code>class&nbsp;</code></td>
271
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/JsonSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">JsonSerializer</a>&lt;T extends org.apache.tinkerpop.shaded.jackson.databind.JsonNode&gt;</span></code>
272
+ <div class="block">Serializes implementation of <code>JsonNode</code> by using
273
+ <a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/StringSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute"><code>StringSerializer</code></a> for JSON string serialization.</div>
274
+ </td>
275
+ </tr>
276
+ <tr class="rowColor">
277
+ <td class="colFirst"><code>class&nbsp;</code></td>
278
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/LongArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">LongArraySerializer</a></span></code>&nbsp;</td>
279
+ </tr>
280
+ <tr class="altColor">
281
+ <td class="colFirst"><code>class&nbsp;</code></td>
282
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/LongSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">LongSerializer</a></span></code>&nbsp;</td>
283
+ </tr>
284
+ <tr class="rowColor">
285
+ <td class="colFirst"><code>class&nbsp;</code></td>
286
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/ObjectSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ObjectSerializer</a></span></code>&nbsp;</td>
287
+ </tr>
288
+ <tr class="altColor">
289
+ <td class="colFirst"><code>class&nbsp;</code></td>
290
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/ParameterArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ParameterArraySerializer</a></span></code>&nbsp;</td>
291
+ </tr>
292
+ <tr class="rowColor">
293
+ <td class="colFirst"><code>class&nbsp;</code></td>
294
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/ParameterSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ParameterSerializer</a></span></code>&nbsp;</td>
295
+ </tr>
296
+ <tr class="altColor">
297
+ <td class="colFirst"><code>class&nbsp;</code></td>
298
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/SerializableSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">SerializableSerializer</a>&lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>&gt;</span></code>
299
+ <div class="block">Serializes <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><code>Serializable</code></a> objects.</div>
300
+ </td>
301
+ </tr>
302
+ <tr class="rowColor">
303
+ <td class="colFirst"><code>class&nbsp;</code></td>
304
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/ShortArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ShortArraySerializer</a></span></code>&nbsp;</td>
305
+ </tr>
306
+ <tr class="altColor">
307
+ <td class="colFirst"><code>class&nbsp;</code></td>
308
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/ShortSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">ShortSerializer</a></span></code>&nbsp;</td>
309
+ </tr>
310
+ <tr class="rowColor">
311
+ <td class="colFirst"><code>class&nbsp;</code></td>
312
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/StandardTransactionIdSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">StandardTransactionIdSerializer</a></span></code>&nbsp;</td>
313
+ </tr>
314
+ <tr class="altColor">
315
+ <td class="colFirst"><code>class&nbsp;</code></td>
316
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/StringArraySerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">StringArraySerializer</a></span></code>&nbsp;</td>
317
+ </tr>
318
+ <tr class="rowColor">
319
+ <td class="colFirst"><code>class&nbsp;</code></td>
320
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/StringSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">StringSerializer</a></span></code>
321
+ <div class="block">Serializes Strings by trying to find the most efficient serialization format:
322
+ 1) ASCII encoding (one byte per char)
323
+ 2) Full UTF encoding (for non-ASCII strings)
324
+ 3) Using compression algorithms for long strings</div>
325
+ </td>
326
+ </tr>
327
+ <tr class="altColor">
328
+ <td class="colFirst"><code>class&nbsp;</code></td>
329
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/TypeDefinitionDescriptionSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">TypeDefinitionDescriptionSerializer</a></span></code>&nbsp;</td>
330
+ </tr>
331
+ <tr class="rowColor">
332
+ <td class="colFirst"><code>class&nbsp;</code></td>
333
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/janusgraph/graphdb/database/serialize/attribute/UUIDSerializer.html" title="class in org.janusgraph.graphdb.database.serialize.attribute">UUIDSerializer</a></span></code>&nbsp;</td>
334
+ </tr>
335
+ </tbody>
336
+ </table>
337
+ </li>
338
+ </ul>
339
+ </li>
340
+ </ul>
341
+ </div>
342
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
343
+ <div class="bottomNav"><a name="navbar.bottom">
344
+ <!-- -->
345
+ </a>
346
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
347
+ <a name="navbar.bottom.firstrow">
348
+ <!-- -->
349
+ </a>
350
+ <ul class="navList" title="Navigation">
351
+ <li><a href="../../../../../overview-summary.html">Overview</a></li>
352
+ <li><a href="../package-summary.html">Package</a></li>
353
+ <li><a href="../../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">Class</a></li>
354
+ <li class="navBarCell1Rev">Use</li>
355
+ <li><a href="../package-tree.html">Tree</a></li>
356
+ <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
357
+ <li><a href="../../../../../index-all.html">Index</a></li>
358
+ <li><a href="../../../../../help-doc.html">Help</a></li>
359
+ </ul>
360
+ </div>
361
+ <div class="subNav">
362
+ <ul class="navList">
363
+ <li>Prev</li>
364
+ <li>Next</li>
365
+ </ul>
366
+ <ul class="navList">
367
+ <li><a href="../../../../../index.html?org/janusgraph/core/attribute/class-use/AttributeSerializer.html" target="_top">Frames</a></li>
368
+ <li><a href="AttributeSerializer.html" target="_top">No&nbsp;Frames</a></li>
369
+ </ul>
370
+ <ul class="navList" id="allclasses_navbar_bottom">
371
+ <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
372
+ </ul>
373
+ <div>
374
+ <script type="text/javascript"><!--
375
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
376
+ if(window==top) {
377
+ allClassesLink.style.display = "block";
378
+ }
379
+ else {
380
+ allClassesLink.style.display = "none";
381
+ }
382
+ //-->
383
+ </script>
384
+ </div>
385
+ <a name="skip.navbar.bottom">
386
+ <!-- -->
387
+ </a></div>
388
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
389
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
390
+ </body>
391
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/class-use/GeoshapeSerializer.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.attribute.GeoshapeSerializer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.attribute.GeoshapeSerializer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html" title="class in org.janusgraph.core.attribute">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../../index.html?org/janusgraph/core/attribute/class-use/GeoshapeSerializer.html" target="_top">Frames</a></li>
52
+ <li><a href="GeoshapeSerializer.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.attribute.GeoshapeSerializer" class="title">Uses of Class<br>org.janusgraph.core.attribute.GeoshapeSerializer</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.attribute.GeoshapeSerializer</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html" title="class in org.janusgraph.core.attribute">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../../index.html?org/janusgraph/core/attribute/class-use/GeoshapeSerializer.html" target="_top">Frames</a></li>
103
+ <li><a href="GeoshapeSerializer.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/package-frame.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:29 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>org.janusgraph.core.attribute (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <h1 class="bar"><a href="../../../../org/janusgraph/core/attribute/package-summary.html" target="classFrame">org.janusgraph.core.attribute</a></h1>
14
+ <div class="indexContainer">
15
+ <h2 title="Interfaces">Interfaces</h2>
16
+ <ul title="Interfaces">
17
+ <li><a href="AttributeSerializer.html" title="interface in org.janusgraph.core.attribute" target="classFrame"><span class="interfaceName">AttributeSerializer</span></a></li>
18
+ </ul>
19
+ <h2 title="Classes">Classes</h2>
20
+ <ul title="Classes">
21
+ <li><a href="GeoshapeSerializer.html" title="class in org.janusgraph.core.attribute" target="classFrame">GeoshapeSerializer</a></li>
22
+ </ul>
23
+ </div>
24
+ </body>
25
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/package-summary.html ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:29 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>org.janusgraph.core.attribute (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="org.janusgraph.core.attribute (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li class="navBarCell1Rev">Package</li>
37
+ <li>Class</li>
38
+ <li><a href="package-use.html">Use</a></li>
39
+ <li><a href="package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li><a href="../../../../org/janusgraph/core/package-summary.html">Prev&nbsp;Package</a></li>
48
+ <li><a href="../../../../org/janusgraph/core/log/package-summary.html">Next&nbsp;Package</a></li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/package-summary.html" target="_top">Frames</a></li>
52
+ <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h1 title="Package" class="title">Package&nbsp;org.janusgraph.core.attribute</h1>
75
+ </div>
76
+ <div class="contentContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
80
+ <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Interface</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;V&gt;</td>
88
+ <td class="colLast">
89
+ <div class="block">Allows custom serializer definitions for attribute values.</div>
90
+ </td>
91
+ </tr>
92
+ </tbody>
93
+ </table>
94
+ </li>
95
+ <li class="blockList">
96
+ <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
97
+ <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
98
+ <tr>
99
+ <th class="colFirst" scope="col">Class</th>
100
+ <th class="colLast" scope="col">Description</th>
101
+ </tr>
102
+ <tbody>
103
+ <tr class="altColor">
104
+ <td class="colFirst"><a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html" title="class in org.janusgraph.core.attribute">GeoshapeSerializer</a></td>
105
+ <td class="colLast">
106
+ <div class="block">Geoshape attribute serializer for JanusGraph.</div>
107
+ </td>
108
+ </tr>
109
+ </tbody>
110
+ </table>
111
+ </li>
112
+ </ul>
113
+ </div>
114
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
115
+ <div class="bottomNav"><a name="navbar.bottom">
116
+ <!-- -->
117
+ </a>
118
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
119
+ <a name="navbar.bottom.firstrow">
120
+ <!-- -->
121
+ </a>
122
+ <ul class="navList" title="Navigation">
123
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
124
+ <li class="navBarCell1Rev">Package</li>
125
+ <li>Class</li>
126
+ <li><a href="package-use.html">Use</a></li>
127
+ <li><a href="package-tree.html">Tree</a></li>
128
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
129
+ <li><a href="../../../../index-all.html">Index</a></li>
130
+ <li><a href="../../../../help-doc.html">Help</a></li>
131
+ </ul>
132
+ </div>
133
+ <div class="subNav">
134
+ <ul class="navList">
135
+ <li><a href="../../../../org/janusgraph/core/package-summary.html">Prev&nbsp;Package</a></li>
136
+ <li><a href="../../../../org/janusgraph/core/log/package-summary.html">Next&nbsp;Package</a></li>
137
+ </ul>
138
+ <ul class="navList">
139
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/package-summary.html" target="_top">Frames</a></li>
140
+ <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
141
+ </ul>
142
+ <ul class="navList" id="allclasses_navbar_bottom">
143
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
144
+ </ul>
145
+ <div>
146
+ <script type="text/javascript"><!--
147
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
148
+ if(window==top) {
149
+ allClassesLink.style.display = "block";
150
+ }
151
+ else {
152
+ allClassesLink.style.display = "none";
153
+ }
154
+ //-->
155
+ </script>
156
+ </div>
157
+ <a name="skip.navbar.bottom">
158
+ <!-- -->
159
+ </a></div>
160
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
161
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
162
+ </body>
163
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/package-tree.html ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:29 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>org.janusgraph.core.attribute Class Hierarchy (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="org.janusgraph.core.attribute Class Hierarchy (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="package-summary.html">Package</a></li>
37
+ <li>Class</li>
38
+ <li>Use</li>
39
+ <li class="navBarCell1Rev">Tree</li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li><a href="../../../../org/janusgraph/core/package-tree.html">Prev</a></li>
48
+ <li><a href="../../../../org/janusgraph/core/log/package-tree.html">Next</a></li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/package-tree.html" target="_top">Frames</a></li>
52
+ <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h1 class="title">Hierarchy For Package org.janusgraph.core.attribute</h1>
75
+ <span class="packageHierarchyLabel">Package Hierarchies:</span>
76
+ <ul class="horizontal">
77
+ <li><a href="../../../../overview-tree.html">All Packages</a></li>
78
+ </ul>
79
+ </div>
80
+ <div class="contentContainer">
81
+ <h2 title="Class Hierarchy">Class Hierarchy</h2>
82
+ <ul>
83
+ <li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
84
+ <ul>
85
+ <li type="circle">org.janusgraph.core.attribute.<a href="../../../../org/janusgraph/core/attribute/GeoshapeSerializer.html" title="class in org.janusgraph.core.attribute"><span class="typeNameLink">GeoshapeSerializer</span></a> (implements org.janusgraph.core.attribute.<a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute">AttributeSerializer</a>&lt;V&gt;)</li>
86
+ </ul>
87
+ </li>
88
+ </ul>
89
+ <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
90
+ <ul>
91
+ <li type="circle">org.janusgraph.core.attribute.<a href="../../../../org/janusgraph/core/attribute/AttributeSerializer.html" title="interface in org.janusgraph.core.attribute"><span class="typeNameLink">AttributeSerializer</span></a>&lt;V&gt;</li>
92
+ </ul>
93
+ </div>
94
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
95
+ <div class="bottomNav"><a name="navbar.bottom">
96
+ <!-- -->
97
+ </a>
98
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
99
+ <a name="navbar.bottom.firstrow">
100
+ <!-- -->
101
+ </a>
102
+ <ul class="navList" title="Navigation">
103
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
104
+ <li><a href="package-summary.html">Package</a></li>
105
+ <li>Class</li>
106
+ <li>Use</li>
107
+ <li class="navBarCell1Rev">Tree</li>
108
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
109
+ <li><a href="../../../../index-all.html">Index</a></li>
110
+ <li><a href="../../../../help-doc.html">Help</a></li>
111
+ </ul>
112
+ </div>
113
+ <div class="subNav">
114
+ <ul class="navList">
115
+ <li><a href="../../../../org/janusgraph/core/package-tree.html">Prev</a></li>
116
+ <li><a href="../../../../org/janusgraph/core/log/package-tree.html">Next</a></li>
117
+ </ul>
118
+ <ul class="navList">
119
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/package-tree.html" target="_top">Frames</a></li>
120
+ <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
121
+ </ul>
122
+ <ul class="navList" id="allclasses_navbar_bottom">
123
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
124
+ </ul>
125
+ <div>
126
+ <script type="text/javascript"><!--
127
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
128
+ if(window==top) {
129
+ allClassesLink.style.display = "block";
130
+ }
131
+ else {
132
+ allClassesLink.style.display = "none";
133
+ }
134
+ //-->
135
+ </script>
136
+ </div>
137
+ <a name="skip.navbar.bottom">
138
+ <!-- -->
139
+ </a></div>
140
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
141
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
142
+ </body>
143
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/attribute/package-use.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Package org.janusgraph.core.attribute (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Package org.janusgraph.core.attribute (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="package-summary.html">Package</a></li>
37
+ <li>Class</li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/package-use.html" target="_top">Frames</a></li>
52
+ <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h1 title="Uses of Package org.janusgraph.core.attribute" class="title">Uses of Package<br>org.janusgraph.core.attribute</h1>
75
+ </div>
76
+ <div class="contentContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/attribute/package-summary.html">org.janusgraph.core.attribute</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core.attribute">org.janusgraph.core.attribute</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.configuration">org.janusgraph.graphdb.configuration</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.serialize">org.janusgraph.graphdb.database.serialize</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.serialize.attribute">org.janusgraph.graphdb.database.serialize.attribute</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ </tbody>
103
+ </table>
104
+ </li>
105
+ <li class="blockList"><a name="org.janusgraph.core.attribute">
106
+ <!-- -->
107
+ </a>
108
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
109
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/attribute/package-summary.html">org.janusgraph.core.attribute</a> used by <a href="../../../../org/janusgraph/core/attribute/package-summary.html">org.janusgraph.core.attribute</a></span><span class="tabEnd">&nbsp;</span></caption>
110
+ <tr>
111
+ <th class="colOne" scope="col">Class and Description</th>
112
+ </tr>
113
+ <tbody>
114
+ <tr class="altColor">
115
+ <td class="colOne"><a href="../../../../org/janusgraph/core/attribute/class-use/AttributeSerializer.html#org.janusgraph.core.attribute">AttributeSerializer</a>
116
+ <div class="block">Allows custom serializer definitions for attribute values.</div>
117
+ </td>
118
+ </tr>
119
+ </tbody>
120
+ </table>
121
+ </li>
122
+ <li class="blockList"><a name="org.janusgraph.graphdb.configuration">
123
+ <!-- -->
124
+ </a>
125
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
126
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/attribute/package-summary.html">org.janusgraph.core.attribute</a> used by <a href="../../../../org/janusgraph/graphdb/configuration/package-summary.html">org.janusgraph.graphdb.configuration</a></span><span class="tabEnd">&nbsp;</span></caption>
127
+ <tr>
128
+ <th class="colOne" scope="col">Class and Description</th>
129
+ </tr>
130
+ <tbody>
131
+ <tr class="altColor">
132
+ <td class="colOne"><a href="../../../../org/janusgraph/core/attribute/class-use/AttributeSerializer.html#org.janusgraph.graphdb.configuration">AttributeSerializer</a>
133
+ <div class="block">Allows custom serializer definitions for attribute values.</div>
134
+ </td>
135
+ </tr>
136
+ </tbody>
137
+ </table>
138
+ </li>
139
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.serialize">
140
+ <!-- -->
141
+ </a>
142
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
143
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/attribute/package-summary.html">org.janusgraph.core.attribute</a> used by <a href="../../../../org/janusgraph/graphdb/database/serialize/package-summary.html">org.janusgraph.graphdb.database.serialize</a></span><span class="tabEnd">&nbsp;</span></caption>
144
+ <tr>
145
+ <th class="colOne" scope="col">Class and Description</th>
146
+ </tr>
147
+ <tbody>
148
+ <tr class="altColor">
149
+ <td class="colOne"><a href="../../../../org/janusgraph/core/attribute/class-use/AttributeSerializer.html#org.janusgraph.graphdb.database.serialize">AttributeSerializer</a>
150
+ <div class="block">Allows custom serializer definitions for attribute values.</div>
151
+ </td>
152
+ </tr>
153
+ </tbody>
154
+ </table>
155
+ </li>
156
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.serialize.attribute">
157
+ <!-- -->
158
+ </a>
159
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
160
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/attribute/package-summary.html">org.janusgraph.core.attribute</a> used by <a href="../../../../org/janusgraph/graphdb/database/serialize/attribute/package-summary.html">org.janusgraph.graphdb.database.serialize.attribute</a></span><span class="tabEnd">&nbsp;</span></caption>
161
+ <tr>
162
+ <th class="colOne" scope="col">Class and Description</th>
163
+ </tr>
164
+ <tbody>
165
+ <tr class="altColor">
166
+ <td class="colOne"><a href="../../../../org/janusgraph/core/attribute/class-use/AttributeSerializer.html#org.janusgraph.graphdb.database.serialize.attribute">AttributeSerializer</a>
167
+ <div class="block">Allows custom serializer definitions for attribute values.</div>
168
+ </td>
169
+ </tr>
170
+ </tbody>
171
+ </table>
172
+ </li>
173
+ </ul>
174
+ </div>
175
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
176
+ <div class="bottomNav"><a name="navbar.bottom">
177
+ <!-- -->
178
+ </a>
179
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
180
+ <a name="navbar.bottom.firstrow">
181
+ <!-- -->
182
+ </a>
183
+ <ul class="navList" title="Navigation">
184
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
185
+ <li><a href="package-summary.html">Package</a></li>
186
+ <li>Class</li>
187
+ <li class="navBarCell1Rev">Use</li>
188
+ <li><a href="package-tree.html">Tree</a></li>
189
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
190
+ <li><a href="../../../../index-all.html">Index</a></li>
191
+ <li><a href="../../../../help-doc.html">Help</a></li>
192
+ </ul>
193
+ </div>
194
+ <div class="subNav">
195
+ <ul class="navList">
196
+ <li>Prev</li>
197
+ <li>Next</li>
198
+ </ul>
199
+ <ul class="navList">
200
+ <li><a href="../../../../index.html?org/janusgraph/core/attribute/package-use.html" target="_top">Frames</a></li>
201
+ <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
202
+ </ul>
203
+ <ul class="navList" id="allclasses_navbar_bottom">
204
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
205
+ </ul>
206
+ <div>
207
+ <script type="text/javascript"><!--
208
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
209
+ if(window==top) {
210
+ allClassesLink.style.display = "block";
211
+ }
212
+ else {
213
+ allClassesLink.style.display = "none";
214
+ }
215
+ //-->
216
+ </script>
217
+ </div>
218
+ <a name="skip.navbar.bottom">
219
+ <!-- -->
220
+ </a></div>
221
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
222
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
223
+ </body>
224
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/BaseVertexQuery.html ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.BaseVertexQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.BaseVertexQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/BaseVertexQuery.html" target="_top">Frames</a></li>
52
+ <li><a href="BaseVertexQuery.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.BaseVertexQuery" class="title">Uses of Interface<br>org.janusgraph.core.BaseVertexQuery</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap">org.janusgraph.graphdb.olap</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.vertex">org.janusgraph.graphdb.query.vertex</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop.optimize.step">org.janusgraph.graphdb.tinkerpop.optimize.step</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop.optimize.step.service">org.janusgraph.graphdb.tinkerpop.optimize.step.service</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop.optimize.step.util">org.janusgraph.graphdb.tinkerpop.optimize.step.util</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ </tbody>
115
+ </table>
116
+ </li>
117
+ <li class="blockList">
118
+ <ul class="blockList">
119
+ <li class="blockList"><a name="org.janusgraph.core">
120
+ <!-- -->
121
+ </a>
122
+ <h3>Uses of <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
123
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
124
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> with type parameters of type <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
125
+ <tr>
126
+ <th class="colFirst" scope="col">Modifier and Type</th>
127
+ <th class="colLast" scope="col">Interface and Description</th>
128
+ </tr>
129
+ <tbody>
130
+ <tr class="altColor">
131
+ <td class="colFirst"><code>interface&nbsp;</code></td>
132
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&lt;Q extends <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&lt;Q&gt;&gt;</span></code>
133
+ <div class="block">BaseVertexQuery constructs and executes a query over incident edges or properties from the perspective of a vertex.</div>
134
+ </td>
135
+ </tr>
136
+ </tbody>
137
+ </table>
138
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
139
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></span><span class="tabEnd">&nbsp;</span></caption>
140
+ <tr>
141
+ <th class="colFirst" scope="col">Modifier and Type</th>
142
+ <th class="colLast" scope="col">Interface and Description</th>
143
+ </tr>
144
+ <tbody>
145
+ <tr class="altColor">
146
+ <td class="colFirst"><code>interface&nbsp;</code></td>
147
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&lt;Q extends <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&lt;Q&gt;&gt;</span></code>
148
+ <div class="block">A MultiVertexQuery is identical to a <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphVertexQuery</code></a> but executed against a set of vertices simultaneously.</div>
149
+ </td>
150
+ </tr>
151
+ <tr class="rowColor">
152
+ <td class="colFirst"><code>interface&nbsp;</code></td>
153
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&lt;Q extends <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&lt;Q&gt;&gt;</span></code>
154
+ <div class="block">A JanusGraphVertexQuery is a VertexQuery executed for a single vertex.</div>
155
+ </td>
156
+ </tr>
157
+ </tbody>
158
+ </table>
159
+ </li>
160
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap">
161
+ <!-- -->
162
+ </a>
163
+ <h3>Uses of <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a></h3>
164
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
165
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a> that implement <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
166
+ <tr>
167
+ <th class="colFirst" scope="col">Modifier and Type</th>
168
+ <th class="colLast" scope="col">Class and Description</th>
169
+ </tr>
170
+ <tbody>
171
+ <tr class="altColor">
172
+ <td class="colFirst"><code>class&nbsp;</code></td>
173
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/QueryContainer.QueryBuilder.html" title="class in org.janusgraph.graphdb.olap">QueryContainer.QueryBuilder</a></span></code>&nbsp;</td>
174
+ </tr>
175
+ </tbody>
176
+ </table>
177
+ </li>
178
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.vertex">
179
+ <!-- -->
180
+ </a>
181
+ <h3>Uses of <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a></h3>
182
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
183
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> with type parameters of type <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
184
+ <tr>
185
+ <th class="colFirst" scope="col">Modifier and Type</th>
186
+ <th class="colLast" scope="col">Class and Description</th>
187
+ </tr>
188
+ <tbody>
189
+ <tr class="altColor">
190
+ <td class="colFirst"><code>class&nbsp;</code></td>
191
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex">BaseVertexCentricQueryBuilder</a>&lt;Q extends <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&lt;Q&gt;&gt;</span></code>
192
+ <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
193
+ is then executed by one of the extending classes.</div>
194
+ </td>
195
+ </tr>
196
+ <tr class="rowColor">
197
+ <td class="colFirst"><code>class&nbsp;</code></td>
198
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex">BasicVertexCentricQueryBuilder</a>&lt;Q extends <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&lt;Q&gt;&gt;</span></code>
199
+ <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
200
+ 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
201
+ classes.</div>
202
+ </td>
203
+ </tr>
204
+ </tbody>
205
+ </table>
206
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
207
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> that implement <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
208
+ <tr>
209
+ <th class="colFirst" scope="col">Modifier and Type</th>
210
+ <th class="colLast" scope="col">Class and Description</th>
211
+ </tr>
212
+ <tbody>
213
+ <tr class="altColor">
214
+ <td class="colFirst"><code>class&nbsp;</code></td>
215
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex">BaseVertexCentricQueryBuilder</a>&lt;Q extends <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&lt;Q&gt;&gt;</span></code>
216
+ <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
217
+ is then executed by one of the extending classes.</div>
218
+ </td>
219
+ </tr>
220
+ <tr class="rowColor">
221
+ <td class="colFirst"><code>class&nbsp;</code></td>
222
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex">BasicVertexCentricQueryBuilder</a>&lt;Q extends <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&lt;Q&gt;&gt;</span></code>
223
+ <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
224
+ 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
225
+ classes.</div>
226
+ </td>
227
+ </tr>
228
+ <tr class="altColor">
229
+ <td class="colFirst"><code>class&nbsp;</code></td>
230
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex">MultiVertexCentricQueryBuilder</a></span></code>
231
+ <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>
232
+ for all the query building and optimization and adds only the execution logic in
233
+ <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>
234
+ </td>
235
+ </tr>
236
+ <tr class="rowColor">
237
+ <td class="colFirst"><code>class&nbsp;</code></td>
238
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/VertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex">VertexCentricQueryBuilder</a></span></code>
239
+ <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>
240
+ for all the query building and optimization and adds only the execution logic in
241
+ <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>
242
+ </td>
243
+ </tr>
244
+ </tbody>
245
+ </table>
246
+ </li>
247
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop.optimize.step">
248
+ <!-- -->
249
+ </a>
250
+ <h3>Uses of <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step</a></h3>
251
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
252
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step</a> with type parameters of type <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
253
+ <tr>
254
+ <th class="colFirst" scope="col">Modifier and Type</th>
255
+ <th class="colLast" scope="col">Method and Description</th>
256
+ </tr>
257
+ <tbody>
258
+ <tr class="altColor">
259
+ <td class="colFirst"><code>&lt;Q extends <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&gt;<br>Q</code></td>
260
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertexStep.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/JanusGraphVertexStep.html#makeQuery-Q-">makeQuery</a></span>(Q&nbsp;query)</code>&nbsp;</td>
261
+ </tr>
262
+ </tbody>
263
+ </table>
264
+ </li>
265
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher">
266
+ <!-- -->
267
+ </a>
268
+ <h3>Uses of <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a></h3>
269
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
270
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a> with type parameters of type <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
271
+ <tr>
272
+ <th class="colFirst" scope="col">Modifier and Type</th>
273
+ <th class="colLast" scope="col">Method and Description</th>
274
+ </tr>
275
+ <tbody>
276
+ <tr class="altColor">
277
+ <td class="colFirst"><code>&lt;Q extends <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&gt;<br>Q</code></td>
278
+ <td class="colLast"><span class="typeNameLabel">FetchQueryBuildFunction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/FetchQueryBuildFunction.html#makeQuery-Q-">makeQuery</a></span>(Q&nbsp;query)</code>&nbsp;</td>
279
+ </tr>
280
+ </tbody>
281
+ </table>
282
+ </li>
283
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop.optimize.step.service">
284
+ <!-- -->
285
+ </a>
286
+ <h3>Uses of <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/service/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.service</a></h3>
287
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
288
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/service/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.service</a> with type parameters of type <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
289
+ <tr>
290
+ <th class="colFirst" scope="col">Modifier and Type</th>
291
+ <th class="colLast" scope="col">Method and Description</th>
292
+ </tr>
293
+ <tbody>
294
+ <tr class="altColor">
295
+ <td class="colFirst"><code>&lt;Q extends <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&gt;<br>Q</code></td>
296
+ <td class="colLast"><span class="typeNameLabel">DirectPropertiesFetchingService.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/service/DirectPropertiesFetchingService.html#makePropertiesQuery-Q-">makePropertiesQuery</a></span>(Q&nbsp;query)</code>&nbsp;</td>
297
+ </tr>
298
+ </tbody>
299
+ </table>
300
+ </li>
301
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop.optimize.step.util">
302
+ <!-- -->
303
+ </a>
304
+ <h3>Uses of <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/util/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.util</a></h3>
305
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
306
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/util/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.util</a> with type parameters of type <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
307
+ <tr>
308
+ <th class="colFirst" scope="col">Modifier and Type</th>
309
+ <th class="colLast" scope="col">Method and Description</th>
310
+ </tr>
311
+ <tbody>
312
+ <tr class="altColor">
313
+ <td class="colFirst"><code>static &lt;Q extends <a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">BaseVertexQuery</a>&gt;<br>Q</code></td>
314
+ <td class="colLast"><span class="typeNameLabel">PropertiesFetchingUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/util/PropertiesFetchingUtil.html#makeBasePropertiesQuery-Q-boolean-java.util.Set-java.lang.String:A-org.janusgraph.graphdb.query.profile.QueryProfiler-">makeBasePropertiesQuery</a></span>(Q&nbsp;query,
315
+ boolean&nbsp;prefetchAllPropertiesRequired,
316
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<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>&gt;&nbsp;propertyKeysSet,
317
+ <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>[]&nbsp;propertyKeys,
318
+ <a href="../../../../org/janusgraph/graphdb/query/profile/QueryProfiler.html" title="interface in org.janusgraph.graphdb.query.profile">QueryProfiler</a>&nbsp;queryProfiler)</code>&nbsp;</td>
319
+ </tr>
320
+ </tbody>
321
+ </table>
322
+ </li>
323
+ </ul>
324
+ </li>
325
+ </ul>
326
+ </div>
327
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
328
+ <div class="bottomNav"><a name="navbar.bottom">
329
+ <!-- -->
330
+ </a>
331
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
332
+ <a name="navbar.bottom.firstrow">
333
+ <!-- -->
334
+ </a>
335
+ <ul class="navList" title="Navigation">
336
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
337
+ <li><a href="../package-summary.html">Package</a></li>
338
+ <li><a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="interface in org.janusgraph.core">Class</a></li>
339
+ <li class="navBarCell1Rev">Use</li>
340
+ <li><a href="../package-tree.html">Tree</a></li>
341
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
342
+ <li><a href="../../../../index-all.html">Index</a></li>
343
+ <li><a href="../../../../help-doc.html">Help</a></li>
344
+ </ul>
345
+ </div>
346
+ <div class="subNav">
347
+ <ul class="navList">
348
+ <li>Prev</li>
349
+ <li>Next</li>
350
+ </ul>
351
+ <ul class="navList">
352
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/BaseVertexQuery.html" target="_top">Frames</a></li>
353
+ <li><a href="BaseVertexQuery.html" target="_top">No&nbsp;Frames</a></li>
354
+ </ul>
355
+ <ul class="navList" id="allclasses_navbar_bottom">
356
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
357
+ </ul>
358
+ <div>
359
+ <script type="text/javascript"><!--
360
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
361
+ if(window==top) {
362
+ allClassesLink.style.display = "block";
363
+ }
364
+ else {
365
+ allClassesLink.style.display = "none";
366
+ }
367
+ //-->
368
+ </script>
369
+ </div>
370
+ <a name="skip.navbar.bottom">
371
+ <!-- -->
372
+ </a></div>
373
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
374
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
375
+ </body>
376
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Cardinality.html ADDED
@@ -0,0 +1,469 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.Cardinality (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.Cardinality (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Cardinality.html" target="_top">Frames</a></li>
52
+ <li><a href="Cardinality.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.Cardinality" class="title">Uses of Class<br>org.janusgraph.core.Cardinality</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.schema">org.janusgraph.core.schema</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.core.schema.json.definition">org.janusgraph.core.schema.json.definition</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.diskstorage.indexing">org.janusgraph.diskstorage.indexing</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types">org.janusgraph.graphdb.types</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.indextype">org.janusgraph.graphdb.types.indextype</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.vertices">org.janusgraph.graphdb.types.vertices</a></td>
116
+ <td class="colLast">&nbsp;</td>
117
+ </tr>
118
+ </tbody>
119
+ </table>
120
+ </li>
121
+ <li class="blockList">
122
+ <ul class="blockList">
123
+ <li class="blockList"><a name="org.janusgraph.core">
124
+ <!-- -->
125
+ </a>
126
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
127
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
128
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
129
+ <tr>
130
+ <th class="colFirst" scope="col">Modifier and Type</th>
131
+ <th class="colLast" scope="col">Method and Description</th>
132
+ </tr>
133
+ <tbody>
134
+ <tr class="altColor">
135
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
136
+ <td class="colLast"><span class="typeNameLabel">PropertyKey.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/PropertyKey.html#cardinality--">cardinality</a></span>()</code>
137
+ <div class="block">The <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core"><code>Cardinality</code></a> of this property key.</div>
138
+ </td>
139
+ </tr>
140
+ <tr class="rowColor">
141
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
142
+ <td class="colLast"><span class="typeNameLabel">Cardinality.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Cardinality.html#convert-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-">convert</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality)</code>&nbsp;</td>
143
+ </tr>
144
+ <tr class="altColor">
145
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
146
+ <td class="colLast"><span class="typeNameLabel">Multiplicity.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Multiplicity.html#getCardinality--">getCardinality</a></span>()</code>&nbsp;</td>
147
+ </tr>
148
+ <tr class="rowColor">
149
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
150
+ <td class="colLast"><span class="typeNameLabel">Cardinality.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Cardinality.html#valueOf-java.lang.String-">valueOf</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>&nbsp;name)</code>
151
+ <div class="block">Returns the enum constant of this type with the specified name.</div>
152
+ </td>
153
+ </tr>
154
+ <tr class="altColor">
155
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>[]</code></td>
156
+ <td class="colLast"><span class="typeNameLabel">Cardinality.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Cardinality.html#values--">values</a></span>()</code>
157
+ <div class="block">Returns an array containing the constants of this enum type, in
158
+ the order they are declared.</div>
159
+ </td>
160
+ </tr>
161
+ </tbody>
162
+ </table>
163
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
164
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> with parameters of type <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
165
+ <tr>
166
+ <th class="colFirst" scope="col">Modifier and Type</th>
167
+ <th class="colLast" scope="col">Method and Description</th>
168
+ </tr>
169
+ <tbody>
170
+ <tr class="altColor">
171
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
172
+ <td class="colLast"><span class="typeNameLabel">Multiplicity.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Multiplicity.html#convert-org.janusgraph.core.Cardinality-">convert</a></span>(<a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>&nbsp;cardinality)</code>&nbsp;</td>
173
+ </tr>
174
+ </tbody>
175
+ </table>
176
+ </li>
177
+ <li class="blockList"><a name="org.janusgraph.core.schema">
178
+ <!-- -->
179
+ </a>
180
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a> in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a></h3>
181
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
182
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> that return <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
183
+ <tr>
184
+ <th class="colFirst" scope="col">Modifier and Type</th>
185
+ <th class="colLast" scope="col">Method and Description</th>
186
+ </tr>
187
+ <tbody>
188
+ <tr class="altColor">
189
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
190
+ <td class="colLast"><span class="typeNameLabel">DisableDefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/DisableDefaultSchemaMaker.html#defaultPropertyCardinality-java.lang.String-">defaultPropertyCardinality</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>&nbsp;key)</code>&nbsp;</td>
191
+ </tr>
192
+ <tr class="rowColor">
193
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
194
+ <td class="colLast"><span class="typeNameLabel">DefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/DefaultSchemaMaker.html#defaultPropertyCardinality-java.lang.String-">defaultPropertyCardinality</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>&nbsp;key)</code>&nbsp;</td>
195
+ </tr>
196
+ <tr class="altColor">
197
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
198
+ <td class="colLast"><span class="typeNameLabel">JanusGraphDefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphDefaultSchemaMaker.html#defaultPropertyCardinality-java.lang.String-">defaultPropertyCardinality</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>&nbsp;key)</code>&nbsp;</td>
199
+ </tr>
200
+ <tr class="rowColor">
201
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
202
+ <td class="colLast"><span class="typeNameLabel">Tp3DefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/Tp3DefaultSchemaMaker.html#defaultPropertyCardinality-java.lang.String-">defaultPropertyCardinality</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>&nbsp;key)</code>&nbsp;</td>
203
+ </tr>
204
+ </tbody>
205
+ </table>
206
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
207
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> with parameters of type <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
208
+ <tr>
209
+ <th class="colFirst" scope="col">Modifier and Type</th>
210
+ <th class="colLast" scope="col">Method and Description</th>
211
+ </tr>
212
+ <tbody>
213
+ <tr class="altColor">
214
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/schema/PropertyKeyMaker.html" title="interface in org.janusgraph.core.schema">PropertyKeyMaker</a></code></td>
215
+ <td class="colLast"><span class="typeNameLabel">PropertyKeyMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/PropertyKeyMaker.html#cardinality-org.janusgraph.core.Cardinality-">cardinality</a></span>(<a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>&nbsp;cardinality)</code>
216
+ <div class="block">Configures the <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core"><code>Cardinality</code></a> of this property key.</div>
217
+ </td>
218
+ </tr>
219
+ </tbody>
220
+ </table>
221
+ </li>
222
+ <li class="blockList"><a name="org.janusgraph.core.schema.json.definition">
223
+ <!-- -->
224
+ </a>
225
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a> in <a href="../../../../org/janusgraph/core/schema/json/definition/package-summary.html">org.janusgraph.core.schema.json.definition</a></h3>
226
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
227
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/json/definition/package-summary.html">org.janusgraph.core.schema.json.definition</a> that return <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
228
+ <tr>
229
+ <th class="colFirst" scope="col">Modifier and Type</th>
230
+ <th class="colLast" scope="col">Method and Description</th>
231
+ </tr>
232
+ <tbody>
233
+ <tr class="altColor">
234
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
235
+ <td class="colLast"><span class="typeNameLabel">JsonPropertyKeyDefinition.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/json/definition/JsonPropertyKeyDefinition.html#getCardinality--">getCardinality</a></span>()</code>&nbsp;</td>
236
+ </tr>
237
+ </tbody>
238
+ </table>
239
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
240
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/json/definition/package-summary.html">org.janusgraph.core.schema.json.definition</a> with parameters of type <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
241
+ <tr>
242
+ <th class="colFirst" scope="col">Modifier and Type</th>
243
+ <th class="colLast" scope="col">Method and Description</th>
244
+ </tr>
245
+ <tbody>
246
+ <tr class="altColor">
247
+ <td class="colFirst"><code>void</code></td>
248
+ <td class="colLast"><span class="typeNameLabel">JsonPropertyKeyDefinition.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/json/definition/JsonPropertyKeyDefinition.html#setCardinality-org.janusgraph.core.Cardinality-">setCardinality</a></span>(<a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>&nbsp;cardinality)</code>&nbsp;</td>
249
+ </tr>
250
+ </tbody>
251
+ </table>
252
+ </li>
253
+ <li class="blockList"><a name="org.janusgraph.diskstorage.indexing">
254
+ <!-- -->
255
+ </a>
256
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a> in <a href="../../../../org/janusgraph/diskstorage/indexing/package-summary.html">org.janusgraph.diskstorage.indexing</a></h3>
257
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
258
+ <caption><span>Methods in <a href="../../../../org/janusgraph/diskstorage/indexing/package-summary.html">org.janusgraph.diskstorage.indexing</a> that return <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
259
+ <tr>
260
+ <th class="colFirst" scope="col">Modifier and Type</th>
261
+ <th class="colLast" scope="col">Method and Description</th>
262
+ </tr>
263
+ <tbody>
264
+ <tr class="altColor">
265
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
266
+ <td class="colLast"><span class="typeNameLabel">KeyInformation.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/indexing/KeyInformation.html#getCardinality--">getCardinality</a></span>()</code>
267
+ <div class="block">Returns the <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core"><code>Cardinality</code></a> for this key.</div>
268
+ </td>
269
+ </tr>
270
+ <tr class="rowColor">
271
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
272
+ <td class="colLast"><span class="typeNameLabel">StandardKeyInformation.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/indexing/StandardKeyInformation.html#getCardinality--">getCardinality</a></span>()</code>&nbsp;</td>
273
+ </tr>
274
+ </tbody>
275
+ </table>
276
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
277
+ <caption><span>Methods in <a href="../../../../org/janusgraph/diskstorage/indexing/package-summary.html">org.janusgraph.diskstorage.indexing</a> with parameters of type <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
278
+ <tr>
279
+ <th class="colFirst" scope="col">Modifier and Type</th>
280
+ <th class="colLast" scope="col">Method and Description</th>
281
+ </tr>
282
+ <tbody>
283
+ <tr class="altColor">
284
+ <td class="colFirst"><code>boolean</code></td>
285
+ <td class="colLast"><span class="typeNameLabel">IndexFeatures.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/indexing/IndexFeatures.html#supportsCardinality-org.janusgraph.core.Cardinality-">supportsCardinality</a></span>(<a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>&nbsp;cardinality)</code>&nbsp;</td>
286
+ </tr>
287
+ <tr class="rowColor">
288
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/diskstorage/indexing/IndexFeatures.Builder.html" title="class in org.janusgraph.diskstorage.indexing">IndexFeatures.Builder</a></code></td>
289
+ <td class="colLast"><span class="typeNameLabel">IndexFeatures.Builder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/indexing/IndexFeatures.Builder.html#supportsCardinality-org.janusgraph.core.Cardinality-">supportsCardinality</a></span>(<a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>&nbsp;cardinality)</code>&nbsp;</td>
290
+ </tr>
291
+ </tbody>
292
+ </table>
293
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
294
+ <caption><span>Constructors in <a href="../../../../org/janusgraph/diskstorage/indexing/package-summary.html">org.janusgraph.diskstorage.indexing</a> with parameters of type <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
295
+ <tr>
296
+ <th class="colOne" scope="col">Constructor and Description</th>
297
+ </tr>
298
+ <tbody>
299
+ <tr class="altColor">
300
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/indexing/StandardKeyInformation.html#StandardKeyInformation-java.lang.Class-org.janusgraph.core.Cardinality-org.janusgraph.core.schema.Parameter...-">StandardKeyInformation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;dataType,
301
+ <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>&nbsp;cardinality,
302
+ <a href="../../../../org/janusgraph/core/schema/Parameter.html" title="class in org.janusgraph.core.schema">Parameter</a>...&nbsp;parameters)</code>&nbsp;</td>
303
+ </tr>
304
+ </tbody>
305
+ </table>
306
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
307
+ <caption><span>Constructor parameters in <a href="../../../../org/janusgraph/diskstorage/indexing/package-summary.html">org.janusgraph.diskstorage.indexing</a> with type arguments of type <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
308
+ <tr>
309
+ <th class="colOne" scope="col">Constructor and Description</th>
310
+ </tr>
311
+ <tbody>
312
+ <tr class="altColor">
313
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/indexing/IndexFeatures.html#IndexFeatures-boolean-org.janusgraph.core.schema.Mapping-java.util.Set-java.lang.String-java.util.Set-boolean-boolean-boolean-boolean-boolean-">IndexFeatures</a></span>(boolean&nbsp;supportsDocumentTTL,
314
+ <a href="../../../../org/janusgraph/core/schema/Mapping.html" title="enum in org.janusgraph.core.schema">Mapping</a>&nbsp;defaultMap,
315
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/janusgraph/core/schema/Mapping.html" title="enum in org.janusgraph.core.schema">Mapping</a>&gt;&nbsp;supportedMap,
316
+ <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>&nbsp;wildcardField,
317
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>&gt;&nbsp;supportedCardinalities,
318
+ boolean&nbsp;supportsNanoseconds,
319
+ boolean&nbsp;supportCustomAnalyzer,
320
+ boolean&nbsp;supportsGeoContains,
321
+ boolean&nbsp;supportGeoExists,
322
+ boolean&nbsp;supportsNotQueryNormalForm)</code>&nbsp;</td>
323
+ </tr>
324
+ </tbody>
325
+ </table>
326
+ </li>
327
+ <li class="blockList"><a name="org.janusgraph.graphdb.types">
328
+ <!-- -->
329
+ </a>
330
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a> in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a></h3>
331
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
332
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> that return <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
333
+ <tr>
334
+ <th class="colFirst" scope="col">Modifier and Type</th>
335
+ <th class="colLast" scope="col">Method and Description</th>
336
+ </tr>
337
+ <tbody>
338
+ <tr class="altColor">
339
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
340
+ <td class="colLast"><span class="typeNameLabel">CompositeIndexType.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/CompositeIndexType.html#getCardinality--">getCardinality</a></span>()</code>&nbsp;</td>
341
+ </tr>
342
+ </tbody>
343
+ </table>
344
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
345
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> with parameters of type <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
346
+ <tr>
347
+ <th class="colFirst" scope="col">Modifier and Type</th>
348
+ <th class="colLast" scope="col">Method and Description</th>
349
+ </tr>
350
+ <tbody>
351
+ <tr class="altColor">
352
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/types/StandardPropertyKeyMaker.html" title="class in org.janusgraph.graphdb.types">StandardPropertyKeyMaker</a></code></td>
353
+ <td class="colLast"><span class="typeNameLabel">StandardPropertyKeyMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/StandardPropertyKeyMaker.html#cardinality-org.janusgraph.core.Cardinality-">cardinality</a></span>(<a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>&nbsp;cardinality)</code>&nbsp;</td>
354
+ </tr>
355
+ </tbody>
356
+ </table>
357
+ </li>
358
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.indextype">
359
+ <!-- -->
360
+ </a>
361
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a> in <a href="../../../../org/janusgraph/graphdb/types/indextype/package-summary.html">org.janusgraph.graphdb.types.indextype</a></h3>
362
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
363
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/indextype/package-summary.html">org.janusgraph.graphdb.types.indextype</a> that return <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
364
+ <tr>
365
+ <th class="colFirst" scope="col">Modifier and Type</th>
366
+ <th class="colLast" scope="col">Method and Description</th>
367
+ </tr>
368
+ <tbody>
369
+ <tr class="altColor">
370
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
371
+ <td class="colLast"><span class="typeNameLabel">CompositeIndexTypeWrapper.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/indextype/CompositeIndexTypeWrapper.html#getCardinality--">getCardinality</a></span>()</code>&nbsp;</td>
372
+ </tr>
373
+ </tbody>
374
+ </table>
375
+ </li>
376
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
377
+ <!-- -->
378
+ </a>
379
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
380
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
381
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> that return <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
382
+ <tr>
383
+ <th class="colFirst" scope="col">Modifier and Type</th>
384
+ <th class="colLast" scope="col">Method and Description</th>
385
+ </tr>
386
+ <tbody>
387
+ <tr class="altColor">
388
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
389
+ <td class="colLast"><span class="typeNameLabel">BaseKey.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseKey.html#cardinality--">cardinality</a></span>()</code>&nbsp;</td>
390
+ </tr>
391
+ <tr class="rowColor">
392
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
393
+ <td class="colLast"><span class="typeNameLabel">ImplicitKey.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/ImplicitKey.html#cardinality--">cardinality</a></span>()</code>&nbsp;</td>
394
+ </tr>
395
+ </tbody>
396
+ </table>
397
+ </li>
398
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.vertices">
399
+ <!-- -->
400
+ </a>
401
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a> in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a></h3>
402
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
403
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a> that return <a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></span><span class="tabEnd">&nbsp;</span></caption>
404
+ <tr>
405
+ <th class="colFirst" scope="col">Modifier and Type</th>
406
+ <th class="colLast" scope="col">Method and Description</th>
407
+ </tr>
408
+ <tbody>
409
+ <tr class="altColor">
410
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a></code></td>
411
+ <td class="colLast"><span class="typeNameLabel">PropertyKeyVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/PropertyKeyVertex.html#cardinality--">cardinality</a></span>()</code>&nbsp;</td>
412
+ </tr>
413
+ </tbody>
414
+ </table>
415
+ </li>
416
+ </ul>
417
+ </li>
418
+ </ul>
419
+ </div>
420
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
421
+ <div class="bottomNav"><a name="navbar.bottom">
422
+ <!-- -->
423
+ </a>
424
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
425
+ <a name="navbar.bottom.firstrow">
426
+ <!-- -->
427
+ </a>
428
+ <ul class="navList" title="Navigation">
429
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
430
+ <li><a href="../package-summary.html">Package</a></li>
431
+ <li><a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Class</a></li>
432
+ <li class="navBarCell1Rev">Use</li>
433
+ <li><a href="../package-tree.html">Tree</a></li>
434
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
435
+ <li><a href="../../../../index-all.html">Index</a></li>
436
+ <li><a href="../../../../help-doc.html">Help</a></li>
437
+ </ul>
438
+ </div>
439
+ <div class="subNav">
440
+ <ul class="navList">
441
+ <li>Prev</li>
442
+ <li>Next</li>
443
+ </ul>
444
+ <ul class="navList">
445
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Cardinality.html" target="_top">Frames</a></li>
446
+ <li><a href="Cardinality.html" target="_top">No&nbsp;Frames</a></li>
447
+ </ul>
448
+ <ul class="navList" id="allclasses_navbar_bottom">
449
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
450
+ </ul>
451
+ <div>
452
+ <script type="text/javascript"><!--
453
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
454
+ if(window==top) {
455
+ allClassesLink.style.display = "block";
456
+ }
457
+ else {
458
+ allClassesLink.style.display = "none";
459
+ }
460
+ //-->
461
+ </script>
462
+ </div>
463
+ <a name="skip.navbar.bottom">
464
+ <!-- -->
465
+ </a></div>
466
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
467
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
468
+ </body>
469
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/ConfiguredGraphFactory.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.ConfiguredGraphFactory (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.ConfiguredGraphFactory (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/ConfiguredGraphFactory.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/ConfiguredGraphFactory.html" target="_top">Frames</a></li>
52
+ <li><a href="ConfiguredGraphFactory.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.ConfiguredGraphFactory" class="title">Uses of Class<br>org.janusgraph.core.ConfiguredGraphFactory</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.ConfiguredGraphFactory</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/ConfiguredGraphFactory.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/ConfiguredGraphFactory.html" target="_top">Frames</a></li>
103
+ <li><a href="ConfiguredGraphFactory.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Connection.html ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.Connection (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.Connection (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Connection.html" target="_top">Frames</a></li>
52
+ <li><a href="Connection.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.Connection" class="title">Uses of Class<br>org.janusgraph.core.Connection</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types">org.janusgraph.graphdb.types</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.vertices">org.janusgraph.graphdb.types.vertices</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ </tbody>
103
+ </table>
104
+ </li>
105
+ <li class="blockList">
106
+ <ul class="blockList">
107
+ <li class="blockList"><a name="org.janusgraph.core">
108
+ <!-- -->
109
+ </a>
110
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
111
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
112
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a></span><span class="tabEnd">&nbsp;</span></caption>
113
+ <tr>
114
+ <th class="colFirst" scope="col">Modifier and Type</th>
115
+ <th class="colLast" scope="col">Method and Description</th>
116
+ </tr>
117
+ <tbody>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a>&gt;</code></td>
120
+ <td class="colLast"><span class="typeNameLabel">EdgeLabel.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EdgeLabel.html#mappedConnections--">mappedConnections</a></span>()</code>
121
+ <div class="block">Collects all connection constraints.</div>
122
+ </td>
123
+ </tr>
124
+ <tr class="rowColor">
125
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a>&gt;</code></td>
126
+ <td class="colLast"><span class="typeNameLabel">VertexLabel.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/VertexLabel.html#mappedConnections--">mappedConnections</a></span>()</code>
127
+ <div class="block">Collects all connection constraints.</div>
128
+ </td>
129
+ </tr>
130
+ </tbody>
131
+ </table>
132
+ </li>
133
+ <li class="blockList"><a name="org.janusgraph.graphdb.types">
134
+ <!-- -->
135
+ </a>
136
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a> in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a></h3>
137
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
138
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a></span><span class="tabEnd">&nbsp;</span></caption>
139
+ <tr>
140
+ <th class="colFirst" scope="col">Modifier and Type</th>
141
+ <th class="colLast" scope="col">Method and Description</th>
142
+ </tr>
143
+ <tbody>
144
+ <tr class="altColor">
145
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a>&gt;</code></td>
146
+ <td class="colLast"><span class="typeNameLabel">VertexLabelVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/VertexLabelVertex.html#mappedConnections--">mappedConnections</a></span>()</code>&nbsp;</td>
147
+ </tr>
148
+ </tbody>
149
+ </table>
150
+ </li>
151
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
152
+ <!-- -->
153
+ </a>
154
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
155
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
156
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a></span><span class="tabEnd">&nbsp;</span></caption>
157
+ <tr>
158
+ <th class="colFirst" scope="col">Modifier and Type</th>
159
+ <th class="colLast" scope="col">Method and Description</th>
160
+ </tr>
161
+ <tbody>
162
+ <tr class="altColor">
163
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a>&gt;</code></td>
164
+ <td class="colLast"><span class="typeNameLabel">BaseLabel.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseLabel.html#mappedConnections--">mappedConnections</a></span>()</code>&nbsp;</td>
165
+ </tr>
166
+ <tr class="rowColor">
167
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a>&gt;</code></td>
168
+ <td class="colLast"><span class="typeNameLabel">BaseVertexLabel.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseVertexLabel.html#mappedConnections--">mappedConnections</a></span>()</code>&nbsp;</td>
169
+ </tr>
170
+ </tbody>
171
+ </table>
172
+ </li>
173
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.vertices">
174
+ <!-- -->
175
+ </a>
176
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a> in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a></h3>
177
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
178
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a></span><span class="tabEnd">&nbsp;</span></caption>
179
+ <tr>
180
+ <th class="colFirst" scope="col">Modifier and Type</th>
181
+ <th class="colLast" scope="col">Method and Description</th>
182
+ </tr>
183
+ <tbody>
184
+ <tr class="altColor">
185
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Connection</a>&gt;</code></td>
186
+ <td class="colLast"><span class="typeNameLabel">EdgeLabelVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/EdgeLabelVertex.html#mappedConnections--">mappedConnections</a></span>()</code>&nbsp;</td>
187
+ </tr>
188
+ </tbody>
189
+ </table>
190
+ </li>
191
+ </ul>
192
+ </li>
193
+ </ul>
194
+ </div>
195
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
196
+ <div class="bottomNav"><a name="navbar.bottom">
197
+ <!-- -->
198
+ </a>
199
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
200
+ <a name="navbar.bottom.firstrow">
201
+ <!-- -->
202
+ </a>
203
+ <ul class="navList" title="Navigation">
204
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
205
+ <li><a href="../package-summary.html">Package</a></li>
206
+ <li><a href="../../../../org/janusgraph/core/Connection.html" title="class in org.janusgraph.core">Class</a></li>
207
+ <li class="navBarCell1Rev">Use</li>
208
+ <li><a href="../package-tree.html">Tree</a></li>
209
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
210
+ <li><a href="../../../../index-all.html">Index</a></li>
211
+ <li><a href="../../../../help-doc.html">Help</a></li>
212
+ </ul>
213
+ </div>
214
+ <div class="subNav">
215
+ <ul class="navList">
216
+ <li>Prev</li>
217
+ <li>Next</li>
218
+ </ul>
219
+ <ul class="navList">
220
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Connection.html" target="_top">Frames</a></li>
221
+ <li><a href="Connection.html" target="_top">No&nbsp;Frames</a></li>
222
+ </ul>
223
+ <ul class="navList" id="allclasses_navbar_bottom">
224
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
225
+ </ul>
226
+ <div>
227
+ <script type="text/javascript"><!--
228
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
229
+ if(window==top) {
230
+ allClassesLink.style.display = "block";
231
+ }
232
+ else {
233
+ allClassesLink.style.display = "none";
234
+ }
235
+ //-->
236
+ </script>
237
+ </div>
238
+ <a name="skip.navbar.bottom">
239
+ <!-- -->
240
+ </a></div>
241
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
242
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
243
+ </body>
244
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/EdgeLabel.html ADDED
@@ -0,0 +1,631 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.EdgeLabel (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.EdgeLabel (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/EdgeLabel.html" target="_top">Frames</a></li>
52
+ <li><a href="EdgeLabel.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.EdgeLabel" class="title">Uses of Interface<br>org.janusgraph.core.EdgeLabel</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.schema">org.janusgraph.core.schema</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.management">org.janusgraph.graphdb.database.management</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.relations">org.janusgraph.graphdb.relations</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop">org.janusgraph.graphdb.tinkerpop</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types">org.janusgraph.graphdb.types</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
116
+ <td class="colLast">&nbsp;</td>
117
+ </tr>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.vertices">org.janusgraph.graphdb.types.vertices</a></td>
120
+ <td class="colLast">&nbsp;</td>
121
+ </tr>
122
+ </tbody>
123
+ </table>
124
+ </li>
125
+ <li class="blockList">
126
+ <ul class="blockList">
127
+ <li class="blockList"><a name="org.janusgraph.core">
128
+ <!-- -->
129
+ </a>
130
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
131
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
132
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
133
+ <tr>
134
+ <th class="colFirst" scope="col">Modifier and Type</th>
135
+ <th class="colLast" scope="col">Method and Description</th>
136
+ </tr>
137
+ <tbody>
138
+ <tr class="altColor">
139
+ <td class="colFirst"><code>default <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
140
+ <td class="colLast"><span class="typeNameLabel">JanusGraphEdge.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphEdge.html#edgeLabel--">edgeLabel</a></span>()</code>
141
+ <div class="block">Returns the edge label of this edge</div>
142
+ </td>
143
+ </tr>
144
+ </tbody>
145
+ </table>
146
+ </li>
147
+ <li class="blockList"><a name="org.janusgraph.core.schema">
148
+ <!-- -->
149
+ </a>
150
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a> in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a></h3>
151
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
152
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> that return <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
153
+ <tr>
154
+ <th class="colFirst" scope="col">Modifier and Type</th>
155
+ <th class="colLast" scope="col">Method and Description</th>
156
+ </tr>
157
+ <tbody>
158
+ <tr class="altColor">
159
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
160
+ <td class="colLast"><span class="typeNameLabel">SchemaManager.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/SchemaManager.html#addConnection-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-">addConnection</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
161
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
162
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel)</code>
163
+ <div class="block">Add a constraint on which vertices the given edge label can connect.</div>
164
+ </td>
165
+ </tr>
166
+ <tr class="rowColor">
167
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
168
+ <td class="colLast"><span class="typeNameLabel">SchemaManager.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/SchemaManager.html#addProperties-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey...-">addProperties</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
169
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;keys)</code>
170
+ <div class="block">Add property constraints for a given edge label.</div>
171
+ </td>
172
+ </tr>
173
+ <tr class="altColor">
174
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
175
+ <td class="colLast"><span class="typeNameLabel">SchemaInspector.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/SchemaInspector.html#getEdgeLabel-java.lang.String-">getEdgeLabel</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>&nbsp;name)</code>
176
+ <div class="block">Returns the edge label with the given name.</div>
177
+ </td>
178
+ </tr>
179
+ <tr class="rowColor">
180
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
181
+ <td class="colLast"><span class="typeNameLabel">SchemaInspector.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/SchemaInspector.html#getOrCreateEdgeLabel-java.lang.String-">getOrCreateEdgeLabel</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>&nbsp;name)</code>
182
+ <div class="block">Returns the edge label with the given name.</div>
183
+ </td>
184
+ </tr>
185
+ <tr class="altColor">
186
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
187
+ <td class="colLast"><span class="typeNameLabel">EdgeLabelMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/EdgeLabelMaker.html#make--">make</a></span>()</code>
188
+ <div class="block">Defines the <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core"><code>EdgeLabel</code></a> specified by this EdgeLabelMaker and returns the resulting label</div>
189
+ </td>
190
+ </tr>
191
+ <tr class="rowColor">
192
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
193
+ <td class="colLast"><span class="typeNameLabel">DisableDefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/DisableDefaultSchemaMaker.html#makeEdgeLabel-org.janusgraph.core.schema.EdgeLabelMaker-">makeEdgeLabel</a></span>(<a href="../../../../org/janusgraph/core/schema/EdgeLabelMaker.html" title="interface in org.janusgraph.core.schema">EdgeLabelMaker</a>&nbsp;factory)</code>&nbsp;</td>
194
+ </tr>
195
+ <tr class="altColor">
196
+ <td class="colFirst"><code>default <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
197
+ <td class="colLast"><span class="typeNameLabel">DefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/DefaultSchemaMaker.html#makeEdgeLabel-org.janusgraph.core.schema.EdgeLabelMaker-">makeEdgeLabel</a></span>(<a href="../../../../org/janusgraph/core/schema/EdgeLabelMaker.html" title="interface in org.janusgraph.core.schema">EdgeLabelMaker</a>&nbsp;factory)</code>
198
+ <div class="block">Creates a new edge label with default settings against the provided <a href="../../../../org/janusgraph/core/schema/EdgeLabelMaker.html" title="interface in org.janusgraph.core.schema"><code>EdgeLabelMaker</code></a>.</div>
199
+ </td>
200
+ </tr>
201
+ <tr class="rowColor">
202
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
203
+ <td class="colLast"><span class="typeNameLabel">JanusGraphDefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphDefaultSchemaMaker.html#makeEdgeLabel-org.janusgraph.core.schema.EdgeLabelMaker-">makeEdgeLabel</a></span>(<a href="../../../../org/janusgraph/core/schema/EdgeLabelMaker.html" title="interface in org.janusgraph.core.schema">EdgeLabelMaker</a>&nbsp;factory)</code>&nbsp;</td>
204
+ </tr>
205
+ </tbody>
206
+ </table>
207
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
208
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> with parameters of type <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
209
+ <tr>
210
+ <th class="colFirst" scope="col">Modifier and Type</th>
211
+ <th class="colLast" scope="col">Method and Description</th>
212
+ </tr>
213
+ <tbody>
214
+ <tr class="altColor">
215
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
216
+ <td class="colLast"><span class="typeNameLabel">SchemaManager.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/SchemaManager.html#addConnection-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-">addConnection</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
217
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
218
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel)</code>
219
+ <div class="block">Add a constraint on which vertices the given edge label can connect.</div>
220
+ </td>
221
+ </tr>
222
+ <tr class="rowColor">
223
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
224
+ <td class="colLast"><span class="typeNameLabel">SchemaManager.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/SchemaManager.html#addProperties-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey...-">addProperties</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
225
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;keys)</code>
226
+ <div class="block">Add property constraints for a given edge label.</div>
227
+ </td>
228
+ </tr>
229
+ <tr class="altColor">
230
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema">RelationTypeIndex</a></code></td>
231
+ <td class="colLast"><span class="typeNameLabel">JanusGraphManagement.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphManagement.html#buildEdgeIndex-org.janusgraph.core.EdgeLabel-java.lang.String-org.apache.tinkerpop.gremlin.structure.Direction-org.apache.tinkerpop.gremlin.process.traversal.Order-org.janusgraph.core.PropertyKey...-">buildEdgeIndex</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label,
232
+ <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>&nbsp;name,
233
+ org.apache.tinkerpop.gremlin.structure.Direction&nbsp;direction,
234
+ org.apache.tinkerpop.gremlin.process.traversal.Order&nbsp;sortOrder,
235
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;sortKeys)</code>
236
+ <div class="block">Creates a <a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema"><code>RelationTypeIndex</code></a> for the provided edge label.</div>
237
+ </td>
238
+ </tr>
239
+ <tr class="rowColor">
240
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema">RelationTypeIndex</a></code></td>
241
+ <td class="colLast"><span class="typeNameLabel">JanusGraphManagement.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphManagement.html#buildEdgeIndex-org.janusgraph.core.EdgeLabel-java.lang.String-org.apache.tinkerpop.gremlin.structure.Direction-org.janusgraph.core.PropertyKey...-">buildEdgeIndex</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label,
242
+ <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>&nbsp;name,
243
+ org.apache.tinkerpop.gremlin.structure.Direction&nbsp;direction,
244
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;sortKeys)</code>
245
+ <div class="block">Identical to <a href="../../../../org/janusgraph/core/schema/JanusGraphManagement.html#buildEdgeIndex-org.janusgraph.core.EdgeLabel-java.lang.String-org.apache.tinkerpop.gremlin.structure.Direction-org.apache.tinkerpop.gremlin.process.traversal.Order-org.janusgraph.core.PropertyKey...-"><code>JanusGraphManagement.buildEdgeIndex(org.janusgraph.core.EdgeLabel, String, org.apache.tinkerpop.gremlin.structure.Direction, org.apache.tinkerpop.gremlin.process.traversal.Order, org.janusgraph.core.PropertyKey...)</code></a></div>
246
+ </td>
247
+ </tr>
248
+ <tr class="altColor">
249
+ <td class="colFirst"><code>void</code></td>
250
+ <td class="colLast"><span class="typeNameLabel">DisableDefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/DisableDefaultSchemaMaker.html#makeConnectionConstraint-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.schema.SchemaManager-">makeConnectionConstraint</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
251
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
252
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel,
253
+ <a href="../../../../org/janusgraph/core/schema/SchemaManager.html" title="interface in org.janusgraph.core.schema">SchemaManager</a>&nbsp;manager)</code>&nbsp;</td>
254
+ </tr>
255
+ <tr class="rowColor">
256
+ <td class="colFirst"><code>default void</code></td>
257
+ <td class="colLast"><span class="typeNameLabel">DefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/DefaultSchemaMaker.html#makeConnectionConstraint-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.schema.SchemaManager-">makeConnectionConstraint</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
258
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
259
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel,
260
+ <a href="../../../../org/janusgraph/core/schema/SchemaManager.html" title="interface in org.janusgraph.core.schema">SchemaManager</a>&nbsp;manager)</code>
261
+ <div class="block">Add a constraint on which vertices the given edge label can connect using the schema manager.</div>
262
+ </td>
263
+ </tr>
264
+ <tr class="altColor">
265
+ <td class="colFirst"><code>void</code></td>
266
+ <td class="colLast"><span class="typeNameLabel">JanusGraphDefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphDefaultSchemaMaker.html#makeConnectionConstraint-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.schema.SchemaManager-">makeConnectionConstraint</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
267
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
268
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel,
269
+ <a href="../../../../org/janusgraph/core/schema/SchemaManager.html" title="interface in org.janusgraph.core.schema">SchemaManager</a>&nbsp;manager)</code>&nbsp;</td>
270
+ </tr>
271
+ <tr class="rowColor">
272
+ <td class="colFirst"><code>void</code></td>
273
+ <td class="colLast"><span class="typeNameLabel">DisableDefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/DisableDefaultSchemaMaker.html#makePropertyConstraintForEdge-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey-org.janusgraph.core.schema.SchemaManager-">makePropertyConstraintForEdge</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
274
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key,
275
+ <a href="../../../../org/janusgraph/core/schema/SchemaManager.html" title="interface in org.janusgraph.core.schema">SchemaManager</a>&nbsp;manager)</code>&nbsp;</td>
276
+ </tr>
277
+ <tr class="altColor">
278
+ <td class="colFirst"><code>default void</code></td>
279
+ <td class="colLast"><span class="typeNameLabel">DefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/DefaultSchemaMaker.html#makePropertyConstraintForEdge-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey-org.janusgraph.core.schema.SchemaManager-">makePropertyConstraintForEdge</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
280
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key,
281
+ <a href="../../../../org/janusgraph/core/schema/SchemaManager.html" title="interface in org.janusgraph.core.schema">SchemaManager</a>&nbsp;manager)</code>
282
+ <div class="block">Add property constraints for a given edge label using the schema manager.</div>
283
+ </td>
284
+ </tr>
285
+ <tr class="rowColor">
286
+ <td class="colFirst"><code>void</code></td>
287
+ <td class="colLast"><span class="typeNameLabel">JanusGraphDefaultSchemaMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphDefaultSchemaMaker.html#makePropertyConstraintForEdge-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey-org.janusgraph.core.schema.SchemaManager-">makePropertyConstraintForEdge</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
288
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key,
289
+ <a href="../../../../org/janusgraph/core/schema/SchemaManager.html" title="interface in org.janusgraph.core.schema">SchemaManager</a>&nbsp;manager)</code>&nbsp;</td>
290
+ </tr>
291
+ </tbody>
292
+ </table>
293
+ </li>
294
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.management">
295
+ <!-- -->
296
+ </a>
297
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a> in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a></h3>
298
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
299
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a> that return <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
300
+ <tr>
301
+ <th class="colFirst" scope="col">Modifier and Type</th>
302
+ <th class="colLast" scope="col">Method and Description</th>
303
+ </tr>
304
+ <tbody>
305
+ <tr class="altColor">
306
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
307
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#addConnection-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-">addConnection</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
308
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
309
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel)</code>&nbsp;</td>
310
+ </tr>
311
+ <tr class="rowColor">
312
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
313
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#addProperties-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey...-">addProperties</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
314
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;keys)</code>&nbsp;</td>
315
+ </tr>
316
+ <tr class="altColor">
317
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
318
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#getEdgeLabel-java.lang.String-">getEdgeLabel</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>&nbsp;name)</code>&nbsp;</td>
319
+ </tr>
320
+ <tr class="rowColor">
321
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
322
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#getOrCreateEdgeLabel-java.lang.String-">getOrCreateEdgeLabel</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>&nbsp;name)</code>&nbsp;</td>
323
+ </tr>
324
+ </tbody>
325
+ </table>
326
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
327
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a> with parameters of type <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
328
+ <tr>
329
+ <th class="colFirst" scope="col">Modifier and Type</th>
330
+ <th class="colLast" scope="col">Method and Description</th>
331
+ </tr>
332
+ <tbody>
333
+ <tr class="altColor">
334
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
335
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#addConnection-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-">addConnection</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
336
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
337
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel)</code>&nbsp;</td>
338
+ </tr>
339
+ <tr class="rowColor">
340
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
341
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#addProperties-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey...-">addProperties</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
342
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;keys)</code>&nbsp;</td>
343
+ </tr>
344
+ <tr class="altColor">
345
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema">RelationTypeIndex</a></code></td>
346
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#buildEdgeIndex-org.janusgraph.core.EdgeLabel-java.lang.String-org.apache.tinkerpop.gremlin.structure.Direction-org.apache.tinkerpop.gremlin.process.traversal.Order-org.janusgraph.core.PropertyKey...-">buildEdgeIndex</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label,
347
+ <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>&nbsp;name,
348
+ org.apache.tinkerpop.gremlin.structure.Direction&nbsp;direction,
349
+ org.apache.tinkerpop.gremlin.process.traversal.Order&nbsp;sortOrder,
350
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;sortKeys)</code>&nbsp;</td>
351
+ </tr>
352
+ <tr class="rowColor">
353
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema">RelationTypeIndex</a></code></td>
354
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#buildEdgeIndex-org.janusgraph.core.EdgeLabel-java.lang.String-org.apache.tinkerpop.gremlin.structure.Direction-org.janusgraph.core.PropertyKey...-">buildEdgeIndex</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label,
355
+ <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>&nbsp;name,
356
+ org.apache.tinkerpop.gremlin.structure.Direction&nbsp;direction,
357
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;sortKeys)</code>&nbsp;</td>
358
+ </tr>
359
+ </tbody>
360
+ </table>
361
+ </li>
362
+ <li class="blockList"><a name="org.janusgraph.graphdb.relations">
363
+ <!-- -->
364
+ </a>
365
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></h3>
366
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
367
+ <caption><span>Constructors in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> with parameters of type <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
368
+ <tr>
369
+ <th class="colOne" scope="col">Constructor and Description</th>
370
+ </tr>
371
+ <tbody>
372
+ <tr class="altColor">
373
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractEdge.html#AbstractEdge-long-org.janusgraph.core.EdgeLabel-org.janusgraph.graphdb.internal.InternalVertex-org.janusgraph.graphdb.internal.InternalVertex-">AbstractEdge</a></span>(long&nbsp;id,
374
+ <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label,
375
+ <a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;start,
376
+ <a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;end)</code>&nbsp;</td>
377
+ </tr>
378
+ <tr class="rowColor">
379
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/CacheEdge.html#CacheEdge-long-org.janusgraph.core.EdgeLabel-org.janusgraph.graphdb.internal.InternalVertex-org.janusgraph.graphdb.internal.InternalVertex-org.janusgraph.diskstorage.Entry-">CacheEdge</a></span>(long&nbsp;id,
380
+ <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label,
381
+ <a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;start,
382
+ <a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;end,
383
+ <a href="../../../../org/janusgraph/diskstorage/Entry.html" title="interface in org.janusgraph.diskstorage">Entry</a>&nbsp;data)</code>&nbsp;</td>
384
+ </tr>
385
+ <tr class="altColor">
386
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardEdge.html#StandardEdge-long-org.janusgraph.core.EdgeLabel-org.janusgraph.graphdb.internal.InternalVertex-org.janusgraph.graphdb.internal.InternalVertex-byte-">StandardEdge</a></span>(long&nbsp;id,
387
+ <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label,
388
+ <a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;start,
389
+ <a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;end,
390
+ byte&nbsp;lifecycle)</code>&nbsp;</td>
391
+ </tr>
392
+ </tbody>
393
+ </table>
394
+ </li>
395
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop">
396
+ <!-- -->
397
+ </a>
398
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a></h3>
399
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
400
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that return <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
401
+ <tr>
402
+ <th class="colFirst" scope="col">Modifier and Type</th>
403
+ <th class="colLast" scope="col">Method and Description</th>
404
+ </tr>
405
+ <tbody>
406
+ <tr class="altColor">
407
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
408
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#addConnection-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-">addConnection</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
409
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
410
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel)</code>&nbsp;</td>
411
+ </tr>
412
+ <tr class="rowColor">
413
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
414
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#addProperties-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey...-">addProperties</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
415
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;keys)</code>&nbsp;</td>
416
+ </tr>
417
+ <tr class="altColor">
418
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
419
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#getEdgeLabel-java.lang.String-">getEdgeLabel</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>&nbsp;name)</code>&nbsp;</td>
420
+ </tr>
421
+ <tr class="rowColor">
422
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
423
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#getOrCreateEdgeLabel-java.lang.String-">getOrCreateEdgeLabel</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>&nbsp;name)</code>&nbsp;</td>
424
+ </tr>
425
+ </tbody>
426
+ </table>
427
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
428
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> with parameters of type <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
429
+ <tr>
430
+ <th class="colFirst" scope="col">Modifier and Type</th>
431
+ <th class="colLast" scope="col">Method and Description</th>
432
+ </tr>
433
+ <tbody>
434
+ <tr class="altColor">
435
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
436
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#addConnection-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-">addConnection</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
437
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
438
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel)</code>&nbsp;</td>
439
+ </tr>
440
+ <tr class="rowColor">
441
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
442
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#addProperties-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey...-">addProperties</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
443
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;keys)</code>&nbsp;</td>
444
+ </tr>
445
+ </tbody>
446
+ </table>
447
+ </li>
448
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction">
449
+ <!-- -->
450
+ </a>
451
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a> in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></h3>
452
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
453
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
454
+ <tr>
455
+ <th class="colFirst" scope="col">Modifier and Type</th>
456
+ <th class="colLast" scope="col">Method and Description</th>
457
+ </tr>
458
+ <tbody>
459
+ <tr class="altColor">
460
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
461
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addConnection-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-">addConnection</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
462
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
463
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel)</code>&nbsp;</td>
464
+ </tr>
465
+ <tr class="rowColor">
466
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
467
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addProperties-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey...-">addProperties</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
468
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;keys)</code>&nbsp;</td>
469
+ </tr>
470
+ <tr class="altColor">
471
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
472
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#getEdgeLabel-java.lang.String-">getEdgeLabel</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>&nbsp;name)</code>&nbsp;</td>
473
+ </tr>
474
+ <tr class="rowColor">
475
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
476
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#getOrCreateEdgeLabel-java.lang.String-">getOrCreateEdgeLabel</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>&nbsp;name)</code>&nbsp;</td>
477
+ </tr>
478
+ <tr class="altColor">
479
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
480
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#makeEdgeLabel-java.lang.String-org.janusgraph.graphdb.types.TypeDefinitionMap-">makeEdgeLabel</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>&nbsp;name,
481
+ <a href="../../../../org/janusgraph/graphdb/types/TypeDefinitionMap.html" title="class in org.janusgraph.graphdb.types">TypeDefinitionMap</a>&nbsp;definition)</code>&nbsp;</td>
482
+ </tr>
483
+ </tbody>
484
+ </table>
485
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
486
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> with parameters of type <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
487
+ <tr>
488
+ <th class="colFirst" scope="col">Modifier and Type</th>
489
+ <th class="colLast" scope="col">Method and Description</th>
490
+ </tr>
491
+ <tbody>
492
+ <tr class="altColor">
493
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
494
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addConnection-org.janusgraph.core.EdgeLabel-org.janusgraph.core.VertexLabel-org.janusgraph.core.VertexLabel-">addConnection</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
495
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;outVLabel,
496
+ <a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a>&nbsp;inVLabel)</code>&nbsp;</td>
497
+ </tr>
498
+ <tr class="rowColor">
499
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
500
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addEdge-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.EdgeLabel-">addEdge</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;outVertex,
501
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;inVertex,
502
+ <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label)</code>&nbsp;</td>
503
+ </tr>
504
+ <tr class="altColor">
505
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
506
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addEdge-java.lang.Long-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.EdgeLabel-java.lang.Long-">addEdge</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;id,
507
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;outVertex,
508
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;inVertex,
509
+ <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label,
510
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;previousId)</code>&nbsp;</td>
511
+ </tr>
512
+ <tr class="rowColor">
513
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
514
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addProperties-org.janusgraph.core.EdgeLabel-org.janusgraph.core.PropertyKey...-">addProperties</a></span>(<a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;edgeLabel,
515
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>...&nbsp;keys)</code>&nbsp;</td>
516
+ </tr>
517
+ </tbody>
518
+ </table>
519
+ </li>
520
+ <li class="blockList"><a name="org.janusgraph.graphdb.types">
521
+ <!-- -->
522
+ </a>
523
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a> in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a></h3>
524
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
525
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> that return <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
526
+ <tr>
527
+ <th class="colFirst" scope="col">Modifier and Type</th>
528
+ <th class="colLast" scope="col">Method and Description</th>
529
+ </tr>
530
+ <tbody>
531
+ <tr class="altColor">
532
+ <td class="colFirst"><code>default <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
533
+ <td class="colLast"><span class="typeNameLabel">TypeInspector.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/TypeInspector.html#getExistingEdgeLabel-long-">getExistingEdgeLabel</a></span>(long&nbsp;id)</code>&nbsp;</td>
534
+ </tr>
535
+ <tr class="rowColor">
536
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></code></td>
537
+ <td class="colLast"><span class="typeNameLabel">StandardEdgeLabelMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/StandardEdgeLabelMaker.html#make--">make</a></span>()</code>&nbsp;</td>
538
+ </tr>
539
+ </tbody>
540
+ </table>
541
+ </li>
542
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
543
+ <!-- -->
544
+ </a>
545
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
546
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
547
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> that implement <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
548
+ <tr>
549
+ <th class="colFirst" scope="col">Modifier and Type</th>
550
+ <th class="colLast" scope="col">Class and Description</th>
551
+ </tr>
552
+ <tbody>
553
+ <tr class="altColor">
554
+ <td class="colFirst"><code>class&nbsp;</code></td>
555
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseLabel.html" title="class in org.janusgraph.graphdb.types.system">BaseLabel</a></span></code>&nbsp;</td>
556
+ </tr>
557
+ </tbody>
558
+ </table>
559
+ </li>
560
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.vertices">
561
+ <!-- -->
562
+ </a>
563
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a> in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a></h3>
564
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
565
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a> that implement <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span><span class="tabEnd">&nbsp;</span></caption>
566
+ <tr>
567
+ <th class="colFirst" scope="col">Modifier and Type</th>
568
+ <th class="colLast" scope="col">Class and Description</th>
569
+ </tr>
570
+ <tbody>
571
+ <tr class="altColor">
572
+ <td class="colFirst"><code>class&nbsp;</code></td>
573
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/EdgeLabelVertex.html" title="class in org.janusgraph.graphdb.types.vertices">EdgeLabelVertex</a></span></code>&nbsp;</td>
574
+ </tr>
575
+ </tbody>
576
+ </table>
577
+ </li>
578
+ </ul>
579
+ </li>
580
+ </ul>
581
+ </div>
582
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
583
+ <div class="bottomNav"><a name="navbar.bottom">
584
+ <!-- -->
585
+ </a>
586
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
587
+ <a name="navbar.bottom.firstrow">
588
+ <!-- -->
589
+ </a>
590
+ <ul class="navList" title="Navigation">
591
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
592
+ <li><a href="../package-summary.html">Package</a></li>
593
+ <li><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">Class</a></li>
594
+ <li class="navBarCell1Rev">Use</li>
595
+ <li><a href="../package-tree.html">Tree</a></li>
596
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
597
+ <li><a href="../../../../index-all.html">Index</a></li>
598
+ <li><a href="../../../../help-doc.html">Help</a></li>
599
+ </ul>
600
+ </div>
601
+ <div class="subNav">
602
+ <ul class="navList">
603
+ <li>Prev</li>
604
+ <li>Next</li>
605
+ </ul>
606
+ <ul class="navList">
607
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/EdgeLabel.html" target="_top">Frames</a></li>
608
+ <li><a href="EdgeLabel.html" target="_top">No&nbsp;Frames</a></li>
609
+ </ul>
610
+ <ul class="navList" id="allclasses_navbar_bottom">
611
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
612
+ </ul>
613
+ <div>
614
+ <script type="text/javascript"><!--
615
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
616
+ if(window==top) {
617
+ allClassesLink.style.display = "block";
618
+ }
619
+ else {
620
+ allClassesLink.style.display = "none";
621
+ }
622
+ //-->
623
+ </script>
624
+ </div>
625
+ <a name="skip.navbar.bottom">
626
+ <!-- -->
627
+ </a></div>
628
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
629
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
630
+ </body>
631
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/EmptyJanusGraphVertexProperty.html ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.EmptyJanusGraphVertexProperty (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.EmptyJanusGraphVertexProperty (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/EmptyJanusGraphVertexProperty.html" target="_top">Frames</a></li>
52
+ <li><a href="EmptyJanusGraphVertexProperty.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.EmptyJanusGraphVertexProperty" class="title">Uses of Class<br>org.janusgraph.core.EmptyJanusGraphVertexProperty</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">EmptyJanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ </li>
93
+ <li class="blockList">
94
+ <ul class="blockList">
95
+ <li class="blockList"><a name="org.janusgraph.core">
96
+ <!-- -->
97
+ </a>
98
+ <h3>Uses of <a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">EmptyJanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
99
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
100
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">EmptyJanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
101
+ <tr>
102
+ <th class="colFirst" scope="col">Modifier and Type</th>
103
+ <th class="colLast" scope="col">Method and Description</th>
104
+ </tr>
105
+ <tbody>
106
+ <tr class="altColor">
107
+ <td class="colFirst"><code>static &lt;U&gt;&nbsp;<a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">EmptyJanusGraphVertexProperty</a>&lt;U&gt;</code></td>
108
+ <td class="colLast"><span class="typeNameLabel">EmptyJanusGraphVertexProperty.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html#instance--">instance</a></span>()</code>&nbsp;</td>
109
+ </tr>
110
+ </tbody>
111
+ </table>
112
+ </li>
113
+ </ul>
114
+ </li>
115
+ </ul>
116
+ </div>
117
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
118
+ <div class="bottomNav"><a name="navbar.bottom">
119
+ <!-- -->
120
+ </a>
121
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
122
+ <a name="navbar.bottom.firstrow">
123
+ <!-- -->
124
+ </a>
125
+ <ul class="navList" title="Navigation">
126
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
127
+ <li><a href="../package-summary.html">Package</a></li>
128
+ <li><a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">Class</a></li>
129
+ <li class="navBarCell1Rev">Use</li>
130
+ <li><a href="../package-tree.html">Tree</a></li>
131
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
132
+ <li><a href="../../../../index-all.html">Index</a></li>
133
+ <li><a href="../../../../help-doc.html">Help</a></li>
134
+ </ul>
135
+ </div>
136
+ <div class="subNav">
137
+ <ul class="navList">
138
+ <li>Prev</li>
139
+ <li>Next</li>
140
+ </ul>
141
+ <ul class="navList">
142
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/EmptyJanusGraphVertexProperty.html" target="_top">Frames</a></li>
143
+ <li><a href="EmptyJanusGraphVertexProperty.html" target="_top">No&nbsp;Frames</a></li>
144
+ </ul>
145
+ <ul class="navList" id="allclasses_navbar_bottom">
146
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
147
+ </ul>
148
+ <div>
149
+ <script type="text/javascript"><!--
150
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
151
+ if(window==top) {
152
+ allClassesLink.style.display = "block";
153
+ }
154
+ else {
155
+ allClassesLink.style.display = "none";
156
+ }
157
+ //-->
158
+ </script>
159
+ </div>
160
+ <a name="skip.navbar.bottom">
161
+ <!-- -->
162
+ </a></div>
163
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
164
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
165
+ </body>
166
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Idfiable.html ADDED
@@ -0,0 +1,559 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.Idfiable (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.Idfiable (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Idfiable.html" target="_top">Frames</a></li>
52
+ <li><a href="Idfiable.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.Idfiable" class="title">Uses of Interface<br>org.janusgraph.core.Idfiable</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.schema">org.janusgraph.core.schema</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.internal">org.janusgraph.graphdb.internal</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.computer">org.janusgraph.graphdb.olap.computer</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.relations">org.janusgraph.graphdb.relations</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types">org.janusgraph.graphdb.types</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.vertices">org.janusgraph.graphdb.types.vertices</a></td>
116
+ <td class="colLast">&nbsp;</td>
117
+ </tr>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.vertices">org.janusgraph.graphdb.vertices</a></td>
120
+ <td class="colLast">&nbsp;</td>
121
+ </tr>
122
+ </tbody>
123
+ </table>
124
+ </li>
125
+ <li class="blockList">
126
+ <ul class="blockList">
127
+ <li class="blockList"><a name="org.janusgraph.core">
128
+ <!-- -->
129
+ </a>
130
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
131
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
132
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></span><span class="tabEnd">&nbsp;</span></caption>
133
+ <tr>
134
+ <th class="colFirst" scope="col">Modifier and Type</th>
135
+ <th class="colLast" scope="col">Interface and Description</th>
136
+ </tr>
137
+ <tbody>
138
+ <tr class="altColor">
139
+ <td class="colFirst"><code>interface&nbsp;</code></td>
140
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span></code>
141
+ <div class="block">EdgeLabel is an extension of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> for edges.</div>
142
+ </td>
143
+ </tr>
144
+ <tr class="rowColor">
145
+ <td class="colFirst"><code>interface&nbsp;</code></td>
146
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span></code>
147
+ <div class="block">A JanusGraphEdge connects two <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core"><code>JanusGraphVertex</code></a>.</div>
148
+ </td>
149
+ </tr>
150
+ <tr class="altColor">
151
+ <td class="colFirst"><code>interface&nbsp;</code></td>
152
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphElement.html" title="interface in org.janusgraph.core">JanusGraphElement</a></span></code>
153
+ <div class="block">JanusGraphElement represents the abstract concept of an entity in the graph and specifies basic methods for interacting
154
+ with entities.</div>
155
+ </td>
156
+ </tr>
157
+ <tr class="rowColor">
158
+ <td class="colFirst"><code>interface&nbsp;</code></td>
159
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span></code>
160
+ <div class="block">JanusGraphRelation is the most abstract form of a relation between a vertex and some other entity, where
161
+ relation is understood in its mathematical sense.</div>
162
+ </td>
163
+ </tr>
164
+ <tr class="altColor">
165
+ <td class="colFirst"><code>interface&nbsp;</code></td>
166
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a></span></code>
167
+ <div class="block">JanusGraphVertex is the basic unit of a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a>.</div>
168
+ </td>
169
+ </tr>
170
+ <tr class="rowColor">
171
+ <td class="colFirst"><code>interface&nbsp;</code></td>
172
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</span></code>
173
+ <div class="block">JanusGraphProperty is a <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core"><code>JanusGraphRelation</code></a> connecting a vertex to a value.</div>
174
+ </td>
175
+ </tr>
176
+ <tr class="altColor">
177
+ <td class="colFirst"><code>interface&nbsp;</code></td>
178
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a></span></code>
179
+ <div class="block">PropertyKey is an extension of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> for properties.</div>
180
+ </td>
181
+ </tr>
182
+ <tr class="rowColor">
183
+ <td class="colFirst"><code>interface&nbsp;</code></td>
184
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span></code>
185
+ <div class="block">RelationType defines the schema for <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core"><code>JanusGraphRelation</code></a>.</div>
186
+ </td>
187
+ </tr>
188
+ <tr class="altColor">
189
+ <td class="colFirst"><code>interface&nbsp;</code></td>
190
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a></span></code>
191
+ <div class="block">A vertex label is a label attached to vertices in a JanusGraph graph.</div>
192
+ </td>
193
+ </tr>
194
+ </tbody>
195
+ </table>
196
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
197
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that implement <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a></span><span class="tabEnd">&nbsp;</span></caption>
198
+ <tr>
199
+ <th class="colFirst" scope="col">Modifier and Type</th>
200
+ <th class="colLast" scope="col">Class and Description</th>
201
+ </tr>
202
+ <tbody>
203
+ <tr class="altColor">
204
+ <td class="colFirst"><code>class&nbsp;</code></td>
205
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">EmptyJanusGraphVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
206
+ </tr>
207
+ <tr class="rowColor">
208
+ <td class="colFirst"><code>class&nbsp;</code></td>
209
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyEdge.html" title="class in org.janusgraph.core">JanusGraphLazyEdge</a></span></code>&nbsp;</td>
210
+ </tr>
211
+ <tr class="altColor">
212
+ <td class="colFirst"><code>class&nbsp;</code></td>
213
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyRelation.html" title="class in org.janusgraph.core">JanusGraphLazyRelation</a>&lt;V&gt;</span></code>&nbsp;</td>
214
+ </tr>
215
+ <tr class="rowColor">
216
+ <td class="colFirst"><code>class&nbsp;</code></td>
217
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyVertexProperty.html" title="class in org.janusgraph.core">JanusGraphLazyVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
218
+ </tr>
219
+ </tbody>
220
+ </table>
221
+ </li>
222
+ <li class="blockList"><a name="org.janusgraph.core.schema">
223
+ <!-- -->
224
+ </a>
225
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a></h3>
226
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
227
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a></span><span class="tabEnd">&nbsp;</span></caption>
228
+ <tr>
229
+ <th class="colFirst" scope="col">Modifier and Type</th>
230
+ <th class="colLast" scope="col">Interface and Description</th>
231
+ </tr>
232
+ <tbody>
233
+ <tr class="altColor">
234
+ <td class="colFirst"><code>interface&nbsp;</code></td>
235
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphSchemaType.html" title="interface in org.janusgraph.core.schema">JanusGraphSchemaType</a></span></code>
236
+ <div class="block">A JanusGraphSchemaType is a <a href="../../../../org/janusgraph/core/schema/JanusGraphSchemaElement.html" title="interface in org.janusgraph.core.schema"><code>JanusGraphSchemaElement</code></a> that represents a label or key
237
+ used in the graph.</div>
238
+ </td>
239
+ </tr>
240
+ </tbody>
241
+ </table>
242
+ </li>
243
+ <li class="blockList"><a name="org.janusgraph.graphdb.internal">
244
+ <!-- -->
245
+ </a>
246
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></h3>
247
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
248
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></span><span class="tabEnd">&nbsp;</span></caption>
249
+ <tr>
250
+ <th class="colFirst" scope="col">Modifier and Type</th>
251
+ <th class="colLast" scope="col">Interface and Description</th>
252
+ </tr>
253
+ <tbody>
254
+ <tr class="altColor">
255
+ <td class="colFirst"><code>interface&nbsp;</code></td>
256
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalElement.html" title="interface in org.janusgraph.graphdb.internal">InternalElement</a></span></code>
257
+ <div class="block">Internal Element interface adding methods that should only be used by JanusGraph</div>
258
+ </td>
259
+ </tr>
260
+ <tr class="rowColor">
261
+ <td class="colFirst"><code>interface&nbsp;</code></td>
262
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalRelation.html" title="interface in org.janusgraph.graphdb.internal">InternalRelation</a></span></code>
263
+ <div class="block">Internal Relation interface adding methods that should only be used by JanusGraph.</div>
264
+ </td>
265
+ </tr>
266
+ <tr class="altColor">
267
+ <td class="colFirst"><code>interface&nbsp;</code></td>
268
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalRelationType.html" title="interface in org.janusgraph.graphdb.internal">InternalRelationType</a></span></code>
269
+ <div class="block">Internal Type interface adding methods that should only be used by JanusGraph</div>
270
+ </td>
271
+ </tr>
272
+ <tr class="rowColor">
273
+ <td class="colFirst"><code>interface&nbsp;</code></td>
274
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a></span></code>
275
+ <div class="block">Internal Vertex interface adding methods that should only be used by JanusGraph</div>
276
+ </td>
277
+ </tr>
278
+ <tr class="altColor">
279
+ <td class="colFirst"><code>interface&nbsp;</code></td>
280
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalVertexLabel.html" title="interface in org.janusgraph.graphdb.internal">InternalVertexLabel</a></span></code>&nbsp;</td>
281
+ </tr>
282
+ </tbody>
283
+ </table>
284
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
285
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a> that implement <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a></span><span class="tabEnd">&nbsp;</span></caption>
286
+ <tr>
287
+ <th class="colFirst" scope="col">Modifier and Type</th>
288
+ <th class="colLast" scope="col">Class and Description</th>
289
+ </tr>
290
+ <tbody>
291
+ <tr class="altColor">
292
+ <td class="colFirst"><code>class&nbsp;</code></td>
293
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/AbstractElement.html" title="class in org.janusgraph.graphdb.internal">AbstractElement</a></span></code>
294
+ <div class="block">AbstractElement is the base class for all elements in JanusGraph.</div>
295
+ </td>
296
+ </tr>
297
+ </tbody>
298
+ </table>
299
+ </li>
300
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.computer">
301
+ <!-- -->
302
+ </a>
303
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a></h3>
304
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
305
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a> that implement <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a></span><span class="tabEnd">&nbsp;</span></caption>
306
+ <tr>
307
+ <th class="colFirst" scope="col">Modifier and Type</th>
308
+ <th class="colLast" scope="col">Class and Description</th>
309
+ </tr>
310
+ <tbody>
311
+ <tr class="altColor">
312
+ <td class="colFirst"><code>class&nbsp;</code></td>
313
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraVertexProperty.html" title="class in org.janusgraph.graphdb.olap.computer">FulgoraVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
314
+ </tr>
315
+ </tbody>
316
+ </table>
317
+ </li>
318
+ <li class="blockList"><a name="org.janusgraph.graphdb.relations">
319
+ <!-- -->
320
+ </a>
321
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></h3>
322
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
323
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></span><span class="tabEnd">&nbsp;</span></caption>
324
+ <tr>
325
+ <th class="colFirst" scope="col">Modifier and Type</th>
326
+ <th class="colLast" scope="col">Interface and Description</th>
327
+ </tr>
328
+ <tbody>
329
+ <tr class="altColor">
330
+ <td class="colFirst"><code>interface&nbsp;</code></td>
331
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardRelation.html" title="interface in org.janusgraph.graphdb.relations">StandardRelation</a></span></code>&nbsp;</td>
332
+ </tr>
333
+ </tbody>
334
+ </table>
335
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
336
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that implement <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a></span><span class="tabEnd">&nbsp;</span></caption>
337
+ <tr>
338
+ <th class="colFirst" scope="col">Modifier and Type</th>
339
+ <th class="colLast" scope="col">Class and Description</th>
340
+ </tr>
341
+ <tbody>
342
+ <tr class="altColor">
343
+ <td class="colFirst"><code>class&nbsp;</code></td>
344
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractEdge.html" title="class in org.janusgraph.graphdb.relations">AbstractEdge</a></span></code>&nbsp;</td>
345
+ </tr>
346
+ <tr class="rowColor">
347
+ <td class="colFirst"><code>class&nbsp;</code></td>
348
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractTypedRelation.html" title="class in org.janusgraph.graphdb.relations">AbstractTypedRelation</a></span></code>&nbsp;</td>
349
+ </tr>
350
+ <tr class="altColor">
351
+ <td class="colFirst"><code>class&nbsp;</code></td>
352
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractVertexProperty.html" title="class in org.janusgraph.graphdb.relations">AbstractVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
353
+ </tr>
354
+ <tr class="rowColor">
355
+ <td class="colFirst"><code>class&nbsp;</code></td>
356
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/CacheEdge.html" title="class in org.janusgraph.graphdb.relations">CacheEdge</a></span></code>&nbsp;</td>
357
+ </tr>
358
+ <tr class="altColor">
359
+ <td class="colFirst"><code>class&nbsp;</code></td>
360
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/CacheVertexProperty.html" title="class in org.janusgraph.graphdb.relations">CacheVertexProperty</a></span></code>&nbsp;</td>
361
+ </tr>
362
+ <tr class="rowColor">
363
+ <td class="colFirst"><code>class&nbsp;</code></td>
364
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardEdge.html" title="class in org.janusgraph.graphdb.relations">StandardEdge</a></span></code>&nbsp;</td>
365
+ </tr>
366
+ <tr class="altColor">
367
+ <td class="colFirst"><code>class&nbsp;</code></td>
368
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardVertexProperty.html" title="class in org.janusgraph.graphdb.relations">StandardVertexProperty</a></span></code>&nbsp;</td>
369
+ </tr>
370
+ </tbody>
371
+ </table>
372
+ </li>
373
+ <li class="blockList"><a name="org.janusgraph.graphdb.types">
374
+ <!-- -->
375
+ </a>
376
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a></h3>
377
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
378
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> that implement <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a></span><span class="tabEnd">&nbsp;</span></caption>
379
+ <tr>
380
+ <th class="colFirst" scope="col">Modifier and Type</th>
381
+ <th class="colLast" scope="col">Class and Description</th>
382
+ </tr>
383
+ <tbody>
384
+ <tr class="altColor">
385
+ <td class="colFirst"><code>class&nbsp;</code></td>
386
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/VertexLabelVertex.html" title="class in org.janusgraph.graphdb.types">VertexLabelVertex</a></span></code>&nbsp;</td>
387
+ </tr>
388
+ </tbody>
389
+ </table>
390
+ </li>
391
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
392
+ <!-- -->
393
+ </a>
394
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
395
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
396
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></span><span class="tabEnd">&nbsp;</span></caption>
397
+ <tr>
398
+ <th class="colFirst" scope="col">Modifier and Type</th>
399
+ <th class="colLast" scope="col">Interface and Description</th>
400
+ </tr>
401
+ <tbody>
402
+ <tr class="altColor">
403
+ <td class="colFirst"><code>interface&nbsp;</code></td>
404
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/SystemRelationType.html" title="interface in org.janusgraph.graphdb.types.system">SystemRelationType</a></span></code>&nbsp;</td>
405
+ </tr>
406
+ </tbody>
407
+ </table>
408
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
409
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> that implement <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a></span><span class="tabEnd">&nbsp;</span></caption>
410
+ <tr>
411
+ <th class="colFirst" scope="col">Modifier and Type</th>
412
+ <th class="colLast" scope="col">Class and Description</th>
413
+ </tr>
414
+ <tbody>
415
+ <tr class="altColor">
416
+ <td class="colFirst"><code>class&nbsp;</code></td>
417
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseKey.html" title="class in org.janusgraph.graphdb.types.system">BaseKey</a></span></code>&nbsp;</td>
418
+ </tr>
419
+ <tr class="rowColor">
420
+ <td class="colFirst"><code>class&nbsp;</code></td>
421
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseLabel.html" title="class in org.janusgraph.graphdb.types.system">BaseLabel</a></span></code>&nbsp;</td>
422
+ </tr>
423
+ <tr class="altColor">
424
+ <td class="colFirst"><code>class&nbsp;</code></td>
425
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseRelationType.html" title="class in org.janusgraph.graphdb.types.system">BaseRelationType</a></span></code>&nbsp;</td>
426
+ </tr>
427
+ <tr class="rowColor">
428
+ <td class="colFirst"><code>class&nbsp;</code></td>
429
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseVertexLabel.html" title="class in org.janusgraph.graphdb.types.system">BaseVertexLabel</a></span></code>&nbsp;</td>
430
+ </tr>
431
+ <tr class="altColor">
432
+ <td class="colFirst"><code>class&nbsp;</code></td>
433
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/EmptyRelationType.html" title="class in org.janusgraph.graphdb.types.system">EmptyRelationType</a></span></code>&nbsp;</td>
434
+ </tr>
435
+ <tr class="rowColor">
436
+ <td class="colFirst"><code>class&nbsp;</code></td>
437
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/EmptyVertex.html" title="class in org.janusgraph.graphdb.types.system">EmptyVertex</a></span></code>&nbsp;</td>
438
+ </tr>
439
+ <tr class="altColor">
440
+ <td class="colFirst"><code>class&nbsp;</code></td>
441
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/ImplicitKey.html" title="class in org.janusgraph.graphdb.types.system">ImplicitKey</a></span></code>&nbsp;</td>
442
+ </tr>
443
+ </tbody>
444
+ </table>
445
+ </li>
446
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.vertices">
447
+ <!-- -->
448
+ </a>
449
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a></h3>
450
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
451
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a> that implement <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a></span><span class="tabEnd">&nbsp;</span></caption>
452
+ <tr>
453
+ <th class="colFirst" scope="col">Modifier and Type</th>
454
+ <th class="colLast" scope="col">Class and Description</th>
455
+ </tr>
456
+ <tbody>
457
+ <tr class="altColor">
458
+ <td class="colFirst"><code>class&nbsp;</code></td>
459
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/EdgeLabelVertex.html" title="class in org.janusgraph.graphdb.types.vertices">EdgeLabelVertex</a></span></code>&nbsp;</td>
460
+ </tr>
461
+ <tr class="rowColor">
462
+ <td class="colFirst"><code>class&nbsp;</code></td>
463
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/JanusGraphSchemaVertex.html" title="class in org.janusgraph.graphdb.types.vertices">JanusGraphSchemaVertex</a></span></code>&nbsp;</td>
464
+ </tr>
465
+ <tr class="altColor">
466
+ <td class="colFirst"><code>class&nbsp;</code></td>
467
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/PropertyKeyVertex.html" title="class in org.janusgraph.graphdb.types.vertices">PropertyKeyVertex</a></span></code>&nbsp;</td>
468
+ </tr>
469
+ <tr class="rowColor">
470
+ <td class="colFirst"><code>class&nbsp;</code></td>
471
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/RelationTypeVertex.html" title="class in org.janusgraph.graphdb.types.vertices">RelationTypeVertex</a></span></code>&nbsp;</td>
472
+ </tr>
473
+ </tbody>
474
+ </table>
475
+ </li>
476
+ <li class="blockList"><a name="org.janusgraph.graphdb.vertices">
477
+ <!-- -->
478
+ </a>
479
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a> in <a href="../../../../org/janusgraph/graphdb/vertices/package-summary.html">org.janusgraph.graphdb.vertices</a></h3>
480
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
481
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/vertices/package-summary.html">org.janusgraph.graphdb.vertices</a> that implement <a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Idfiable</a></span><span class="tabEnd">&nbsp;</span></caption>
482
+ <tr>
483
+ <th class="colFirst" scope="col">Modifier and Type</th>
484
+ <th class="colLast" scope="col">Class and Description</th>
485
+ </tr>
486
+ <tbody>
487
+ <tr class="altColor">
488
+ <td class="colFirst"><code>class&nbsp;</code></td>
489
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/AbstractVertex.html" title="class in org.janusgraph.graphdb.vertices">AbstractVertex</a></span></code>&nbsp;</td>
490
+ </tr>
491
+ <tr class="rowColor">
492
+ <td class="colFirst"><code>class&nbsp;</code></td>
493
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/CacheVertex.html" title="class in org.janusgraph.graphdb.vertices">CacheVertex</a></span></code>&nbsp;</td>
494
+ </tr>
495
+ <tr class="altColor">
496
+ <td class="colFirst"><code>class&nbsp;</code></td>
497
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/PreloadedVertex.html" title="class in org.janusgraph.graphdb.vertices">PreloadedVertex</a></span></code>&nbsp;</td>
498
+ </tr>
499
+ <tr class="rowColor">
500
+ <td class="colFirst"><code>class&nbsp;</code></td>
501
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/StandardVertex.html" title="class in org.janusgraph.graphdb.vertices">StandardVertex</a></span></code>&nbsp;</td>
502
+ </tr>
503
+ </tbody>
504
+ </table>
505
+ </li>
506
+ </ul>
507
+ </li>
508
+ </ul>
509
+ </div>
510
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
511
+ <div class="bottomNav"><a name="navbar.bottom">
512
+ <!-- -->
513
+ </a>
514
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
515
+ <a name="navbar.bottom.firstrow">
516
+ <!-- -->
517
+ </a>
518
+ <ul class="navList" title="Navigation">
519
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
520
+ <li><a href="../package-summary.html">Package</a></li>
521
+ <li><a href="../../../../org/janusgraph/core/Idfiable.html" title="interface in org.janusgraph.core">Class</a></li>
522
+ <li class="navBarCell1Rev">Use</li>
523
+ <li><a href="../package-tree.html">Tree</a></li>
524
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
525
+ <li><a href="../../../../index-all.html">Index</a></li>
526
+ <li><a href="../../../../help-doc.html">Help</a></li>
527
+ </ul>
528
+ </div>
529
+ <div class="subNav">
530
+ <ul class="navList">
531
+ <li>Prev</li>
532
+ <li>Next</li>
533
+ </ul>
534
+ <ul class="navList">
535
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Idfiable.html" target="_top">Frames</a></li>
536
+ <li><a href="Idfiable.html" target="_top">No&nbsp;Frames</a></li>
537
+ </ul>
538
+ <ul class="navList" id="allclasses_navbar_bottom">
539
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
540
+ </ul>
541
+ <div>
542
+ <script type="text/javascript"><!--
543
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
544
+ if(window==top) {
545
+ allClassesLink.style.display = "block";
546
+ }
547
+ else {
548
+ allClassesLink.style.display = "none";
549
+ }
550
+ //-->
551
+ </script>
552
+ </div>
553
+ <a name="skip.navbar.bottom">
554
+ <!-- -->
555
+ </a></div>
556
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
557
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
558
+ </body>
559
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/InvalidElementException.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.InvalidElementException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.InvalidElementException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/InvalidElementException.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/InvalidElementException.html" target="_top">Frames</a></li>
52
+ <li><a href="InvalidElementException.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.InvalidElementException" class="title">Uses of Class<br>org.janusgraph.core.InvalidElementException</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.InvalidElementException</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/InvalidElementException.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/InvalidElementException.html" target="_top">Frames</a></li>
103
+ <li><a href="InvalidElementException.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/InvalidIDException.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.InvalidIDException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.InvalidIDException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/InvalidIDException.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/InvalidIDException.html" target="_top">Frames</a></li>
52
+ <li><a href="InvalidIDException.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.InvalidIDException" class="title">Uses of Class<br>org.janusgraph.core.InvalidIDException</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.InvalidIDException</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/InvalidIDException.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/InvalidIDException.html" target="_top">Frames</a></li>
103
+ <li><a href="InvalidIDException.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraph.html ADDED
@@ -0,0 +1,765 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraph (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraph (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraph.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraph.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraph" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraph</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.schema">org.janusgraph.core.schema</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.core.util">org.janusgraph.core.util</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.example">org.janusgraph.example</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database">org.janusgraph.graphdb.database</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.management">org.janusgraph.graphdb.database.management</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.util">org.janusgraph.graphdb.database.util</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap">org.janusgraph.graphdb.olap</a></td>
116
+ <td class="colLast">&nbsp;</td>
117
+ </tr>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.computer">org.janusgraph.graphdb.olap.computer</a></td>
120
+ <td class="colLast">&nbsp;</td>
121
+ </tr>
122
+ <tr class="rowColor">
123
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.job">org.janusgraph.graphdb.olap.job</a></td>
124
+ <td class="colLast">&nbsp;</td>
125
+ </tr>
126
+ <tr class="altColor">
127
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop">org.janusgraph.graphdb.tinkerpop</a></td>
128
+ <td class="colLast">&nbsp;</td>
129
+ </tr>
130
+ </tbody>
131
+ </table>
132
+ </li>
133
+ <li class="blockList">
134
+ <ul class="blockList">
135
+ <li class="blockList"><a name="org.janusgraph.core">
136
+ <!-- -->
137
+ </a>
138
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
139
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
140
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
141
+ <tr>
142
+ <th class="colFirst" scope="col">Modifier and Type</th>
143
+ <th class="colLast" scope="col">Method and Description</th>
144
+ </tr>
145
+ <tbody>
146
+ <tr class="altColor">
147
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
148
+ <td class="colLast"><span class="typeNameLabel">ConfiguredGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/ConfiguredGraphFactory.html#close-java.lang.String-">close</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>&nbsp;graphName)</code>
149
+ <div class="block">Removes the graph corresponding to the supplied graphName
150
+ from the <a href="../../../../org/janusgraph/graphdb/management/JanusGraphManager.html" title="class in org.janusgraph.graphdb.management"><code>JanusGraphManager</code></a> graph reference tracker and
151
+ returns the corresponding Graph, or null if it doesn't exist.</div>
152
+ </td>
153
+ </tr>
154
+ <tr class="rowColor">
155
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
156
+ <td class="colLast"><span class="typeNameLabel">ConfiguredGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/ConfiguredGraphFactory.html#create-java.lang.String-">create</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>&nbsp;graphName)</code>
157
+ <div class="block">Creates a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> configuration stored in the <a href="../../../../org/janusgraph/graphdb/management/ConfigurationManagementGraph.html" title="class in org.janusgraph.graphdb.management"><code>ConfigurationManagementGraph</code></a>
158
+ graph and a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> graph reference according to the single
159
+ Template Configuration previously created by the <a href="../../../../org/janusgraph/graphdb/management/ConfigurationManagementGraph.html" title="class in org.janusgraph.graphdb.management"><code>ConfigurationManagementGraph</code></a> API;
160
+ A configuration for this graph must not already exist, and a Template Configuration must
161
+ exist.</div>
162
+ </td>
163
+ </tr>
164
+ <tr class="altColor">
165
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
166
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.Builder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html#open--">open</a></span>()</code>
167
+ <div class="block">Opens a JanusGraph graph with the previously configured options.</div>
168
+ </td>
169
+ </tr>
170
+ <tr class="rowColor">
171
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
172
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#open-org.janusgraph.diskstorage.configuration.BasicConfiguration-">open</a></span>(<a href="../../../../org/janusgraph/diskstorage/configuration/BasicConfiguration.html" title="class in org.janusgraph.diskstorage.configuration">BasicConfiguration</a>&nbsp;configuration)</code>
173
+ <div class="block">Opens a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> database configured according to the provided configuration.</div>
174
+ </td>
175
+ </tr>
176
+ <tr class="altColor">
177
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
178
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#open-org.apache.commons.configuration2.Configuration-">open</a></span>(org.apache.commons.configuration2.Configuration&nbsp;configuration)</code>
179
+ <div class="block">Opens a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> database configured according to the provided configuration.</div>
180
+ </td>
181
+ </tr>
182
+ <tr class="rowColor">
183
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
184
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#open-org.janusgraph.diskstorage.configuration.ReadConfiguration-">open</a></span>(<a href="../../../../org/janusgraph/diskstorage/configuration/ReadConfiguration.html" title="interface in org.janusgraph.diskstorage.configuration">ReadConfiguration</a>&nbsp;configuration)</code>
185
+ <div class="block">Opens a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> database configured according to the provided configuration.</div>
186
+ </td>
187
+ </tr>
188
+ <tr class="altColor">
189
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
190
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#open-org.janusgraph.diskstorage.configuration.ReadConfiguration-java.lang.String-">open</a></span>(<a href="../../../../org/janusgraph/diskstorage/configuration/ReadConfiguration.html" title="interface in org.janusgraph.diskstorage.configuration">ReadConfiguration</a>&nbsp;configuration,
191
+ <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>&nbsp;backupName)</code>
192
+ <div class="block">Opens a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> database configured according to the provided configuration.</div>
193
+ </td>
194
+ </tr>
195
+ <tr class="rowColor">
196
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
197
+ <td class="colLast"><span class="typeNameLabel">ConfiguredGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/ConfiguredGraphFactory.html#open-java.lang.String-">open</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>&nbsp;graphName)</code>
198
+ <div class="block">Open a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> using a previously created Configuration using the
199
+ <a href="../../../../org/janusgraph/graphdb/management/ConfigurationManagementGraph.html" title="class in org.janusgraph.graphdb.management"><code>ConfigurationManagementGraph</code></a> API.</div>
200
+ </td>
201
+ </tr>
202
+ <tr class="altColor">
203
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
204
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#open-java.lang.String-">open</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>&nbsp;shortcutOrFile)</code>
205
+ <div class="block">Opens a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> database.</div>
206
+ </td>
207
+ </tr>
208
+ <tr class="rowColor">
209
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
210
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#open-java.lang.String-java.lang.String-">open</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>&nbsp;shortcutOrFile,
211
+ <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>&nbsp;backupName)</code>
212
+ <div class="block">Opens a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> database.</div>
213
+ </td>
214
+ </tr>
215
+ </tbody>
216
+ </table>
217
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
218
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
219
+ <tr>
220
+ <th class="colFirst" scope="col">Modifier and Type</th>
221
+ <th class="colLast" scope="col">Method and Description</th>
222
+ </tr>
223
+ <tbody>
224
+ <tr class="altColor">
225
+ <td class="colFirst"><code>static void</code></td>
226
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#drop-org.janusgraph.core.JanusGraph-">drop</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph)</code>
227
+ <div class="block">Drop graph database, deleting all data in storage and indexing backends.</div>
228
+ </td>
229
+ </tr>
230
+ <tr class="rowColor">
231
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/log/LogProcessorFramework.html" title="interface in org.janusgraph.core.log">LogProcessorFramework</a></code></td>
232
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#openTransactionLog-org.janusgraph.core.JanusGraph-">openTransactionLog</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph)</code>
233
+ <div class="block">Returns a <a href="../../../../org/janusgraph/core/log/LogProcessorFramework.html" title="interface in org.janusgraph.core.log"><code>LogProcessorFramework</code></a> for processing transaction log entries
234
+ against the provided graph instance.</div>
235
+ </td>
236
+ </tr>
237
+ <tr class="altColor">
238
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/log/TransactionRecovery.html" title="interface in org.janusgraph.core.log">TransactionRecovery</a></code></td>
239
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#startTransactionRecovery-org.janusgraph.core.JanusGraph-java.time.Instant-">startTransactionRecovery</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
240
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html?is-external=true" title="class or interface in java.time">Instant</a>&nbsp;start)</code>
241
+ <div class="block">Returns a <a href="../../../../org/janusgraph/core/log/TransactionRecovery.html" title="interface in org.janusgraph.core.log"><code>TransactionRecovery</code></a> process for recovering partially failed transactions.</div>
242
+ </td>
243
+ </tr>
244
+ </tbody>
245
+ </table>
246
+ </li>
247
+ <li class="blockList"><a name="org.janusgraph.core.schema">
248
+ <!-- -->
249
+ </a>
250
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a></h3>
251
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
252
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> that return <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
253
+ <tr>
254
+ <th class="colFirst" scope="col">Modifier and Type</th>
255
+ <th class="colLast" scope="col">Method and Description</th>
256
+ </tr>
257
+ <tbody>
258
+ <tr class="altColor">
259
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
260
+ <td class="colLast"><span class="typeNameLabel">JsonSchemaInitStrategy.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JsonSchemaInitStrategy.html#initializeSchemaAndStart-org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration-">initializeSchemaAndStart</a></span>(<a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html" title="class in org.janusgraph.graphdb.configuration">GraphDatabaseConfiguration</a>&nbsp;graphDatabaseConfiguration)</code>&nbsp;</td>
261
+ </tr>
262
+ <tr class="rowColor">
263
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
264
+ <td class="colLast"><span class="typeNameLabel">SchemaInitializationManager.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/SchemaInitializationManager.html#initializeSchemaAndStart-org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration-">initializeSchemaAndStart</a></span>(<a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html" title="class in org.janusgraph.graphdb.configuration">GraphDatabaseConfiguration</a>&nbsp;graphDatabaseConfiguration)</code>&nbsp;</td>
265
+ </tr>
266
+ <tr class="altColor">
267
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
268
+ <td class="colLast"><span class="typeNameLabel">NoneSchemaInitStrategy.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/NoneSchemaInitStrategy.html#initializeSchemaAndStart-org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration-">initializeSchemaAndStart</a></span>(<a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html" title="class in org.janusgraph.graphdb.configuration">GraphDatabaseConfiguration</a>&nbsp;graphDatabaseConfiguration)</code>&nbsp;</td>
269
+ </tr>
270
+ <tr class="rowColor">
271
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
272
+ <td class="colLast"><span class="typeNameLabel">SchemaInitStrategy.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/SchemaInitStrategy.html#initializeSchemaAndStart-org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration-">initializeSchemaAndStart</a></span>(<a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html" title="class in org.janusgraph.graphdb.configuration">GraphDatabaseConfiguration</a>&nbsp;graphDatabaseConfiguration)</code>&nbsp;</td>
273
+ </tr>
274
+ </tbody>
275
+ </table>
276
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
277
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
278
+ <tr>
279
+ <th class="colFirst" scope="col">Modifier and Type</th>
280
+ <th class="colLast" scope="col">Method and Description</th>
281
+ </tr>
282
+ <tbody>
283
+ <tr class="altColor">
284
+ <td class="colFirst"><code>static void</code></td>
285
+ <td class="colLast"><span class="typeNameLabel">JsonSchemaInitStrategy.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JsonSchemaInitStrategy.html#initializeSchema-org.janusgraph.core.JanusGraph-boolean-boolean-org.janusgraph.core.schema.IndicesActivationType-boolean-boolean-long-org.janusgraph.core.schema.json.definition.JsonSchemaDefinition-">initializeSchema</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
286
+ boolean&nbsp;createSchemaElements,
287
+ boolean&nbsp;createSchemaIndices,
288
+ <a href="../../../../org/janusgraph/core/schema/IndicesActivationType.html" title="enum in org.janusgraph.core.schema">IndicesActivationType</a>&nbsp;indicesActivationType,
289
+ boolean&nbsp;forceRollBackActiveTransactions,
290
+ boolean&nbsp;forceCloseOtherInstances,
291
+ long&nbsp;indexStatusTimeout,
292
+ <a href="../../../../org/janusgraph/core/schema/json/definition/JsonSchemaDefinition.html" title="class in org.janusgraph.core.schema.json.definition">JsonSchemaDefinition</a>&nbsp;generalDefinition)</code>&nbsp;</td>
293
+ </tr>
294
+ <tr class="rowColor">
295
+ <td class="colFirst"><code>static void</code></td>
296
+ <td class="colLast"><span class="typeNameLabel">JsonSchemaInitStrategy.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JsonSchemaInitStrategy.html#initializeSchemaFromFile-org.janusgraph.core.JanusGraph-boolean-boolean-org.janusgraph.core.schema.IndicesActivationType-boolean-boolean-long-java.lang.String-">initializeSchemaFromFile</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
297
+ boolean&nbsp;createSchemaElements,
298
+ boolean&nbsp;createSchemaIndices,
299
+ <a href="../../../../org/janusgraph/core/schema/IndicesActivationType.html" title="enum in org.janusgraph.core.schema">IndicesActivationType</a>&nbsp;indicesActivationType,
300
+ boolean&nbsp;forceRollBackActiveTransactions,
301
+ boolean&nbsp;forceCloseOtherInstances,
302
+ long&nbsp;indexStatusTimeout,
303
+ <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>&nbsp;jsonSchemaFilePath)</code>&nbsp;</td>
304
+ </tr>
305
+ <tr class="altColor">
306
+ <td class="colFirst"><code>static void</code></td>
307
+ <td class="colLast"><span class="typeNameLabel">JsonSchemaInitStrategy.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JsonSchemaInitStrategy.html#initializeSchemaFromFile-org.janusgraph.core.JanusGraph-java.lang.String-">initializeSchemaFromFile</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
308
+ <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>&nbsp;jsonSchemaFilePath)</code>&nbsp;</td>
309
+ </tr>
310
+ <tr class="rowColor">
311
+ <td class="colFirst"><code>static void</code></td>
312
+ <td class="colLast"><span class="typeNameLabel">JsonSchemaInitStrategy.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JsonSchemaInitStrategy.html#initializeSchemaFromString-org.janusgraph.core.JanusGraph-boolean-boolean-org.janusgraph.core.schema.IndicesActivationType-boolean-boolean-long-java.lang.String-">initializeSchemaFromString</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
313
+ boolean&nbsp;createSchemaElements,
314
+ boolean&nbsp;createSchemaIndices,
315
+ <a href="../../../../org/janusgraph/core/schema/IndicesActivationType.html" title="enum in org.janusgraph.core.schema">IndicesActivationType</a>&nbsp;indicesActivationType,
316
+ boolean&nbsp;forceRollBackActiveTransactions,
317
+ boolean&nbsp;forceCloseOtherInstances,
318
+ long&nbsp;indexStatusTimeout,
319
+ <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>&nbsp;jsonSchemaString)</code>&nbsp;</td>
320
+ </tr>
321
+ <tr class="altColor">
322
+ <td class="colFirst"><code>static void</code></td>
323
+ <td class="colLast"><span class="typeNameLabel">JsonSchemaInitStrategy.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JsonSchemaInitStrategy.html#initializeSchemaFromString-org.janusgraph.core.JanusGraph-java.lang.String-">initializeSchemaFromString</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
324
+ <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>&nbsp;jsonSchemaString)</code>&nbsp;</td>
325
+ </tr>
326
+ </tbody>
327
+ </table>
328
+ </li>
329
+ <li class="blockList"><a name="org.janusgraph.core.util">
330
+ <!-- -->
331
+ </a>
332
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/core/util/package-summary.html">org.janusgraph.core.util</a></h3>
333
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
334
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/util/package-summary.html">org.janusgraph.core.util</a> that return <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
335
+ <tr>
336
+ <th class="colFirst" scope="col">Modifier and Type</th>
337
+ <th class="colLast" scope="col">Method and Description</th>
338
+ </tr>
339
+ <tbody>
340
+ <tr class="altColor">
341
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
342
+ <td class="colLast"><span class="typeNameLabel">GraphFactoryUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/util/GraphFactoryUtils.html#defineSchemaAndStart-org.janusgraph.diskstorage.configuration.ReadConfiguration-">defineSchemaAndStart</a></span>(<a href="../../../../org/janusgraph/diskstorage/configuration/ReadConfiguration.html" title="interface in org.janusgraph.diskstorage.configuration">ReadConfiguration</a>&nbsp;configuration)</code>&nbsp;</td>
343
+ </tr>
344
+ </tbody>
345
+ </table>
346
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
347
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/util/package-summary.html">org.janusgraph.core.util</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
348
+ <tr>
349
+ <th class="colFirst" scope="col">Modifier and Type</th>
350
+ <th class="colLast" scope="col">Method and Description</th>
351
+ </tr>
352
+ <tbody>
353
+ <tr class="altColor">
354
+ <td class="colFirst"><code>static void</code></td>
355
+ <td class="colLast"><span class="typeNameLabel">ManagementUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/util/ManagementUtil.html#awaitGraphIndexStatus-org.janusgraph.core.JanusGraph-java.lang.String-long-">awaitGraphIndexStatus</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;janusGraph,
356
+ <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>&nbsp;indexName,
357
+ long&nbsp;indexStatusTimeout)</code>&nbsp;</td>
358
+ </tr>
359
+ <tr class="rowColor">
360
+ <td class="colFirst"><code>static void</code></td>
361
+ <td class="colLast"><span class="typeNameLabel">ManagementUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/util/ManagementUtil.html#awaitGraphIndexUpdate-org.janusgraph.core.JanusGraph-java.lang.String-long-java.time.temporal.TemporalUnit-">awaitGraphIndexUpdate</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;g,
362
+ <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>&nbsp;indexName,
363
+ long&nbsp;time,
364
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalUnit.html?is-external=true" title="class or interface in java.time.temporal">TemporalUnit</a>&nbsp;unit)</code>
365
+ <div class="block">This method blocks and waits until the provided index has been updated across the entire JanusGraph cluster
366
+ and reached a stable state.</div>
367
+ </td>
368
+ </tr>
369
+ <tr class="altColor">
370
+ <td class="colFirst"><code>static void</code></td>
371
+ <td class="colLast"><span class="typeNameLabel">ManagementUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/util/ManagementUtil.html#awaitVertexCentricIndexStatus-org.janusgraph.core.JanusGraph-java.lang.String-java.lang.String-long-">awaitVertexCentricIndexStatus</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;janusGraph,
372
+ <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>&nbsp;indexName,
373
+ <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>&nbsp;indexedElement,
374
+ long&nbsp;indexStatusTimeout)</code>&nbsp;</td>
375
+ </tr>
376
+ <tr class="rowColor">
377
+ <td class="colFirst"><code>static void</code></td>
378
+ <td class="colLast"><span class="typeNameLabel">ManagementUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/util/ManagementUtil.html#awaitVertexIndexUpdate-org.janusgraph.core.JanusGraph-java.lang.String-java.lang.String-long-java.time.temporal.TemporalUnit-">awaitVertexIndexUpdate</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;g,
379
+ <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>&nbsp;indexName,
380
+ <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>&nbsp;relationTypeName,
381
+ long&nbsp;time,
382
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalUnit.html?is-external=true" title="class or interface in java.time.temporal">TemporalUnit</a>&nbsp;unit)</code>&nbsp;</td>
383
+ </tr>
384
+ <tr class="altColor">
385
+ <td class="colFirst"><code>static void</code></td>
386
+ <td class="colLast"><span class="typeNameLabel">ManagementUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/util/ManagementUtil.html#forceCloseOtherInstances-org.janusgraph.core.JanusGraph-">forceCloseOtherInstances</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph)</code>
387
+ <div class="block">Force closes all instances except current instance.</div>
388
+ </td>
389
+ </tr>
390
+ <tr class="rowColor">
391
+ <td class="colFirst"><code>static void</code></td>
392
+ <td class="colLast"><span class="typeNameLabel">ManagementUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/util/ManagementUtil.html#forceEnableIndices-org.janusgraph.core.JanusGraph-java.util.List-java.util.Map-long-">forceEnableIndices</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
393
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<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>&gt;&nbsp;nonEnabledGraphIndexNames,
394
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;nonEnabledRelationTypeIndexNamesAndTypes,
395
+ long&nbsp;indexStatusTimeout)</code>&nbsp;</td>
396
+ </tr>
397
+ <tr class="altColor">
398
+ <td class="colFirst"><code>static void</code></td>
399
+ <td class="colLast"><span class="typeNameLabel">ManagementUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/util/ManagementUtil.html#forceRollbackAllTransactions-org.janusgraph.core.JanusGraph-">forceRollbackAllTransactions</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph)</code>
400
+ <div class="block">Force rollback all transactions which are opened on the graph.</div>
401
+ </td>
402
+ </tr>
403
+ <tr class="rowColor">
404
+ <td class="colFirst"><code>static void</code></td>
405
+ <td class="colLast"><span class="typeNameLabel">ManagementUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/util/ManagementUtil.html#reindexAndEnableIndices-org.janusgraph.core.JanusGraph-java.util.List-java.util.Map-long-">reindexAndEnableIndices</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
406
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<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>&gt;&nbsp;nonEnabledGraphIndexNames,
407
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;nonEnabledRelationTypeIndexNamesAndTypes,
408
+ long&nbsp;indexStatusTimeout)</code>&nbsp;</td>
409
+ </tr>
410
+ </tbody>
411
+ </table>
412
+ </li>
413
+ <li class="blockList"><a name="org.janusgraph.example">
414
+ <!-- -->
415
+ </a>
416
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/example/package-summary.html">org.janusgraph.example</a></h3>
417
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
418
+ <caption><span>Methods in <a href="../../../../org/janusgraph/example/package-summary.html">org.janusgraph.example</a> that return <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
419
+ <tr>
420
+ <th class="colFirst" scope="col">Modifier and Type</th>
421
+ <th class="colLast" scope="col">Method and Description</th>
422
+ </tr>
423
+ <tbody>
424
+ <tr class="altColor">
425
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
426
+ <td class="colLast"><span class="typeNameLabel">GraphOfTheGodsFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/example/GraphOfTheGodsFactory.html#create-java.lang.String-">create</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>&nbsp;directory)</code>&nbsp;</td>
427
+ </tr>
428
+ </tbody>
429
+ </table>
430
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
431
+ <caption><span>Methods in <a href="../../../../org/janusgraph/example/package-summary.html">org.janusgraph.example</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
432
+ <tr>
433
+ <th class="colFirst" scope="col">Modifier and Type</th>
434
+ <th class="colLast" scope="col">Method and Description</th>
435
+ </tr>
436
+ <tbody>
437
+ <tr class="altColor">
438
+ <td class="colFirst"><code>static void</code></td>
439
+ <td class="colLast"><span class="typeNameLabel">GraphOfTheGodsFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/example/GraphOfTheGodsFactory.html#load-org.janusgraph.core.JanusGraph-">load</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph)</code>&nbsp;</td>
440
+ </tr>
441
+ <tr class="rowColor">
442
+ <td class="colFirst"><code>static void</code></td>
443
+ <td class="colLast"><span class="typeNameLabel">GraphOfTheGodsFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/example/GraphOfTheGodsFactory.html#load-org.janusgraph.core.JanusGraph-java.lang.String-boolean-">load</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
444
+ <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>&nbsp;mixedIndexName,
445
+ boolean&nbsp;uniqueNameCompositeIndex)</code>&nbsp;</td>
446
+ </tr>
447
+ <tr class="altColor">
448
+ <td class="colFirst"><code>static void</code></td>
449
+ <td class="colLast"><span class="typeNameLabel">GraphOfTheGodsFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/example/GraphOfTheGodsFactory.html#loadWithoutMixedIndex-org.janusgraph.core.JanusGraph-boolean-">loadWithoutMixedIndex</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
450
+ boolean&nbsp;uniqueNameCompositeIndex)</code>&nbsp;</td>
451
+ </tr>
452
+ </tbody>
453
+ </table>
454
+ </li>
455
+ <li class="blockList"><a name="org.janusgraph.graphdb.database">
456
+ <!-- -->
457
+ </a>
458
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a></h3>
459
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
460
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a> that implement <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
461
+ <tr>
462
+ <th class="colFirst" scope="col">Modifier and Type</th>
463
+ <th class="colLast" scope="col">Class and Description</th>
464
+ </tr>
465
+ <tbody>
466
+ <tr class="altColor">
467
+ <td class="colFirst"><code>class&nbsp;</code></td>
468
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/StandardJanusGraph.html" title="class in org.janusgraph.graphdb.database">StandardJanusGraph</a></span></code>&nbsp;</td>
469
+ </tr>
470
+ </tbody>
471
+ </table>
472
+ </li>
473
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.management">
474
+ <!-- -->
475
+ </a>
476
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a></h3>
477
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
478
+ <caption><span>Fields in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a> declared as <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
479
+ <tr>
480
+ <th class="colFirst" scope="col">Modifier and Type</th>
481
+ <th class="colLast" scope="col">Field and Description</th>
482
+ </tr>
483
+ <tbody>
484
+ <tr class="altColor">
485
+ <td class="colFirst"><code>protected <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></code></td>
486
+ <td class="colLast"><span class="typeNameLabel">AbstractIndexStatusWatcher.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/AbstractIndexStatusWatcher.html#g">g</a></span></code>&nbsp;</td>
487
+ </tr>
488
+ </tbody>
489
+ </table>
490
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
491
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
492
+ <tr>
493
+ <th class="colFirst" scope="col">Modifier and Type</th>
494
+ <th class="colLast" scope="col">Method and Description</th>
495
+ </tr>
496
+ <tbody>
497
+ <tr class="altColor">
498
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/graphdb/database/management/GraphIndexStatusWatcher.html" title="class in org.janusgraph.graphdb.database.management">GraphIndexStatusWatcher</a></code></td>
499
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#awaitGraphIndexStatus-org.janusgraph.core.JanusGraph-java.lang.String-">awaitGraphIndexStatus</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;g,
500
+ <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>&nbsp;graphIndexName)</code>
501
+ <div class="block">Returns a <a href="../../../../org/janusgraph/graphdb/database/management/GraphIndexStatusWatcher.html" title="class in org.janusgraph.graphdb.database.management"><code>GraphIndexStatusWatcher</code></a> configured to watch
502
+ <code>graphIndexName</code> through graph <code>g</code>.</div>
503
+ </td>
504
+ </tr>
505
+ <tr class="rowColor">
506
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/graphdb/database/management/RelationIndexStatusWatcher.html" title="class in org.janusgraph.graphdb.database.management">RelationIndexStatusWatcher</a></code></td>
507
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#awaitRelationIndexStatus-org.janusgraph.core.JanusGraph-java.lang.String-java.lang.String-">awaitRelationIndexStatus</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;g,
508
+ <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>&nbsp;relationIndexName,
509
+ <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>&nbsp;relationTypeName)</code>
510
+ <div class="block">Returns a <a href="../../../../org/janusgraph/graphdb/database/management/RelationIndexStatusWatcher.html" title="class in org.janusgraph.graphdb.database.management"><code>RelationIndexStatusWatcher</code></a> configured to watch the index specified by
511
+ <code>relationIndexName</code> and <code>relationIndexType</code> through graph <code>g</code>.</div>
512
+ </td>
513
+ </tr>
514
+ </tbody>
515
+ </table>
516
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
517
+ <caption><span>Constructors in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
518
+ <tr>
519
+ <th class="colOne" scope="col">Constructor and Description</th>
520
+ </tr>
521
+ <tbody>
522
+ <tr class="altColor">
523
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/AbstractIndexStatusWatcher.html#AbstractIndexStatusWatcher-org.janusgraph.core.JanusGraph-">AbstractIndexStatusWatcher</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;g)</code>&nbsp;</td>
524
+ </tr>
525
+ <tr class="rowColor">
526
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/GraphIndexStatusWatcher.html#GraphIndexStatusWatcher-org.janusgraph.core.JanusGraph-java.lang.String-">GraphIndexStatusWatcher</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;g,
527
+ <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>&nbsp;graphIndexName)</code>&nbsp;</td>
528
+ </tr>
529
+ <tr class="altColor">
530
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/RelationIndexStatusWatcher.html#RelationIndexStatusWatcher-org.janusgraph.core.JanusGraph-java.lang.String-java.lang.String-">RelationIndexStatusWatcher</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;g,
531
+ <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>&nbsp;relationIndexName,
532
+ <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>&nbsp;relationTypeName)</code>&nbsp;</td>
533
+ </tr>
534
+ </tbody>
535
+ </table>
536
+ </li>
537
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.util">
538
+ <!-- -->
539
+ </a>
540
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/graphdb/database/util/package-summary.html">org.janusgraph.graphdb.database.util</a></h3>
541
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
542
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/util/package-summary.html">org.janusgraph.graphdb.database.util</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
543
+ <tr>
544
+ <th class="colFirst" scope="col">Modifier and Type</th>
545
+ <th class="colLast" scope="col">Method and Description</th>
546
+ </tr>
547
+ <tbody>
548
+ <tr class="altColor">
549
+ <td class="colFirst"><code>static void</code></td>
550
+ <td class="colLast"><span class="typeNameLabel">StaleIndexRecordUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/util/StaleIndexRecordUtil.html#forceRemoveElementFromMixedIndex-java.lang.Object-org.janusgraph.graphdb.database.IndexRecordEntry:A-org.janusgraph.core.JanusGraph-java.lang.String-">forceRemoveElementFromMixedIndex</a></span>(<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>&nbsp;elementId,
551
+ <a href="../../../../org/janusgraph/graphdb/database/IndexRecordEntry.html" title="class in org.janusgraph.graphdb.database">IndexRecordEntry</a>[]&nbsp;indexRecord,
552
+ <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
553
+ <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>&nbsp;mixedIndexName)</code>
554
+ <div class="block">Force removes element record from a mixed index.</div>
555
+ </td>
556
+ </tr>
557
+ <tr class="rowColor">
558
+ <td class="colFirst"><code>static void</code></td>
559
+ <td class="colLast"><span class="typeNameLabel">StaleIndexRecordUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/util/StaleIndexRecordUtil.html#forceRemoveElementFromMixedIndex-java.lang.Object-org.janusgraph.core.JanusGraph-java.lang.String-">forceRemoveElementFromMixedIndex</a></span>(<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>&nbsp;elementId,
560
+ <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
561
+ <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>&nbsp;mixedIndexName)</code>
562
+ <div class="block">Force removes element fully from a mixed index.</div>
563
+ </td>
564
+ </tr>
565
+ <tr class="altColor">
566
+ <td class="colFirst"><code>static void</code></td>
567
+ <td class="colLast"><span class="typeNameLabel">StaleIndexRecordUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/util/StaleIndexRecordUtil.html#forceRemoveElementFromMixedIndex-java.lang.Object-java.util.Map-org.janusgraph.core.JanusGraph-java.lang.String-">forceRemoveElementFromMixedIndex</a></span>(<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>&nbsp;elementId,
568
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;indexRecordPropertyValues,
569
+ <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
570
+ <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>&nbsp;mixedIndexName)</code>
571
+ <div class="block">Force removes element record from a mixed index.</div>
572
+ </td>
573
+ </tr>
574
+ <tr class="rowColor">
575
+ <td class="colFirst"><code>static void</code></td>
576
+ <td class="colLast"><span class="typeNameLabel">StaleIndexRecordUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/util/StaleIndexRecordUtil.html#forceRemoveVertexFromGraphIndex-java.lang.Object-java.util.Map-org.janusgraph.core.JanusGraph-java.lang.String-">forceRemoveVertexFromGraphIndex</a></span>(<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>&nbsp;vertexId,
577
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;indexRecordPropertyValues,
578
+ <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
579
+ <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>&nbsp;graphIndexName)</code>
580
+ <div class="block">Force removes vertex record from a graph index.</div>
581
+ </td>
582
+ </tr>
583
+ </tbody>
584
+ </table>
585
+ </li>
586
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap">
587
+ <!-- -->
588
+ </a>
589
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a></h3>
590
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
591
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
592
+ <tr>
593
+ <th class="colFirst" scope="col">Modifier and Type</th>
594
+ <th class="colLast" scope="col">Method and Description</th>
595
+ </tr>
596
+ <tbody>
597
+ <tr class="altColor">
598
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/scan/ScanJob.html" title="interface in org.janusgraph.diskstorage.keycolumnvalue.scan">ScanJob</a></code></td>
599
+ <td class="colLast"><span class="typeNameLabel">VertexJobConverter.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/VertexJobConverter.html#convert-org.janusgraph.core.JanusGraph-org.janusgraph.graphdb.olap.VertexScanJob-">convert</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
600
+ <a href="../../../../org/janusgraph/graphdb/olap/VertexScanJob.html" title="interface in org.janusgraph.graphdb.olap">VertexScanJob</a>&nbsp;vertexJob)</code>&nbsp;</td>
601
+ </tr>
602
+ <tr class="rowColor">
603
+ <td class="colFirst"><code>void</code></td>
604
+ <td class="colLast"><span class="typeNameLabel">GraphProvider.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/GraphProvider.html#setGraph-org.janusgraph.core.JanusGraph-">setGraph</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph)</code>&nbsp;</td>
605
+ </tr>
606
+ <tr class="altColor">
607
+ <td class="colFirst"><code>default void</code></td>
608
+ <td class="colLast"><span class="typeNameLabel">VertexScanJob.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/VertexScanJob.html#workerIterationStart-org.janusgraph.core.JanusGraph-org.janusgraph.diskstorage.configuration.Configuration-org.janusgraph.diskstorage.keycolumnvalue.scan.ScanMetrics-">workerIterationStart</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
609
+ <a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a>&nbsp;config,
610
+ <a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/scan/ScanMetrics.html" title="interface in org.janusgraph.diskstorage.keycolumnvalue.scan">ScanMetrics</a>&nbsp;metrics)</code>&nbsp;</td>
611
+ </tr>
612
+ </tbody>
613
+ </table>
614
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
615
+ <caption><span>Constructors in <a href="../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
616
+ <tr>
617
+ <th class="colOne" scope="col">Constructor and Description</th>
618
+ </tr>
619
+ <tbody>
620
+ <tr class="altColor">
621
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/AbstractScanJob.html#AbstractScanJob-org.janusgraph.core.JanusGraph-">AbstractScanJob</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph)</code>&nbsp;</td>
622
+ </tr>
623
+ <tr class="rowColor">
624
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/VertexJobConverter.html#VertexJobConverter-org.janusgraph.core.JanusGraph-org.janusgraph.graphdb.olap.VertexScanJob-">VertexJobConverter</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
625
+ <a href="../../../../org/janusgraph/graphdb/olap/VertexScanJob.html" title="interface in org.janusgraph.graphdb.olap">VertexScanJob</a>&nbsp;job)</code>&nbsp;</td>
626
+ </tr>
627
+ </tbody>
628
+ </table>
629
+ </li>
630
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.computer">
631
+ <!-- -->
632
+ </a>
633
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a></h3>
634
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
635
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
636
+ <tr>
637
+ <th class="colFirst" scope="col">Modifier and Type</th>
638
+ <th class="colLast" scope="col">Method and Description</th>
639
+ </tr>
640
+ <tbody>
641
+ <tr class="altColor">
642
+ <td class="colFirst"><code>void</code></td>
643
+ <td class="colLast"><span class="typeNameLabel">VertexProgramScanJob.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/VertexProgramScanJob.html#workerIterationStart-org.janusgraph.core.JanusGraph-org.janusgraph.diskstorage.configuration.Configuration-org.janusgraph.diskstorage.keycolumnvalue.scan.ScanMetrics-">workerIterationStart</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
644
+ <a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a>&nbsp;config,
645
+ <a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/scan/ScanMetrics.html" title="interface in org.janusgraph.diskstorage.keycolumnvalue.scan">ScanMetrics</a>&nbsp;metrics)</code>&nbsp;</td>
646
+ </tr>
647
+ <tr class="rowColor">
648
+ <td class="colFirst"><code>void</code></td>
649
+ <td class="colLast"><span class="typeNameLabel">VertexMapJob.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/VertexMapJob.html#workerIterationStart-org.janusgraph.core.JanusGraph-org.janusgraph.diskstorage.configuration.Configuration-org.janusgraph.diskstorage.keycolumnvalue.scan.ScanMetrics-">workerIterationStart</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
650
+ <a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a>&nbsp;config,
651
+ <a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/scan/ScanMetrics.html" title="interface in org.janusgraph.diskstorage.keycolumnvalue.scan">ScanMetrics</a>&nbsp;metrics)</code>&nbsp;</td>
652
+ </tr>
653
+ </tbody>
654
+ </table>
655
+ </li>
656
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.job">
657
+ <!-- -->
658
+ </a>
659
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/graphdb/olap/job/package-summary.html">org.janusgraph.graphdb.olap.job</a></h3>
660
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
661
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/olap/job/package-summary.html">org.janusgraph.graphdb.olap.job</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
662
+ <tr>
663
+ <th class="colFirst" scope="col">Modifier and Type</th>
664
+ <th class="colLast" scope="col">Method and Description</th>
665
+ </tr>
666
+ <tbody>
667
+ <tr class="altColor">
668
+ <td class="colFirst"><code>void</code></td>
669
+ <td class="colLast"><span class="typeNameLabel">IndexUpdateJob.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/job/IndexUpdateJob.html#workerIterationStart-org.janusgraph.core.JanusGraph-org.janusgraph.diskstorage.configuration.Configuration-org.janusgraph.diskstorage.keycolumnvalue.scan.ScanMetrics-">workerIterationStart</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
670
+ <a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a>&nbsp;config,
671
+ <a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/scan/ScanMetrics.html" title="interface in org.janusgraph.diskstorage.keycolumnvalue.scan">ScanMetrics</a>&nbsp;metrics)</code>&nbsp;</td>
672
+ </tr>
673
+ </tbody>
674
+ </table>
675
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
676
+ <caption><span>Constructors in <a href="../../../../org/janusgraph/graphdb/olap/job/package-summary.html">org.janusgraph.graphdb.olap.job</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
677
+ <tr>
678
+ <th class="colOne" scope="col">Constructor and Description</th>
679
+ </tr>
680
+ <tbody>
681
+ <tr class="altColor">
682
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/job/GhostVertexRemover.html#GhostVertexRemover-org.janusgraph.core.JanusGraph-">GhostVertexRemover</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph)</code>&nbsp;</td>
683
+ </tr>
684
+ <tr class="rowColor">
685
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/job/IndexRemoveJob.html#IndexRemoveJob-org.janusgraph.core.JanusGraph-java.lang.String-java.lang.String-">IndexRemoveJob</a></span>(<a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a>&nbsp;graph,
686
+ <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>&nbsp;indexName,
687
+ <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>&nbsp;indexType)</code>&nbsp;</td>
688
+ </tr>
689
+ </tbody>
690
+ </table>
691
+ </li>
692
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop">
693
+ <!-- -->
694
+ </a>
695
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a></h3>
696
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
697
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that implement <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">JanusGraph</a></span><span class="tabEnd">&nbsp;</span></caption>
698
+ <tr>
699
+ <th class="colFirst" scope="col">Modifier and Type</th>
700
+ <th class="colLast" scope="col">Class and Description</th>
701
+ </tr>
702
+ <tbody>
703
+ <tr class="altColor">
704
+ <td class="colFirst"><code>class&nbsp;</code></td>
705
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html" title="class in org.janusgraph.graphdb.tinkerpop">JanusGraphBlueprintsGraph</a></span></code>
706
+ <div class="block">Blueprints specific implementation for <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a>.</div>
707
+ </td>
708
+ </tr>
709
+ </tbody>
710
+ </table>
711
+ </li>
712
+ </ul>
713
+ </li>
714
+ </ul>
715
+ </div>
716
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
717
+ <div class="bottomNav"><a name="navbar.bottom">
718
+ <!-- -->
719
+ </a>
720
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
721
+ <a name="navbar.bottom.firstrow">
722
+ <!-- -->
723
+ </a>
724
+ <ul class="navList" title="Navigation">
725
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
726
+ <li><a href="../package-summary.html">Package</a></li>
727
+ <li><a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core">Class</a></li>
728
+ <li class="navBarCell1Rev">Use</li>
729
+ <li><a href="../package-tree.html">Tree</a></li>
730
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
731
+ <li><a href="../../../../index-all.html">Index</a></li>
732
+ <li><a href="../../../../help-doc.html">Help</a></li>
733
+ </ul>
734
+ </div>
735
+ <div class="subNav">
736
+ <ul class="navList">
737
+ <li>Prev</li>
738
+ <li>Next</li>
739
+ </ul>
740
+ <ul class="navList">
741
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraph.html" target="_top">Frames</a></li>
742
+ <li><a href="JanusGraph.html" target="_top">No&nbsp;Frames</a></li>
743
+ </ul>
744
+ <ul class="navList" id="allclasses_navbar_bottom">
745
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
746
+ </ul>
747
+ <div>
748
+ <script type="text/javascript"><!--
749
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
750
+ if(window==top) {
751
+ allClassesLink.style.display = "block";
752
+ }
753
+ else {
754
+ allClassesLink.style.display = "none";
755
+ }
756
+ //-->
757
+ </script>
758
+ </div>
759
+ <a name="skip.navbar.bottom">
760
+ <!-- -->
761
+ </a></div>
762
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
763
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
764
+ </body>
765
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphComputer.ResultMode.html ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphComputer.ResultMode (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphComputer.ResultMode (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphComputer.ResultMode.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphComputer.ResultMode.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphComputer.ResultMode" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphComputer.ResultMode</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">JanusGraphComputer.ResultMode</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ </li>
93
+ <li class="blockList">
94
+ <ul class="blockList">
95
+ <li class="blockList"><a name="org.janusgraph.core">
96
+ <!-- -->
97
+ </a>
98
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">JanusGraphComputer.ResultMode</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
99
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
100
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">JanusGraphComputer.ResultMode</a></span><span class="tabEnd">&nbsp;</span></caption>
101
+ <tr>
102
+ <th class="colFirst" scope="col">Modifier and Type</th>
103
+ <th class="colLast" scope="col">Method and Description</th>
104
+ </tr>
105
+ <tbody>
106
+ <tr class="altColor">
107
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">JanusGraphComputer.ResultMode</a></code></td>
108
+ <td class="colLast"><span class="typeNameLabel">JanusGraphComputer.ResultMode.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html#valueOf-java.lang.String-">valueOf</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>&nbsp;name)</code>
109
+ <div class="block">Returns the enum constant of this type with the specified name.</div>
110
+ </td>
111
+ </tr>
112
+ <tr class="rowColor">
113
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">JanusGraphComputer.ResultMode</a>[]</code></td>
114
+ <td class="colLast"><span class="typeNameLabel">JanusGraphComputer.ResultMode.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html#values--">values</a></span>()</code>
115
+ <div class="block">Returns an array containing the constants of this enum type, in
116
+ the order they are declared.</div>
117
+ </td>
118
+ </tr>
119
+ </tbody>
120
+ </table>
121
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
122
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">JanusGraphComputer.ResultMode</a></span><span class="tabEnd">&nbsp;</span></caption>
123
+ <tr>
124
+ <th class="colFirst" scope="col">Modifier and Type</th>
125
+ <th class="colLast" scope="col">Method and Description</th>
126
+ </tr>
127
+ <tbody>
128
+ <tr class="altColor">
129
+ <td class="colFirst"><code>default <a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a></code></td>
130
+ <td class="colLast"><span class="typeNameLabel">JanusGraphComputer.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphComputer.html#resultMode-org.janusgraph.core.JanusGraphComputer.ResultMode-">resultMode</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">JanusGraphComputer.ResultMode</a>&nbsp;mode)</code>&nbsp;</td>
131
+ </tr>
132
+ </tbody>
133
+ </table>
134
+ </li>
135
+ </ul>
136
+ </li>
137
+ </ul>
138
+ </div>
139
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
140
+ <div class="bottomNav"><a name="navbar.bottom">
141
+ <!-- -->
142
+ </a>
143
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
144
+ <a name="navbar.bottom.firstrow">
145
+ <!-- -->
146
+ </a>
147
+ <ul class="navList" title="Navigation">
148
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
149
+ <li><a href="../package-summary.html">Package</a></li>
150
+ <li><a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">Class</a></li>
151
+ <li class="navBarCell1Rev">Use</li>
152
+ <li><a href="../package-tree.html">Tree</a></li>
153
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
154
+ <li><a href="../../../../index-all.html">Index</a></li>
155
+ <li><a href="../../../../help-doc.html">Help</a></li>
156
+ </ul>
157
+ </div>
158
+ <div class="subNav">
159
+ <ul class="navList">
160
+ <li>Prev</li>
161
+ <li>Next</li>
162
+ </ul>
163
+ <ul class="navList">
164
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphComputer.ResultMode.html" target="_top">Frames</a></li>
165
+ <li><a href="JanusGraphComputer.ResultMode.html" target="_top">No&nbsp;Frames</a></li>
166
+ </ul>
167
+ <ul class="navList" id="allclasses_navbar_bottom">
168
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
169
+ </ul>
170
+ <div>
171
+ <script type="text/javascript"><!--
172
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
173
+ if(window==top) {
174
+ allClassesLink.style.display = "block";
175
+ }
176
+ else {
177
+ allClassesLink.style.display = "none";
178
+ }
179
+ //-->
180
+ </script>
181
+ </div>
182
+ <a name="skip.navbar.bottom">
183
+ <!-- -->
184
+ </a></div>
185
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
186
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
187
+ </body>
188
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphComputer.html ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphComputer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphComputer (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphComputer.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphComputer.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphComputer" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphComputer</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.computer">org.janusgraph.graphdb.olap.computer</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ </tbody>
95
+ </table>
96
+ </li>
97
+ <li class="blockList">
98
+ <ul class="blockList">
99
+ <li class="blockList"><a name="org.janusgraph.core">
100
+ <!-- -->
101
+ </a>
102
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
103
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
104
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a></span><span class="tabEnd">&nbsp;</span></caption>
105
+ <tr>
106
+ <th class="colFirst" scope="col">Modifier and Type</th>
107
+ <th class="colLast" scope="col">Method and Description</th>
108
+ </tr>
109
+ <tbody>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><code>default <a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a></code></td>
112
+ <td class="colLast"><span class="typeNameLabel">JanusGraphComputer.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphComputer.html#resultMode-org.janusgraph.core.JanusGraphComputer.ResultMode-">resultMode</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphComputer.ResultMode.html" title="enum in org.janusgraph.core">JanusGraphComputer.ResultMode</a>&nbsp;mode)</code>&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a></code></td>
116
+ <td class="colLast"><span class="typeNameLabel">JanusGraphComputer.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphComputer.html#workers-int-">workers</a></span>(int&nbsp;threads)</code>&nbsp;</td>
117
+ </tr>
118
+ </tbody>
119
+ </table>
120
+ </li>
121
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.computer">
122
+ <!-- -->
123
+ </a>
124
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a> in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a></h3>
125
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
126
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a></span><span class="tabEnd">&nbsp;</span></caption>
127
+ <tr>
128
+ <th class="colFirst" scope="col">Modifier and Type</th>
129
+ <th class="colLast" scope="col">Class and Description</th>
130
+ </tr>
131
+ <tbody>
132
+ <tr class="altColor">
133
+ <td class="colFirst"><code>class&nbsp;</code></td>
134
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraGraphComputer.html" title="class in org.janusgraph.graphdb.olap.computer">FulgoraGraphComputer</a></span></code>&nbsp;</td>
135
+ </tr>
136
+ </tbody>
137
+ </table>
138
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
139
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a> that return <a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a></span><span class="tabEnd">&nbsp;</span></caption>
140
+ <tr>
141
+ <th class="colFirst" scope="col">Modifier and Type</th>
142
+ <th class="colLast" scope="col">Method and Description</th>
143
+ </tr>
144
+ <tbody>
145
+ <tr class="altColor">
146
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">JanusGraphComputer</a></code></td>
147
+ <td class="colLast"><span class="typeNameLabel">FulgoraGraphComputer.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraGraphComputer.html#workers-int-">workers</a></span>(int&nbsp;threads)</code>&nbsp;</td>
148
+ </tr>
149
+ </tbody>
150
+ </table>
151
+ </li>
152
+ </ul>
153
+ </li>
154
+ </ul>
155
+ </div>
156
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
157
+ <div class="bottomNav"><a name="navbar.bottom">
158
+ <!-- -->
159
+ </a>
160
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
161
+ <a name="navbar.bottom.firstrow">
162
+ <!-- -->
163
+ </a>
164
+ <ul class="navList" title="Navigation">
165
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
166
+ <li><a href="../package-summary.html">Package</a></li>
167
+ <li><a href="../../../../org/janusgraph/core/JanusGraphComputer.html" title="interface in org.janusgraph.core">Class</a></li>
168
+ <li class="navBarCell1Rev">Use</li>
169
+ <li><a href="../package-tree.html">Tree</a></li>
170
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
171
+ <li><a href="../../../../index-all.html">Index</a></li>
172
+ <li><a href="../../../../help-doc.html">Help</a></li>
173
+ </ul>
174
+ </div>
175
+ <div class="subNav">
176
+ <ul class="navList">
177
+ <li>Prev</li>
178
+ <li>Next</li>
179
+ </ul>
180
+ <ul class="navList">
181
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphComputer.html" target="_top">Frames</a></li>
182
+ <li><a href="JanusGraphComputer.html" target="_top">No&nbsp;Frames</a></li>
183
+ </ul>
184
+ <ul class="navList" id="allclasses_navbar_bottom">
185
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
186
+ </ul>
187
+ <div>
188
+ <script type="text/javascript"><!--
189
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
190
+ if(window==top) {
191
+ allClassesLink.style.display = "block";
192
+ }
193
+ else {
194
+ allClassesLink.style.display = "none";
195
+ }
196
+ //-->
197
+ </script>
198
+ </div>
199
+ <a name="skip.navbar.bottom">
200
+ <!-- -->
201
+ </a></div>
202
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
203
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
204
+ </body>
205
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphConfigurationException.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphConfigurationException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphConfigurationException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphConfigurationException.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphConfigurationException.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphConfigurationException.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphConfigurationException" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphConfigurationException</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.JanusGraphConfigurationException</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/JanusGraphConfigurationException.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphConfigurationException.html" target="_top">Frames</a></li>
103
+ <li><a href="JanusGraphConfigurationException.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphEdge.html ADDED
@@ -0,0 +1,542 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphEdge (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphEdge (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphEdge.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphEdge.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphEdge" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphEdge</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.log">org.janusgraph.core.log</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query">org.janusgraph.graphdb.query</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.graph">org.janusgraph.graphdb.query.graph</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.vertex">org.janusgraph.graphdb.query.vertex</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.relations">org.janusgraph.graphdb.relations</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
116
+ <td class="colLast">&nbsp;</td>
117
+ </tr>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.vertices">org.janusgraph.graphdb.types.vertices</a></td>
120
+ <td class="colLast">&nbsp;</td>
121
+ </tr>
122
+ <tr class="rowColor">
123
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.vertices">org.janusgraph.graphdb.vertices</a></td>
124
+ <td class="colLast">&nbsp;</td>
125
+ </tr>
126
+ </tbody>
127
+ </table>
128
+ </li>
129
+ <li class="blockList">
130
+ <ul class="blockList">
131
+ <li class="blockList"><a name="org.janusgraph.core">
132
+ <!-- -->
133
+ </a>
134
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
135
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
136
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
137
+ <tr>
138
+ <th class="colFirst" scope="col">Modifier and Type</th>
139
+ <th class="colLast" scope="col">Class and Description</th>
140
+ </tr>
141
+ <tbody>
142
+ <tr class="altColor">
143
+ <td class="colFirst"><code>class&nbsp;</code></td>
144
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyEdge.html" title="class in org.janusgraph.core">JanusGraphLazyEdge</a></span></code>&nbsp;</td>
145
+ </tr>
146
+ </tbody>
147
+ </table>
148
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
149
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
150
+ <tr>
151
+ <th class="colFirst" scope="col">Modifier and Type</th>
152
+ <th class="colLast" scope="col">Method and Description</th>
153
+ </tr>
154
+ <tbody>
155
+ <tr class="altColor">
156
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
157
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertex.html#addEdge-java.lang.String-org.apache.tinkerpop.gremlin.structure.Vertex-java.lang.Object...-">addEdge</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>&nbsp;label,
158
+ org.apache.tinkerpop.gremlin.structure.Vertex&nbsp;vertex,
159
+ <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>...&nbsp;keyValues)</code>
160
+ <div class="block">Creates a new edge incident on this vertex.</div>
161
+ </td>
162
+ </tr>
163
+ <tr class="rowColor">
164
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
165
+ <td class="colLast"><span class="typeNameLabel">Connection.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Connection.html#getConnectionEdge--">getConnectionEdge</a></span>()</code>&nbsp;</td>
166
+ </tr>
167
+ </tbody>
168
+ </table>
169
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
170
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
171
+ <tr>
172
+ <th class="colFirst" scope="col">Modifier and Type</th>
173
+ <th class="colLast" scope="col">Method and Description</th>
174
+ </tr>
175
+ <tbody>
176
+ <tr class="altColor">
177
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
178
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html#edges--">edges</a></span>()</code>
179
+ <div class="block">Returns an iterable over all incident edges that match this query</div>
180
+ </td>
181
+ </tr>
182
+ <tr class="rowColor">
183
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
184
+ <td class="colLast"><span class="typeNameLabel">JanusGraphQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphQuery.html#edges--">edges</a></span>()</code>
185
+ <div class="block">Returns all edges that match the conditions.</div>
186
+ </td>
187
+ </tr>
188
+ <tr class="altColor">
189
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;&gt;</code></td>
190
+ <td class="colLast"><span class="typeNameLabel">JanusGraphMultiVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html#edges--">edges</a></span>()</code>
191
+ <div class="block">Returns an iterable over all incident edges that match this query for each vertex</div>
192
+ </td>
193
+ </tr>
194
+ <tr class="rowColor">
195
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;&gt;</code></td>
196
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#edgeStream--">edgeStream</a></span>()</code>
197
+ <div class="block">Returns all edges that match the query in the indexing backend.</div>
198
+ </td>
199
+ </tr>
200
+ <tr class="altColor">
201
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
202
+ <td class="colLast"><span class="typeNameLabel">JanusGraphTransaction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html#getEdges-org.janusgraph.graphdb.relations.RelationIdentifier...-">getEdges</a></span>(<a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>...&nbsp;ids)</code>&nbsp;</td>
203
+ </tr>
204
+ </tbody>
205
+ </table>
206
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
207
+ <caption><span>Constructors in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
208
+ <tr>
209
+ <th class="colOne" scope="col">Constructor and Description</th>
210
+ </tr>
211
+ <tbody>
212
+ <tr class="altColor">
213
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Connection.html#Connection-org.janusgraph.core.JanusGraphEdge-">Connection</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&nbsp;connectionEdge)</code>&nbsp;</td>
214
+ </tr>
215
+ </tbody>
216
+ </table>
217
+ </li>
218
+ <li class="blockList"><a name="org.janusgraph.core.log">
219
+ <!-- -->
220
+ </a>
221
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a></h3>
222
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
223
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
224
+ <tr>
225
+ <th class="colFirst" scope="col">Modifier and Type</th>
226
+ <th class="colLast" scope="col">Method and Description</th>
227
+ </tr>
228
+ <tbody>
229
+ <tr class="altColor">
230
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
231
+ <td class="colLast"><span class="typeNameLabel">ChangeState.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/log/ChangeState.html#getEdges-org.apache.tinkerpop.gremlin.structure.Vertex-org.janusgraph.core.log.Change-org.apache.tinkerpop.gremlin.structure.Direction-java.lang.String...-">getEdges</a></span>(org.apache.tinkerpop.gremlin.structure.Vertex&nbsp;vertex,
232
+ <a href="../../../../org/janusgraph/core/log/Change.html" title="enum in org.janusgraph.core.log">Change</a>&nbsp;change,
233
+ org.apache.tinkerpop.gremlin.structure.Direction&nbsp;dir,
234
+ <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>...&nbsp;labels)</code>
235
+ <div class="block">Returns all edges incident on the given vertex in the given direction that match the provided change state and edge labels.</div>
236
+ </td>
237
+ </tr>
238
+ </tbody>
239
+ </table>
240
+ </li>
241
+ <li class="blockList"><a name="org.janusgraph.graphdb.query">
242
+ <!-- -->
243
+ </a>
244
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/graphdb/query/package-summary.html">org.janusgraph.graphdb.query</a></h3>
245
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
246
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/package-summary.html">org.janusgraph.graphdb.query</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
247
+ <tr>
248
+ <th class="colFirst" scope="col">Modifier and Type</th>
249
+ <th class="colLast" scope="col">Method and Description</th>
250
+ </tr>
251
+ <tbody>
252
+ <tr class="altColor">
253
+ <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
254
+ <td class="colLast"><span class="typeNameLabel">QueryUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/QueryUtil.html#getEdges-org.janusgraph.graphdb.transaction.StandardJanusGraphTx-org.janusgraph.core.PropertyKey-java.lang.Object-">getEdges</a></span>(<a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html" title="class in org.janusgraph.graphdb.transaction">StandardJanusGraphTx</a>&nbsp;tx,
255
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key,
256
+ <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>&nbsp;equalityCondition)</code>&nbsp;</td>
257
+ </tr>
258
+ <tr class="rowColor">
259
+ <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
260
+ <td class="colLast"><span class="typeNameLabel">QueryUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/QueryUtil.html#getEdges-org.janusgraph.graphdb.transaction.StandardJanusGraphTx-java.lang.String-java.lang.Object-">getEdges</a></span>(<a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html" title="class in org.janusgraph.graphdb.transaction">StandardJanusGraphTx</a>&nbsp;tx,
261
+ <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>&nbsp;key,
262
+ <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>&nbsp;equalityCondition)</code>&nbsp;</td>
263
+ </tr>
264
+ </tbody>
265
+ </table>
266
+ </li>
267
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.graph">
268
+ <!-- -->
269
+ </a>
270
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a></h3>
271
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
272
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
273
+ <tr>
274
+ <th class="colFirst" scope="col">Modifier and Type</th>
275
+ <th class="colLast" scope="col">Method and Description</th>
276
+ </tr>
277
+ <tbody>
278
+ <tr class="altColor">
279
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
280
+ <td class="colLast"><span class="typeNameLabel">GraphCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/GraphCentricQueryBuilder.html#edges--">edges</a></span>()</code>&nbsp;</td>
281
+ </tr>
282
+ <tr class="rowColor">
283
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;&gt;</code></td>
284
+ <td class="colLast"><span class="typeNameLabel">IndexQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/IndexQueryBuilder.html#edgeStream--">edgeStream</a></span>()</code>&nbsp;</td>
285
+ </tr>
286
+ </tbody>
287
+ </table>
288
+ </li>
289
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.vertex">
290
+ <!-- -->
291
+ </a>
292
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a></h3>
293
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
294
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
295
+ <tr>
296
+ <th class="colFirst" scope="col">Modifier and Type</th>
297
+ <th class="colLast" scope="col">Method and Description</th>
298
+ </tr>
299
+ <tbody>
300
+ <tr class="altColor">
301
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
302
+ <td class="colLast"><span class="typeNameLabel">VertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/VertexCentricQueryBuilder.html#edges--">edges</a></span>()</code>&nbsp;</td>
303
+ </tr>
304
+ <tr class="rowColor">
305
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;&gt;</code></td>
306
+ <td class="colLast"><span class="typeNameLabel">MultiVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html#edges--">edges</a></span>()</code>&nbsp;</td>
307
+ </tr>
308
+ </tbody>
309
+ </table>
310
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
311
+ <caption><span>Method parameters in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> with type arguments of type <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
312
+ <tr>
313
+ <th class="colFirst" scope="col">Modifier and Type</th>
314
+ <th class="colLast" scope="col">Method and Description</th>
315
+ </tr>
316
+ <tbody>
317
+ <tr class="altColor">
318
+ <td class="colFirst"><code>protected <a href="../../../../org/janusgraph/core/VertexList.html" title="interface in org.janusgraph.core">VertexList</a></code></td>
319
+ <td class="colLast"><span class="typeNameLabel">BasicVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#edges2VertexIds-java.lang.Iterable-org.janusgraph.core.JanusGraphVertex-">edges2VertexIds</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;&nbsp;edges,
320
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;other)</code>&nbsp;</td>
321
+ </tr>
322
+ <tr class="rowColor">
323
+ <td class="colFirst"><code>protected static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&gt;</code></td>
324
+ <td class="colLast"><span class="typeNameLabel">BasicVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#edges2Vertices-java.lang.Iterable-org.janusgraph.core.JanusGraphVertex-">edges2Vertices</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;&nbsp;edges,
325
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;other)</code>&nbsp;</td>
326
+ </tr>
327
+ </tbody>
328
+ </table>
329
+ </li>
330
+ <li class="blockList"><a name="org.janusgraph.graphdb.relations">
331
+ <!-- -->
332
+ </a>
333
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></h3>
334
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
335
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
336
+ <tr>
337
+ <th class="colFirst" scope="col">Modifier and Type</th>
338
+ <th class="colLast" scope="col">Class and Description</th>
339
+ </tr>
340
+ <tbody>
341
+ <tr class="altColor">
342
+ <td class="colFirst"><code>class&nbsp;</code></td>
343
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractEdge.html" title="class in org.janusgraph.graphdb.relations">AbstractEdge</a></span></code>&nbsp;</td>
344
+ </tr>
345
+ <tr class="rowColor">
346
+ <td class="colFirst"><code>class&nbsp;</code></td>
347
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/CacheEdge.html" title="class in org.janusgraph.graphdb.relations">CacheEdge</a></span></code>&nbsp;</td>
348
+ </tr>
349
+ <tr class="altColor">
350
+ <td class="colFirst"><code>class&nbsp;</code></td>
351
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardEdge.html" title="class in org.janusgraph.graphdb.relations">StandardEdge</a></span></code>&nbsp;</td>
352
+ </tr>
353
+ </tbody>
354
+ </table>
355
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
356
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that return <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
357
+ <tr>
358
+ <th class="colFirst" scope="col">Modifier and Type</th>
359
+ <th class="colLast" scope="col">Method and Description</th>
360
+ </tr>
361
+ <tbody>
362
+ <tr class="altColor">
363
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
364
+ <td class="colLast"><span class="typeNameLabel">RelationIdentifierUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/RelationIdentifierUtils.html#findEdge-org.janusgraph.graphdb.relations.RelationIdentifier-org.janusgraph.core.JanusGraphTransaction-">findEdge</a></span>(<a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>&nbsp;rId,
365
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
366
+ </tr>
367
+ </tbody>
368
+ </table>
369
+ </li>
370
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction">
371
+ <!-- -->
372
+ </a>
373
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></h3>
374
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
375
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
376
+ <tr>
377
+ <th class="colFirst" scope="col">Modifier and Type</th>
378
+ <th class="colLast" scope="col">Method and Description</th>
379
+ </tr>
380
+ <tbody>
381
+ <tr class="altColor">
382
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
383
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addEdge-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.EdgeLabel-">addEdge</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;outVertex,
384
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;inVertex,
385
+ <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label)</code>&nbsp;</td>
386
+ </tr>
387
+ <tr class="rowColor">
388
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
389
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addEdge-java.lang.Long-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.EdgeLabel-java.lang.Long-">addEdge</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;id,
390
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;outVertex,
391
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;inVertex,
392
+ <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a>&nbsp;label,
393
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;previousId)</code>&nbsp;</td>
394
+ </tr>
395
+ <tr class="altColor">
396
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
397
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addSchemaEdge-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.JanusGraphVertex-org.janusgraph.graphdb.types.TypeDefinitionCategory-java.lang.Object-">addSchemaEdge</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;out,
398
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;in,
399
+ <a href="../../../../org/janusgraph/graphdb/types/TypeDefinitionCategory.html" title="enum in org.janusgraph.graphdb.types">TypeDefinitionCategory</a>&nbsp;def,
400
+ <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>&nbsp;modifier)</code>&nbsp;</td>
401
+ </tr>
402
+ </tbody>
403
+ </table>
404
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
405
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
406
+ <tr>
407
+ <th class="colFirst" scope="col">Modifier and Type</th>
408
+ <th class="colLast" scope="col">Method and Description</th>
409
+ </tr>
410
+ <tbody>
411
+ <tr class="altColor">
412
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
413
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#getEdges-org.janusgraph.graphdb.relations.RelationIdentifier...-">getEdges</a></span>(<a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>...&nbsp;ids)</code>&nbsp;</td>
414
+ </tr>
415
+ </tbody>
416
+ </table>
417
+ </li>
418
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
419
+ <!-- -->
420
+ </a>
421
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
422
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
423
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> that return <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
424
+ <tr>
425
+ <th class="colFirst" scope="col">Modifier and Type</th>
426
+ <th class="colLast" scope="col">Method and Description</th>
427
+ </tr>
428
+ <tbody>
429
+ <tr class="altColor">
430
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
431
+ <td class="colLast"><span class="typeNameLabel">EmptyVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/EmptyVertex.html#addEdge-java.lang.String-org.apache.tinkerpop.gremlin.structure.Vertex-java.lang.Object...-">addEdge</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>&nbsp;s,
432
+ org.apache.tinkerpop.gremlin.structure.Vertex&nbsp;vertex,
433
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
434
+ </tr>
435
+ </tbody>
436
+ </table>
437
+ </li>
438
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.vertices">
439
+ <!-- -->
440
+ </a>
441
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a></h3>
442
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
443
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
444
+ <tr>
445
+ <th class="colFirst" scope="col">Modifier and Type</th>
446
+ <th class="colLast" scope="col">Method and Description</th>
447
+ </tr>
448
+ <tbody>
449
+ <tr class="altColor">
450
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
451
+ <td class="colLast"><span class="typeNameLabel">JanusGraphSchemaVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/JanusGraphSchemaVertex.html#getEdges-org.janusgraph.graphdb.types.TypeDefinitionCategory-org.apache.tinkerpop.gremlin.structure.Direction-">getEdges</a></span>(<a href="../../../../org/janusgraph/graphdb/types/TypeDefinitionCategory.html" title="enum in org.janusgraph.graphdb.types">TypeDefinitionCategory</a>&nbsp;def,
452
+ org.apache.tinkerpop.gremlin.structure.Direction&nbsp;dir)</code>&nbsp;</td>
453
+ </tr>
454
+ <tr class="rowColor">
455
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;</code></td>
456
+ <td class="colLast"><span class="typeNameLabel">JanusGraphSchemaVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/JanusGraphSchemaVertex.html#getEdges-org.janusgraph.graphdb.types.TypeDefinitionCategory-org.apache.tinkerpop.gremlin.structure.Direction-org.janusgraph.graphdb.types.vertices.JanusGraphSchemaVertex-">getEdges</a></span>(<a href="../../../../org/janusgraph/graphdb/types/TypeDefinitionCategory.html" title="enum in org.janusgraph.graphdb.types">TypeDefinitionCategory</a>&nbsp;def,
457
+ org.apache.tinkerpop.gremlin.structure.Direction&nbsp;dir,
458
+ <a href="../../../../org/janusgraph/graphdb/types/vertices/JanusGraphSchemaVertex.html" title="class in org.janusgraph.graphdb.types.vertices">JanusGraphSchemaVertex</a>&nbsp;other)</code>&nbsp;</td>
459
+ </tr>
460
+ </tbody>
461
+ </table>
462
+ </li>
463
+ <li class="blockList"><a name="org.janusgraph.graphdb.vertices">
464
+ <!-- -->
465
+ </a>
466
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a> in <a href="../../../../org/janusgraph/graphdb/vertices/package-summary.html">org.janusgraph.graphdb.vertices</a></h3>
467
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
468
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/vertices/package-summary.html">org.janusgraph.graphdb.vertices</a> that return <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span><span class="tabEnd">&nbsp;</span></caption>
469
+ <tr>
470
+ <th class="colFirst" scope="col">Modifier and Type</th>
471
+ <th class="colLast" scope="col">Method and Description</th>
472
+ </tr>
473
+ <tbody>
474
+ <tr class="altColor">
475
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
476
+ <td class="colLast"><span class="typeNameLabel">AbstractVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/AbstractVertex.html#addEdge-java.lang.String-org.apache.tinkerpop.gremlin.structure.Vertex-java.lang.Object...-">addEdge</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>&nbsp;label,
477
+ org.apache.tinkerpop.gremlin.structure.Vertex&nbsp;vertex,
478
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
479
+ </tr>
480
+ <tr class="rowColor">
481
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
482
+ <td class="colLast"><span class="typeNameLabel">PreloadedVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/PreloadedVertex.html#addEdge-java.lang.String-org.apache.tinkerpop.gremlin.structure.Vertex-java.lang.Object...-">addEdge</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>&nbsp;s,
483
+ org.apache.tinkerpop.gremlin.structure.Vertex&nbsp;vertex,
484
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
485
+ </tr>
486
+ </tbody>
487
+ </table>
488
+ </li>
489
+ </ul>
490
+ </li>
491
+ </ul>
492
+ </div>
493
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
494
+ <div class="bottomNav"><a name="navbar.bottom">
495
+ <!-- -->
496
+ </a>
497
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
498
+ <a name="navbar.bottom.firstrow">
499
+ <!-- -->
500
+ </a>
501
+ <ul class="navList" title="Navigation">
502
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
503
+ <li><a href="../package-summary.html">Package</a></li>
504
+ <li><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">Class</a></li>
505
+ <li class="navBarCell1Rev">Use</li>
506
+ <li><a href="../package-tree.html">Tree</a></li>
507
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
508
+ <li><a href="../../../../index-all.html">Index</a></li>
509
+ <li><a href="../../../../help-doc.html">Help</a></li>
510
+ </ul>
511
+ </div>
512
+ <div class="subNav">
513
+ <ul class="navList">
514
+ <li>Prev</li>
515
+ <li>Next</li>
516
+ </ul>
517
+ <ul class="navList">
518
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphEdge.html" target="_top">Frames</a></li>
519
+ <li><a href="JanusGraphEdge.html" target="_top">No&nbsp;Frames</a></li>
520
+ </ul>
521
+ <ul class="navList" id="allclasses_navbar_bottom">
522
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
523
+ </ul>
524
+ <div>
525
+ <script type="text/javascript"><!--
526
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
527
+ if(window==top) {
528
+ allClassesLink.style.display = "block";
529
+ }
530
+ else {
531
+ allClassesLink.style.display = "none";
532
+ }
533
+ //-->
534
+ </script>
535
+ </div>
536
+ <a name="skip.navbar.bottom">
537
+ <!-- -->
538
+ </a></div>
539
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
540
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
541
+ </body>
542
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphElement.html ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphException.html ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphException.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphException.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphException" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphException</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.log">org.janusgraph.core.log</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.diskstorage">org.janusgraph.diskstorage</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.diskstorage.util">org.janusgraph.diskstorage.util</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database">org.janusgraph.graphdb.database</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.idassigner">org.janusgraph.graphdb.database.idassigner</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.log">org.janusgraph.graphdb.log</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ </tbody>
115
+ </table>
116
+ </li>
117
+ <li class="blockList">
118
+ <ul class="blockList">
119
+ <li class="blockList"><a name="org.janusgraph.core">
120
+ <!-- -->
121
+ </a>
122
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
123
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
124
+ <caption><span>Subclasses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></span><span class="tabEnd">&nbsp;</span></caption>
125
+ <tr>
126
+ <th class="colFirst" scope="col">Modifier and Type</th>
127
+ <th class="colLast" scope="col">Class and Description</th>
128
+ </tr>
129
+ <tbody>
130
+ <tr class="altColor">
131
+ <td class="colFirst"><code>class&nbsp;</code></td>
132
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/InvalidElementException.html" title="class in org.janusgraph.core">InvalidElementException</a></span></code>
133
+ <div class="block">Exception thrown when an element is invalid for the executing operation or when an operation could not be performed
134
+ on an element.</div>
135
+ </td>
136
+ </tr>
137
+ <tr class="rowColor">
138
+ <td class="colFirst"><code>class&nbsp;</code></td>
139
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/InvalidIDException.html" title="class in org.janusgraph.core">InvalidIDException</a></span></code>
140
+ <div class="block">JanusGraph represents element identifiers as longs, but not all numbers
141
+ in the representable space of longs are valid.</div>
142
+ </td>
143
+ </tr>
144
+ <tr class="altColor">
145
+ <td class="colFirst"><code>class&nbsp;</code></td>
146
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphConfigurationException.html" title="class in org.janusgraph.core">JanusGraphConfigurationException</a></span></code>
147
+ <div class="block">Exception thrown due to invalid configuration options or when errors
148
+ occur during the configuration and initialization of JanusGraph.</div>
149
+ </td>
150
+ </tr>
151
+ <tr class="rowColor">
152
+ <td class="colFirst"><code>class&nbsp;</code></td>
153
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/QueryException.html" title="class in org.janusgraph.core">QueryException</a></span></code>
154
+ <div class="block">Exception thrown when a user defined query (e.g. a <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core"><code>JanusGraphVertex</code></a> or <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphQuery</code></a>)
155
+ is invalid or could not be processed.</div>
156
+ </td>
157
+ </tr>
158
+ </tbody>
159
+ </table>
160
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
161
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that throw <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a></span><span class="tabEnd">&nbsp;</span></caption>
162
+ <tr>
163
+ <th class="colFirst" scope="col">Modifier and Type</th>
164
+ <th class="colLast" scope="col">Method and Description</th>
165
+ </tr>
166
+ <tbody>
167
+ <tr class="altColor">
168
+ <td class="colFirst"><code>void</code></td>
169
+ <td class="colLast"><span class="typeNameLabel">JanusGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraph.html#close--">close</a></span>()</code>
170
+ <div class="block">Closes the graph database.</div>
171
+ </td>
172
+ </tr>
173
+ </tbody>
174
+ </table>
175
+ </li>
176
+ <li class="blockList"><a name="org.janusgraph.core.log">
177
+ <!-- -->
178
+ </a>
179
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a></h3>
180
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
181
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a> that throw <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a></span><span class="tabEnd">&nbsp;</span></caption>
182
+ <tr>
183
+ <th class="colFirst" scope="col">Modifier and Type</th>
184
+ <th class="colLast" scope="col">Method and Description</th>
185
+ </tr>
186
+ <tbody>
187
+ <tr class="altColor">
188
+ <td class="colFirst"><code>void</code></td>
189
+ <td class="colLast"><span class="typeNameLabel">LogProcessorFramework.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/log/LogProcessorFramework.html#shutdown--">shutdown</a></span>()</code>
190
+ <div class="block">Closes all log processors, their associated logs, and the backing graph instance</div>
191
+ </td>
192
+ </tr>
193
+ <tr class="rowColor">
194
+ <td class="colFirst"><code>void</code></td>
195
+ <td class="colLast"><span class="typeNameLabel">TransactionRecovery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/log/TransactionRecovery.html#shutdown--">shutdown</a></span>()</code>
196
+ <div class="block">Shuts down the transaction recovery process</div>
197
+ </td>
198
+ </tr>
199
+ </tbody>
200
+ </table>
201
+ </li>
202
+ <li class="blockList"><a name="org.janusgraph.diskstorage">
203
+ <!-- -->
204
+ </a>
205
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/diskstorage/package-summary.html">org.janusgraph.diskstorage</a></h3>
206
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
207
+ <caption><span>Subclasses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/diskstorage/package-summary.html">org.janusgraph.diskstorage</a></span><span class="tabEnd">&nbsp;</span></caption>
208
+ <tr>
209
+ <th class="colFirst" scope="col">Modifier and Type</th>
210
+ <th class="colLast" scope="col">Class and Description</th>
211
+ </tr>
212
+ <tbody>
213
+ <tr class="altColor">
214
+ <td class="colFirst"><code>class&nbsp;</code></td>
215
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/ResourceUnavailableException.html" title="class in org.janusgraph.diskstorage">ResourceUnavailableException</a></span></code>
216
+ <div class="block">This exception is thrown if a resource is being accessed that is unavailable.</div>
217
+ </td>
218
+ </tr>
219
+ </tbody>
220
+ </table>
221
+ </li>
222
+ <li class="blockList"><a name="org.janusgraph.diskstorage.util">
223
+ <!-- -->
224
+ </a>
225
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/diskstorage/util/package-summary.html">org.janusgraph.diskstorage.util</a></h3>
226
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
227
+ <caption><span>Methods in <a href="../../../../org/janusgraph/diskstorage/util/package-summary.html">org.janusgraph.diskstorage.util</a> that throw <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a></span><span class="tabEnd">&nbsp;</span></caption>
228
+ <tr>
229
+ <th class="colFirst" scope="col">Modifier and Type</th>
230
+ <th class="colLast" scope="col">Method and Description</th>
231
+ </tr>
232
+ <tbody>
233
+ <tr class="altColor">
234
+ <td class="colFirst"><code>static &lt;R&gt;&nbsp;R</code></td>
235
+ <td class="colLast"><span class="typeNameLabel">BackendOperation.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/BackendOperation.html#execute-org.janusgraph.diskstorage.util.BackendOperation.Transactional-org.janusgraph.diskstorage.util.BackendOperation.TransactionalProvider-org.janusgraph.diskstorage.util.time.TimestampProvider-java.time.Duration-">execute</a></span>(<a href="../../../../org/janusgraph/diskstorage/util/BackendOperation.Transactional.html" title="interface in org.janusgraph.diskstorage.util">BackendOperation.Transactional</a>&lt;R&gt;&nbsp;exe,
236
+ <a href="../../../../org/janusgraph/diskstorage/util/BackendOperation.TransactionalProvider.html" title="interface in org.janusgraph.diskstorage.util">BackendOperation.TransactionalProvider</a>&nbsp;provider,
237
+ <a href="../../../../org/janusgraph/diskstorage/util/time/TimestampProvider.html" title="interface in org.janusgraph.diskstorage.util.time">TimestampProvider</a>&nbsp;times,
238
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&nbsp;maxTime)</code>&nbsp;</td>
239
+ </tr>
240
+ <tr class="rowColor">
241
+ <td class="colFirst"><code>static &lt;V&gt;&nbsp;V</code></td>
242
+ <td class="colLast"><span class="typeNameLabel">BackendOperation.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/diskstorage/util/BackendOperation.html#execute-java.util.concurrent.Callable-java.time.Duration-">execute</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent">Callable</a>&lt;V&gt;&nbsp;exe,
243
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&nbsp;totalWaitTime)</code>&nbsp;</td>
244
+ </tr>
245
+ </tbody>
246
+ </table>
247
+ </li>
248
+ <li class="blockList"><a name="org.janusgraph.graphdb.database">
249
+ <!-- -->
250
+ </a>
251
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a></h3>
252
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
253
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a> that throw <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a></span><span class="tabEnd">&nbsp;</span></caption>
254
+ <tr>
255
+ <th class="colFirst" scope="col">Modifier and Type</th>
256
+ <th class="colLast" scope="col">Method and Description</th>
257
+ </tr>
258
+ <tbody>
259
+ <tr class="altColor">
260
+ <td class="colFirst"><code>void</code></td>
261
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/StandardJanusGraph.html#close--">close</a></span>()</code>&nbsp;</td>
262
+ </tr>
263
+ </tbody>
264
+ </table>
265
+ </li>
266
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.idassigner">
267
+ <!-- -->
268
+ </a>
269
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/graphdb/database/idassigner/package-summary.html">org.janusgraph.graphdb.database.idassigner</a></h3>
270
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
271
+ <caption><span>Subclasses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/graphdb/database/idassigner/package-summary.html">org.janusgraph.graphdb.database.idassigner</a></span><span class="tabEnd">&nbsp;</span></caption>
272
+ <tr>
273
+ <th class="colFirst" scope="col">Modifier and Type</th>
274
+ <th class="colLast" scope="col">Class and Description</th>
275
+ </tr>
276
+ <tbody>
277
+ <tr class="altColor">
278
+ <td class="colFirst"><code>class&nbsp;</code></td>
279
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/idassigner/IDPoolExhaustedException.html" title="class in org.janusgraph.graphdb.database.idassigner">IDPoolExhaustedException</a></span></code>&nbsp;</td>
280
+ </tr>
281
+ </tbody>
282
+ </table>
283
+ </li>
284
+ <li class="blockList"><a name="org.janusgraph.graphdb.log">
285
+ <!-- -->
286
+ </a>
287
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a> in <a href="../../../../org/janusgraph/graphdb/log/package-summary.html">org.janusgraph.graphdb.log</a></h3>
288
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
289
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/log/package-summary.html">org.janusgraph.graphdb.log</a> that throw <a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">JanusGraphException</a></span><span class="tabEnd">&nbsp;</span></caption>
290
+ <tr>
291
+ <th class="colFirst" scope="col">Modifier and Type</th>
292
+ <th class="colLast" scope="col">Method and Description</th>
293
+ </tr>
294
+ <tbody>
295
+ <tr class="altColor">
296
+ <td class="colFirst"><code>void</code></td>
297
+ <td class="colLast"><span class="typeNameLabel">StandardTransactionLogProcessor.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/log/StandardTransactionLogProcessor.html#shutdown--">shutdown</a></span>()</code>&nbsp;</td>
298
+ </tr>
299
+ <tr class="rowColor">
300
+ <td class="colFirst"><code>void</code></td>
301
+ <td class="colLast"><span class="typeNameLabel">StandardLogProcessorFramework.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/log/StandardLogProcessorFramework.html#shutdown--">shutdown</a></span>()</code>&nbsp;</td>
302
+ </tr>
303
+ </tbody>
304
+ </table>
305
+ </li>
306
+ </ul>
307
+ </li>
308
+ </ul>
309
+ </div>
310
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
311
+ <div class="bottomNav"><a name="navbar.bottom">
312
+ <!-- -->
313
+ </a>
314
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
315
+ <a name="navbar.bottom.firstrow">
316
+ <!-- -->
317
+ </a>
318
+ <ul class="navList" title="Navigation">
319
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
320
+ <li><a href="../package-summary.html">Package</a></li>
321
+ <li><a href="../../../../org/janusgraph/core/JanusGraphException.html" title="class in org.janusgraph.core">Class</a></li>
322
+ <li class="navBarCell1Rev">Use</li>
323
+ <li><a href="../package-tree.html">Tree</a></li>
324
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
325
+ <li><a href="../../../../index-all.html">Index</a></li>
326
+ <li><a href="../../../../help-doc.html">Help</a></li>
327
+ </ul>
328
+ </div>
329
+ <div class="subNav">
330
+ <ul class="navList">
331
+ <li>Prev</li>
332
+ <li>Next</li>
333
+ </ul>
334
+ <ul class="navList">
335
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphException.html" target="_top">Frames</a></li>
336
+ <li><a href="JanusGraphException.html" target="_top">No&nbsp;Frames</a></li>
337
+ </ul>
338
+ <ul class="navList" id="allclasses_navbar_bottom">
339
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
340
+ </ul>
341
+ <div>
342
+ <script type="text/javascript"><!--
343
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
344
+ if(window==top) {
345
+ allClassesLink.style.display = "block";
346
+ }
347
+ else {
348
+ allClassesLink.style.display = "none";
349
+ }
350
+ //-->
351
+ </script>
352
+ </div>
353
+ <a name="skip.navbar.bottom">
354
+ <!-- -->
355
+ </a></div>
356
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
357
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
358
+ </body>
359
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphFactory.Builder.html ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphFactory.Builder (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphFactory.Builder (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphFactory.Builder.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphFactory.Builder.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphFactory.Builder" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphFactory.Builder</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html" title="class in org.janusgraph.core">JanusGraphFactory.Builder</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ </li>
93
+ <li class="blockList">
94
+ <ul class="blockList">
95
+ <li class="blockList"><a name="org.janusgraph.core">
96
+ <!-- -->
97
+ </a>
98
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html" title="class in org.janusgraph.core">JanusGraphFactory.Builder</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
99
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
100
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html" title="class in org.janusgraph.core">JanusGraphFactory.Builder</a></span><span class="tabEnd">&nbsp;</span></caption>
101
+ <tr>
102
+ <th class="colFirst" scope="col">Modifier and Type</th>
103
+ <th class="colLast" scope="col">Method and Description</th>
104
+ </tr>
105
+ <tbody>
106
+ <tr class="altColor">
107
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html" title="class in org.janusgraph.core">JanusGraphFactory.Builder</a></code></td>
108
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.html#build--">build</a></span>()</code>
109
+ <div class="block">Returns a <a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html" title="class in org.janusgraph.core"><code>JanusGraphFactory.Builder</code></a> that allows to set the configuration options for opening a JanusGraph graph database.</div>
110
+ </td>
111
+ </tr>
112
+ <tr class="rowColor">
113
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html" title="class in org.janusgraph.core">JanusGraphFactory.Builder</a></code></td>
114
+ <td class="colLast"><span class="typeNameLabel">JanusGraphFactory.Builder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html#set-java.lang.String-java.lang.Object-">set</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>&nbsp;path,
115
+ <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>&nbsp;value)</code>
116
+ <div class="block">Configures the provided configuration path to the given value.</div>
117
+ </td>
118
+ </tr>
119
+ </tbody>
120
+ </table>
121
+ </li>
122
+ </ul>
123
+ </li>
124
+ </ul>
125
+ </div>
126
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
127
+ <div class="bottomNav"><a name="navbar.bottom">
128
+ <!-- -->
129
+ </a>
130
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
131
+ <a name="navbar.bottom.firstrow">
132
+ <!-- -->
133
+ </a>
134
+ <ul class="navList" title="Navigation">
135
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
136
+ <li><a href="../package-summary.html">Package</a></li>
137
+ <li><a href="../../../../org/janusgraph/core/JanusGraphFactory.Builder.html" title="class in org.janusgraph.core">Class</a></li>
138
+ <li class="navBarCell1Rev">Use</li>
139
+ <li><a href="../package-tree.html">Tree</a></li>
140
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
141
+ <li><a href="../../../../index-all.html">Index</a></li>
142
+ <li><a href="../../../../help-doc.html">Help</a></li>
143
+ </ul>
144
+ </div>
145
+ <div class="subNav">
146
+ <ul class="navList">
147
+ <li>Prev</li>
148
+ <li>Next</li>
149
+ </ul>
150
+ <ul class="navList">
151
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphFactory.Builder.html" target="_top">Frames</a></li>
152
+ <li><a href="JanusGraphFactory.Builder.html" target="_top">No&nbsp;Frames</a></li>
153
+ </ul>
154
+ <ul class="navList" id="allclasses_navbar_bottom">
155
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
156
+ </ul>
157
+ <div>
158
+ <script type="text/javascript"><!--
159
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
160
+ if(window==top) {
161
+ allClassesLink.style.display = "block";
162
+ }
163
+ else {
164
+ allClassesLink.style.display = "none";
165
+ }
166
+ //-->
167
+ </script>
168
+ </div>
169
+ <a name="skip.navbar.bottom">
170
+ <!-- -->
171
+ </a></div>
172
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
173
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
174
+ </body>
175
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphFactory.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphFactory (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphFactory (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphFactory.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphFactory.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphFactory.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphFactory" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphFactory</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.JanusGraphFactory</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/JanusGraphFactory.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphFactory.html" target="_top">Frames</a></li>
103
+ <li><a href="JanusGraphFactory.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphIndexQuery.Result.html ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphIndexQuery.Result (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphIndexQuery.Result (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphIndexQuery.Result.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphIndexQuery.Result.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphIndexQuery.Result" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphIndexQuery.Result</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.graph">org.janusgraph.graphdb.query.graph</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ </tbody>
95
+ </table>
96
+ </li>
97
+ <li class="blockList">
98
+ <ul class="blockList">
99
+ <li class="blockList"><a name="org.janusgraph.core">
100
+ <!-- -->
101
+ </a>
102
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
103
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
104
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a></span><span class="tabEnd">&nbsp;</span></caption>
105
+ <tr>
106
+ <th class="colFirst" scope="col">Modifier and Type</th>
107
+ <th class="colLast" scope="col">Method and Description</th>
108
+ </tr>
109
+ <tbody>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;&gt;</code></td>
112
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#edgeStream--">edgeStream</a></span>()</code>
113
+ <div class="block">Returns all edges that match the query in the indexing backend.</div>
114
+ </td>
115
+ </tr>
116
+ <tr class="rowColor">
117
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;&gt;</code></td>
118
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#propertyStream--">propertyStream</a></span>()</code>
119
+ <div class="block">Returns all properties that match the query in the indexing backend.</div>
120
+ </td>
121
+ </tr>
122
+ <tr class="altColor">
123
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&gt;&gt;</code></td>
124
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#vertexStream--">vertexStream</a></span>()</code>
125
+ <div class="block">Returns all vertices that match the query in the indexing backend.</div>
126
+ </td>
127
+ </tr>
128
+ </tbody>
129
+ </table>
130
+ </li>
131
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.graph">
132
+ <!-- -->
133
+ </a>
134
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a> in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a></h3>
135
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
136
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a></span><span class="tabEnd">&nbsp;</span></caption>
137
+ <tr>
138
+ <th class="colFirst" scope="col">Modifier and Type</th>
139
+ <th class="colLast" scope="col">Method and Description</th>
140
+ </tr>
141
+ <tbody>
142
+ <tr class="altColor">
143
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a>&gt;&gt;</code></td>
144
+ <td class="colLast"><span class="typeNameLabel">IndexQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/IndexQueryBuilder.html#edgeStream--">edgeStream</a></span>()</code>&nbsp;</td>
145
+ </tr>
146
+ <tr class="rowColor">
147
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;&gt;</code></td>
148
+ <td class="colLast"><span class="typeNameLabel">IndexQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/IndexQueryBuilder.html#propertyStream--">propertyStream</a></span>()</code>&nbsp;</td>
149
+ </tr>
150
+ <tr class="altColor">
151
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&gt;&gt;</code></td>
152
+ <td class="colLast"><span class="typeNameLabel">IndexQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/IndexQueryBuilder.html#vertexStream--">vertexStream</a></span>()</code>&nbsp;</td>
153
+ </tr>
154
+ </tbody>
155
+ </table>
156
+ </li>
157
+ </ul>
158
+ </li>
159
+ </ul>
160
+ </div>
161
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
162
+ <div class="bottomNav"><a name="navbar.bottom">
163
+ <!-- -->
164
+ </a>
165
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
166
+ <a name="navbar.bottom.firstrow">
167
+ <!-- -->
168
+ </a>
169
+ <ul class="navList" title="Navigation">
170
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
171
+ <li><a href="../package-summary.html">Package</a></li>
172
+ <li><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">Class</a></li>
173
+ <li class="navBarCell1Rev">Use</li>
174
+ <li><a href="../package-tree.html">Tree</a></li>
175
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
176
+ <li><a href="../../../../index-all.html">Index</a></li>
177
+ <li><a href="../../../../help-doc.html">Help</a></li>
178
+ </ul>
179
+ </div>
180
+ <div class="subNav">
181
+ <ul class="navList">
182
+ <li>Prev</li>
183
+ <li>Next</li>
184
+ </ul>
185
+ <ul class="navList">
186
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphIndexQuery.Result.html" target="_top">Frames</a></li>
187
+ <li><a href="JanusGraphIndexQuery.Result.html" target="_top">No&nbsp;Frames</a></li>
188
+ </ul>
189
+ <ul class="navList" id="allclasses_navbar_bottom">
190
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
191
+ </ul>
192
+ <div>
193
+ <script type="text/javascript"><!--
194
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
195
+ if(window==top) {
196
+ allClassesLink.style.display = "block";
197
+ }
198
+ else {
199
+ allClassesLink.style.display = "none";
200
+ }
201
+ //-->
202
+ </script>
203
+ </div>
204
+ <a name="skip.navbar.bottom">
205
+ <!-- -->
206
+ </a></div>
207
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
208
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
209
+ </body>
210
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphIndexQuery.html ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphIndexQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphIndexQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphIndexQuery.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphIndexQuery.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphIndexQuery" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphIndexQuery</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.graph">org.janusgraph.graphdb.query.graph</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop">org.janusgraph.graphdb.tinkerpop</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ </tbody>
103
+ </table>
104
+ </li>
105
+ <li class="blockList">
106
+ <ul class="blockList">
107
+ <li class="blockList"><a name="org.janusgraph.core">
108
+ <!-- -->
109
+ </a>
110
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
111
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
112
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
113
+ <tr>
114
+ <th class="colFirst" scope="col">Modifier and Type</th>
115
+ <th class="colLast" scope="col">Method and Description</th>
116
+ </tr>
117
+ <tbody>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
120
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#addParameter-org.janusgraph.core.schema.Parameter-">addParameter</a></span>(<a href="../../../../org/janusgraph/core/schema/Parameter.html" title="class in org.janusgraph.core.schema">Parameter</a>&nbsp;para)</code>
121
+ <div class="block">Adds the given parameter to the list of parameters of this query.</div>
122
+ </td>
123
+ </tr>
124
+ <tr class="rowColor">
125
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
126
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#addParameters-java.lang.Iterable-">addParameters</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/schema/Parameter.html" title="class in org.janusgraph.core.schema">Parameter</a>&gt;&nbsp;paras)</code>
127
+ <div class="block">Adds the given parameters to the list of parameters of this query.</div>
128
+ </td>
129
+ </tr>
130
+ <tr class="altColor">
131
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
132
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#addParameters-org.janusgraph.core.schema.Parameter...-">addParameters</a></span>(<a href="../../../../org/janusgraph/core/schema/Parameter.html" title="class in org.janusgraph.core.schema">Parameter</a>...&nbsp;paras)</code>
133
+ <div class="block">Adds the given parameters to the list of parameters of this query.</div>
134
+ </td>
135
+ </tr>
136
+ <tr class="rowColor">
137
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
138
+ <td class="colLast"><span class="typeNameLabel">Transaction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Transaction.html#indexQuery-java.lang.String-java.lang.String-">indexQuery</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>&nbsp;indexName,
139
+ <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>&nbsp;query)</code>
140
+ <div class="block">Returns a <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphIndexQuery</code></a> to query for vertices or edges against the specified indexing backend using
141
+ the given query string.</div>
142
+ </td>
143
+ </tr>
144
+ <tr class="altColor">
145
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
146
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#limit-int-">limit</a></span>(int&nbsp;limit)</code>
147
+ <div class="block">Specifies the maximum number of elements to return</div>
148
+ </td>
149
+ </tr>
150
+ <tr class="rowColor">
151
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
152
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#offset-int-">offset</a></span>(int&nbsp;offset)</code>
153
+ <div class="block">Specifies the offset of the query.</div>
154
+ </td>
155
+ </tr>
156
+ <tr class="altColor">
157
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
158
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#orderBy-java.lang.String-org.apache.tinkerpop.gremlin.process.traversal.Order-">orderBy</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>&nbsp;key,
159
+ org.apache.tinkerpop.gremlin.process.traversal.Order&nbsp;order)</code>
160
+ <div class="block">Orders the element results of this query according
161
+ to their property for the given key in the given order (increasing/decreasing).</div>
162
+ </td>
163
+ </tr>
164
+ <tr class="rowColor">
165
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
166
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#setElementIdentifier-java.lang.String-">setElementIdentifier</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>&nbsp;identifier)</code>
167
+ <div class="block">Sets the element identifier string that is used by this query builder as the token to identifier key references
168
+ in the query string.</div>
169
+ </td>
170
+ </tr>
171
+ </tbody>
172
+ </table>
173
+ </li>
174
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.graph">
175
+ <!-- -->
176
+ </a>
177
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a> in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a></h3>
178
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
179
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
180
+ <tr>
181
+ <th class="colFirst" scope="col">Modifier and Type</th>
182
+ <th class="colLast" scope="col">Class and Description</th>
183
+ </tr>
184
+ <tbody>
185
+ <tr class="altColor">
186
+ <td class="colFirst"><code>class&nbsp;</code></td>
187
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/IndexQueryBuilder.html" title="class in org.janusgraph.graphdb.query.graph">IndexQueryBuilder</a></span></code>
188
+ <div class="block">Implementation of <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphIndexQuery</code></a> for string based queries that are issued directly against the specified
189
+ indexing backend.</div>
190
+ </td>
191
+ </tr>
192
+ </tbody>
193
+ </table>
194
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
195
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a> that return <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
196
+ <tr>
197
+ <th class="colFirst" scope="col">Modifier and Type</th>
198
+ <th class="colLast" scope="col">Method and Description</th>
199
+ </tr>
200
+ <tbody>
201
+ <tr class="altColor">
202
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
203
+ <td class="colLast"><span class="typeNameLabel">IndexQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/IndexQueryBuilder.html#orderBy-java.lang.String-org.apache.tinkerpop.gremlin.process.traversal.Order-">orderBy</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>&nbsp;key,
204
+ org.apache.tinkerpop.gremlin.process.traversal.Order&nbsp;order)</code>&nbsp;</td>
205
+ </tr>
206
+ </tbody>
207
+ </table>
208
+ </li>
209
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop">
210
+ <!-- -->
211
+ </a>
212
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a></h3>
213
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
214
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that return <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
215
+ <tr>
216
+ <th class="colFirst" scope="col">Modifier and Type</th>
217
+ <th class="colLast" scope="col">Method and Description</th>
218
+ </tr>
219
+ <tbody>
220
+ <tr class="altColor">
221
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
222
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#indexQuery-java.lang.String-java.lang.String-">indexQuery</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>&nbsp;indexName,
223
+ <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>&nbsp;query)</code>&nbsp;</td>
224
+ </tr>
225
+ </tbody>
226
+ </table>
227
+ </li>
228
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction">
229
+ <!-- -->
230
+ </a>
231
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a> in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></h3>
232
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
233
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return <a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
234
+ <tr>
235
+ <th class="colFirst" scope="col">Modifier and Type</th>
236
+ <th class="colLast" scope="col">Method and Description</th>
237
+ </tr>
238
+ <tbody>
239
+ <tr class="altColor">
240
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery</a></code></td>
241
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#indexQuery-java.lang.String-java.lang.String-">indexQuery</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>&nbsp;indexName,
242
+ <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>&nbsp;query)</code>&nbsp;</td>
243
+ </tr>
244
+ </tbody>
245
+ </table>
246
+ </li>
247
+ </ul>
248
+ </li>
249
+ </ul>
250
+ </div>
251
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
252
+ <div class="bottomNav"><a name="navbar.bottom">
253
+ <!-- -->
254
+ </a>
255
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
256
+ <a name="navbar.bottom.firstrow">
257
+ <!-- -->
258
+ </a>
259
+ <ul class="navList" title="Navigation">
260
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
261
+ <li><a href="../package-summary.html">Package</a></li>
262
+ <li><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html" title="interface in org.janusgraph.core">Class</a></li>
263
+ <li class="navBarCell1Rev">Use</li>
264
+ <li><a href="../package-tree.html">Tree</a></li>
265
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
266
+ <li><a href="../../../../index-all.html">Index</a></li>
267
+ <li><a href="../../../../help-doc.html">Help</a></li>
268
+ </ul>
269
+ </div>
270
+ <div class="subNav">
271
+ <ul class="navList">
272
+ <li>Prev</li>
273
+ <li>Next</li>
274
+ </ul>
275
+ <ul class="navList">
276
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphIndexQuery.html" target="_top">Frames</a></li>
277
+ <li><a href="JanusGraphIndexQuery.html" target="_top">No&nbsp;Frames</a></li>
278
+ </ul>
279
+ <ul class="navList" id="allclasses_navbar_bottom">
280
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
281
+ </ul>
282
+ <div>
283
+ <script type="text/javascript"><!--
284
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
285
+ if(window==top) {
286
+ allClassesLink.style.display = "block";
287
+ }
288
+ else {
289
+ allClassesLink.style.display = "none";
290
+ }
291
+ //-->
292
+ </script>
293
+ </div>
294
+ <a name="skip.navbar.bottom">
295
+ <!-- -->
296
+ </a></div>
297
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
298
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
299
+ </body>
300
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphLazyEdge.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphLazyEdge (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphLazyEdge (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphLazyEdge.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphLazyEdge.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphLazyEdge.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphLazyEdge" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphLazyEdge</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.JanusGraphLazyEdge</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/JanusGraphLazyEdge.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphLazyEdge.html" target="_top">Frames</a></li>
103
+ <li><a href="JanusGraphLazyEdge.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphLazyRelation.html ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphLazyRelation (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphLazyRelation (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphLazyRelation.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphLazyRelation.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphLazyRelation.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphLazyRelation" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphLazyRelation</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphLazyRelation.html" title="class in org.janusgraph.core">JanusGraphLazyRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ </li>
93
+ <li class="blockList">
94
+ <ul class="blockList">
95
+ <li class="blockList"><a name="org.janusgraph.core">
96
+ <!-- -->
97
+ </a>
98
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphLazyRelation.html" title="class in org.janusgraph.core">JanusGraphLazyRelation</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
99
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
100
+ <caption><span>Subclasses of <a href="../../../../org/janusgraph/core/JanusGraphLazyRelation.html" title="class in org.janusgraph.core">JanusGraphLazyRelation</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></span><span class="tabEnd">&nbsp;</span></caption>
101
+ <tr>
102
+ <th class="colFirst" scope="col">Modifier and Type</th>
103
+ <th class="colLast" scope="col">Class and Description</th>
104
+ </tr>
105
+ <tbody>
106
+ <tr class="altColor">
107
+ <td class="colFirst"><code>class&nbsp;</code></td>
108
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyEdge.html" title="class in org.janusgraph.core">JanusGraphLazyEdge</a></span></code>&nbsp;</td>
109
+ </tr>
110
+ <tr class="rowColor">
111
+ <td class="colFirst"><code>class&nbsp;</code></td>
112
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyVertexProperty.html" title="class in org.janusgraph.core">JanusGraphLazyVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
113
+ </tr>
114
+ </tbody>
115
+ </table>
116
+ </li>
117
+ </ul>
118
+ </li>
119
+ </ul>
120
+ </div>
121
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
122
+ <div class="bottomNav"><a name="navbar.bottom">
123
+ <!-- -->
124
+ </a>
125
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
126
+ <a name="navbar.bottom.firstrow">
127
+ <!-- -->
128
+ </a>
129
+ <ul class="navList" title="Navigation">
130
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
131
+ <li><a href="../package-summary.html">Package</a></li>
132
+ <li><a href="../../../../org/janusgraph/core/JanusGraphLazyRelation.html" title="class in org.janusgraph.core">Class</a></li>
133
+ <li class="navBarCell1Rev">Use</li>
134
+ <li><a href="../package-tree.html">Tree</a></li>
135
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
136
+ <li><a href="../../../../index-all.html">Index</a></li>
137
+ <li><a href="../../../../help-doc.html">Help</a></li>
138
+ </ul>
139
+ </div>
140
+ <div class="subNav">
141
+ <ul class="navList">
142
+ <li>Prev</li>
143
+ <li>Next</li>
144
+ </ul>
145
+ <ul class="navList">
146
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphLazyRelation.html" target="_top">Frames</a></li>
147
+ <li><a href="JanusGraphLazyRelation.html" target="_top">No&nbsp;Frames</a></li>
148
+ </ul>
149
+ <ul class="navList" id="allclasses_navbar_bottom">
150
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
151
+ </ul>
152
+ <div>
153
+ <script type="text/javascript"><!--
154
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
155
+ if(window==top) {
156
+ allClassesLink.style.display = "block";
157
+ }
158
+ else {
159
+ allClassesLink.style.display = "none";
160
+ }
161
+ //-->
162
+ </script>
163
+ </div>
164
+ <a name="skip.navbar.bottom">
165
+ <!-- -->
166
+ </a></div>
167
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
168
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
169
+ </body>
170
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphLazyRelationConstructor.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphLazyRelationConstructor (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphLazyRelationConstructor (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphLazyRelationConstructor.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphLazyRelationConstructor.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphLazyRelationConstructor.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphLazyRelationConstructor" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphLazyRelationConstructor</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.JanusGraphLazyRelationConstructor</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/JanusGraphLazyRelationConstructor.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphLazyRelationConstructor.html" target="_top">Frames</a></li>
103
+ <li><a href="JanusGraphLazyRelationConstructor.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphLazyVertexProperty.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphLazyVertexProperty (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphLazyVertexProperty (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphLazyVertexProperty.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphLazyVertexProperty.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphLazyVertexProperty.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphLazyVertexProperty" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphLazyVertexProperty</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.JanusGraphLazyVertexProperty</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/JanusGraphLazyVertexProperty.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphLazyVertexProperty.html" target="_top">Frames</a></li>
103
+ <li><a href="JanusGraphLazyVertexProperty.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphManagerUtility.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.JanusGraphManagerUtility (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.JanusGraphManagerUtility (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphManagerUtility.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphManagerUtility.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphManagerUtility.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.JanusGraphManagerUtility" class="title">Uses of Class<br>org.janusgraph.core.JanusGraphManagerUtility</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.JanusGraphManagerUtility</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/JanusGraphManagerUtility.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphManagerUtility.html" target="_top">Frames</a></li>
103
+ <li><a href="JanusGraphManagerUtility.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphMultiVertexQuery.html ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphMultiVertexQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphMultiVertexQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphMultiVertexQuery.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphMultiVertexQuery.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphMultiVertexQuery" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphMultiVertexQuery</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.vertex">org.janusgraph.graphdb.query.vertex</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop">org.janusgraph.graphdb.tinkerpop</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ </tbody>
107
+ </table>
108
+ </li>
109
+ <li class="blockList">
110
+ <ul class="blockList">
111
+ <li class="blockList"><a name="org.janusgraph.core">
112
+ <!-- -->
113
+ </a>
114
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
115
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
116
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> with type parameters of type <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
117
+ <tr>
118
+ <th class="colFirst" scope="col">Modifier and Type</th>
119
+ <th class="colLast" scope="col">Interface and Description</th>
120
+ </tr>
121
+ <tbody>
122
+ <tr class="altColor">
123
+ <td class="colFirst"><code>interface&nbsp;</code></td>
124
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&lt;Q extends <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&lt;Q&gt;&gt;</span></code>
125
+ <div class="block">A MultiVertexQuery is identical to a <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphVertexQuery</code></a> but executed against a set of vertices simultaneously.</div>
126
+ </td>
127
+ </tr>
128
+ </tbody>
129
+ </table>
130
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
131
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
132
+ <tr>
133
+ <th class="colFirst" scope="col">Modifier and Type</th>
134
+ <th class="colLast" scope="col">Method and Description</th>
135
+ </tr>
136
+ <tbody>
137
+ <tr class="altColor">
138
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></code></td>
139
+ <td class="colLast"><span class="typeNameLabel">JanusGraphMultiVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html#addAllVertices-java.util.Collection-">addAllVertices</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends org.apache.tinkerpop.gremlin.structure.Vertex&gt;&nbsp;vertices)</code>
140
+ <div class="block">Adds the given collection of vertices to the set of vertices against which to execute this query.</div>
141
+ </td>
142
+ </tr>
143
+ <tr class="rowColor">
144
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></code></td>
145
+ <td class="colLast"><span class="typeNameLabel">JanusGraphMultiVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html#addVertex-org.apache.tinkerpop.gremlin.structure.Vertex-">addVertex</a></span>(org.apache.tinkerpop.gremlin.structure.Vertex&nbsp;vertex)</code>
146
+ <div class="block">Adds the given vertex to the set of vertices against which to execute this query.</div>
147
+ </td>
148
+ </tr>
149
+ <tr class="altColor">
150
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&gt;</code></td>
151
+ <td class="colLast"><span class="typeNameLabel">Transaction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Transaction.html#multiQuery-java.util.Collection-">multiQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&gt;&nbsp;vertices)</code>&nbsp;</td>
152
+ </tr>
153
+ <tr class="rowColor">
154
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&gt;</code></td>
155
+ <td class="colLast"><span class="typeNameLabel">Transaction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Transaction.html#multiQuery-org.janusgraph.core.JanusGraphVertex...-">multiQuery</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>...&nbsp;vertices)</code>&nbsp;</td>
156
+ </tr>
157
+ </tbody>
158
+ </table>
159
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
160
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
161
+ <tr>
162
+ <th class="colFirst" scope="col">Modifier and Type</th>
163
+ <th class="colLast" scope="col">Method and Description</th>
164
+ </tr>
165
+ <tbody>
166
+ <tr class="altColor">
167
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&gt;</code></td>
168
+ <td class="colLast"><span class="typeNameLabel">Transaction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Transaction.html#multiQuery-java.util.Collection-">multiQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&gt;&nbsp;vertices)</code>&nbsp;</td>
169
+ </tr>
170
+ <tr class="rowColor">
171
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&gt;</code></td>
172
+ <td class="colLast"><span class="typeNameLabel">Transaction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Transaction.html#multiQuery-org.janusgraph.core.JanusGraphVertex...-">multiQuery</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>...&nbsp;vertices)</code>&nbsp;</td>
173
+ </tr>
174
+ </tbody>
175
+ </table>
176
+ </li>
177
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.vertex">
178
+ <!-- -->
179
+ </a>
180
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a></h3>
181
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
182
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
183
+ <tr>
184
+ <th class="colFirst" scope="col">Modifier and Type</th>
185
+ <th class="colLast" scope="col">Class and Description</th>
186
+ </tr>
187
+ <tbody>
188
+ <tr class="altColor">
189
+ <td class="colFirst"><code>class&nbsp;</code></td>
190
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex">MultiVertexCentricQueryBuilder</a></span></code>
191
+ <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>
192
+ for all the query building and optimization and adds only the execution logic in
193
+ <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>
194
+ </td>
195
+ </tr>
196
+ </tbody>
197
+ </table>
198
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
199
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> that return <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
200
+ <tr>
201
+ <th class="colFirst" scope="col">Modifier and Type</th>
202
+ <th class="colLast" scope="col">Method and Description</th>
203
+ </tr>
204
+ <tbody>
205
+ <tr class="altColor">
206
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></code></td>
207
+ <td class="colLast"><span class="typeNameLabel">MultiVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html#addAllVertices-java.util.Collection-">addAllVertices</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends org.apache.tinkerpop.gremlin.structure.Vertex&gt;&nbsp;vertices)</code>&nbsp;</td>
208
+ </tr>
209
+ <tr class="rowColor">
210
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></code></td>
211
+ <td class="colLast"><span class="typeNameLabel">MultiVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html#addVertex-org.apache.tinkerpop.gremlin.structure.Vertex-">addVertex</a></span>(org.apache.tinkerpop.gremlin.structure.Vertex&nbsp;vertex)</code>&nbsp;</td>
212
+ </tr>
213
+ </tbody>
214
+ </table>
215
+ </li>
216
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop">
217
+ <!-- -->
218
+ </a>
219
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a></h3>
220
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
221
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that return <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
222
+ <tr>
223
+ <th class="colFirst" scope="col">Modifier and Type</th>
224
+ <th class="colLast" scope="col">Method and Description</th>
225
+ </tr>
226
+ <tbody>
227
+ <tr class="altColor">
228
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></code></td>
229
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#multiQuery-java.util.Collection-">multiQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&gt;&nbsp;vertices)</code>&nbsp;</td>
230
+ </tr>
231
+ <tr class="rowColor">
232
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></code></td>
233
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#multiQuery-org.janusgraph.core.JanusGraphVertex...-">multiQuery</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>...&nbsp;vertices)</code>&nbsp;</td>
234
+ </tr>
235
+ </tbody>
236
+ </table>
237
+ </li>
238
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher">
239
+ <!-- -->
240
+ </a>
241
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a></h3>
242
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
243
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
244
+ <tr>
245
+ <th class="colFirst" scope="col">Modifier and Type</th>
246
+ <th class="colLast" scope="col">Method and Description</th>
247
+ </tr>
248
+ <tbody>
249
+ <tr class="altColor">
250
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
251
+ <td class="colLast"><span class="typeNameLabel">HasStepBatchFetcher.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/HasStepBatchFetcher.html#makeQueryAndExecute-org.janusgraph.core.JanusGraphMultiVertexQuery-">makeQueryAndExecute</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&nbsp;multiQuery)</code>&nbsp;</td>
252
+ </tr>
253
+ <tr class="rowColor">
254
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphElement.html" title="interface in org.janusgraph.core">JanusGraphElement</a>&gt;&gt;</code></td>
255
+ <td class="colLast"><span class="typeNameLabel">VertexStepBatchFetcher.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/VertexStepBatchFetcher.html#makeQueryAndExecute-org.janusgraph.core.JanusGraphMultiVertexQuery-">makeQueryAndExecute</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&nbsp;multiQuery)</code>&nbsp;</td>
256
+ </tr>
257
+ <tr class="altColor">
258
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a>&gt;&gt;</code></td>
259
+ <td class="colLast"><span class="typeNameLabel">PropertiesStepBatchFetcher.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/PropertiesStepBatchFetcher.html#makeQueryAndExecute-org.janusgraph.core.JanusGraphMultiVertexQuery-">makeQueryAndExecute</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&nbsp;multiQuery)</code>&nbsp;</td>
260
+ </tr>
261
+ <tr class="rowColor">
262
+ <td class="colFirst"><code>protected abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/MultiQueriableStepBatchFetcher.html" title="type parameter in MultiQueriableStepBatchFetcher">R</a>&gt;</code></td>
263
+ <td class="colLast"><span class="typeNameLabel">MultiQueriableStepBatchFetcher.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/MultiQueriableStepBatchFetcher.html#makeQueryAndExecute-org.janusgraph.core.JanusGraphMultiVertexQuery-">makeQueryAndExecute</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&nbsp;multiQuery)</code>&nbsp;</td>
264
+ </tr>
265
+ <tr class="altColor">
266
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<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>&gt;</code></td>
267
+ <td class="colLast"><span class="typeNameLabel">LabelStepBatchFetcher.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/LabelStepBatchFetcher.html#makeQueryAndExecute-org.janusgraph.core.JanusGraphMultiVertexQuery-">makeQueryAndExecute</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&nbsp;multiQuery)</code>&nbsp;</td>
268
+ </tr>
269
+ <tr class="rowColor">
270
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&gt;</code></td>
271
+ <td class="colLast"><span class="typeNameLabel">DropStepBatchFetcher.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/DropStepBatchFetcher.html#makeQueryAndExecute-org.janusgraph.core.JanusGraphMultiVertexQuery-">makeQueryAndExecute</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&nbsp;multiQuery)</code>&nbsp;</td>
272
+ </tr>
273
+ </tbody>
274
+ </table>
275
+ </li>
276
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction">
277
+ <!-- -->
278
+ </a>
279
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></h3>
280
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
281
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return <a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
282
+ <tr>
283
+ <th class="colFirst" scope="col">Modifier and Type</th>
284
+ <th class="colLast" scope="col">Method and Description</th>
285
+ </tr>
286
+ <tbody>
287
+ <tr class="altColor">
288
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></code></td>
289
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#multiQuery-java.util.Collection-">multiQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&gt;&nbsp;vertices)</code>&nbsp;</td>
290
+ </tr>
291
+ <tr class="rowColor">
292
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a></code></td>
293
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#multiQuery-org.janusgraph.core.JanusGraphVertex...-">multiQuery</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>...&nbsp;vertices)</code>&nbsp;</td>
294
+ </tr>
295
+ </tbody>
296
+ </table>
297
+ </li>
298
+ </ul>
299
+ </li>
300
+ </ul>
301
+ </div>
302
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
303
+ <div class="bottomNav"><a name="navbar.bottom">
304
+ <!-- -->
305
+ </a>
306
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
307
+ <a name="navbar.bottom.firstrow">
308
+ <!-- -->
309
+ </a>
310
+ <ul class="navList" title="Navigation">
311
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
312
+ <li><a href="../package-summary.html">Package</a></li>
313
+ <li><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">Class</a></li>
314
+ <li class="navBarCell1Rev">Use</li>
315
+ <li><a href="../package-tree.html">Tree</a></li>
316
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
317
+ <li><a href="../../../../index-all.html">Index</a></li>
318
+ <li><a href="../../../../help-doc.html">Help</a></li>
319
+ </ul>
320
+ </div>
321
+ <div class="subNav">
322
+ <ul class="navList">
323
+ <li>Prev</li>
324
+ <li>Next</li>
325
+ </ul>
326
+ <ul class="navList">
327
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphMultiVertexQuery.html" target="_top">Frames</a></li>
328
+ <li><a href="JanusGraphMultiVertexQuery.html" target="_top">No&nbsp;Frames</a></li>
329
+ </ul>
330
+ <ul class="navList" id="allclasses_navbar_bottom">
331
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
332
+ </ul>
333
+ <div>
334
+ <script type="text/javascript"><!--
335
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
336
+ if(window==top) {
337
+ allClassesLink.style.display = "block";
338
+ }
339
+ else {
340
+ allClassesLink.style.display = "none";
341
+ }
342
+ //-->
343
+ </script>
344
+ </div>
345
+ <a name="skip.navbar.bottom">
346
+ <!-- -->
347
+ </a></div>
348
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
349
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
350
+ </body>
351
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphProperty.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphProperty (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphProperty (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphProperty.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphProperty.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphProperty" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphProperty</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.computer">org.janusgraph.graphdb.olap.computer</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.relations">org.janusgraph.graphdb.relations</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ </tbody>
103
+ </table>
104
+ </li>
105
+ <li class="blockList">
106
+ <ul class="blockList">
107
+ <li class="blockList"><a name="org.janusgraph.core">
108
+ <!-- -->
109
+ </a>
110
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
111
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
112
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></span><span class="tabEnd">&nbsp;</span></caption>
113
+ <tr>
114
+ <th class="colFirst" scope="col">Modifier and Type</th>
115
+ <th class="colLast" scope="col">Interface and Description</th>
116
+ </tr>
117
+ <tbody>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><code>interface&nbsp;</code></td>
120
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</span></code>
121
+ <div class="block">JanusGraphProperty is a <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core"><code>JanusGraphRelation</code></a> connecting a vertex to a value.</div>
122
+ </td>
123
+ </tr>
124
+ </tbody>
125
+ </table>
126
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
127
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
128
+ <tr>
129
+ <th class="colFirst" scope="col">Modifier and Type</th>
130
+ <th class="colLast" scope="col">Class and Description</th>
131
+ </tr>
132
+ <tbody>
133
+ <tr class="altColor">
134
+ <td class="colFirst"><code>class&nbsp;</code></td>
135
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">EmptyJanusGraphVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
136
+ </tr>
137
+ <tr class="rowColor">
138
+ <td class="colFirst"><code>class&nbsp;</code></td>
139
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyVertexProperty.html" title="class in org.janusgraph.core">JanusGraphLazyVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
140
+ </tr>
141
+ </tbody>
142
+ </table>
143
+ </li>
144
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.computer">
145
+ <!-- -->
146
+ </a>
147
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a> in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a></h3>
148
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
149
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
150
+ <tr>
151
+ <th class="colFirst" scope="col">Modifier and Type</th>
152
+ <th class="colLast" scope="col">Class and Description</th>
153
+ </tr>
154
+ <tbody>
155
+ <tr class="altColor">
156
+ <td class="colFirst"><code>class&nbsp;</code></td>
157
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraVertexProperty.html" title="class in org.janusgraph.graphdb.olap.computer">FulgoraVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
158
+ </tr>
159
+ </tbody>
160
+ </table>
161
+ </li>
162
+ <li class="blockList"><a name="org.janusgraph.graphdb.relations">
163
+ <!-- -->
164
+ </a>
165
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></h3>
166
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
167
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
168
+ <tr>
169
+ <th class="colFirst" scope="col">Modifier and Type</th>
170
+ <th class="colLast" scope="col">Class and Description</th>
171
+ </tr>
172
+ <tbody>
173
+ <tr class="altColor">
174
+ <td class="colFirst"><code>class&nbsp;</code></td>
175
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractVertexProperty.html" title="class in org.janusgraph.graphdb.relations">AbstractVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
176
+ </tr>
177
+ <tr class="rowColor">
178
+ <td class="colFirst"><code>class&nbsp;</code></td>
179
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/CacheVertexProperty.html" title="class in org.janusgraph.graphdb.relations">CacheVertexProperty</a></span></code>&nbsp;</td>
180
+ </tr>
181
+ <tr class="altColor">
182
+ <td class="colFirst"><code>class&nbsp;</code></td>
183
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/SimpleJanusGraphProperty.html" title="class in org.janusgraph.graphdb.relations">SimpleJanusGraphProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
184
+ </tr>
185
+ <tr class="rowColor">
186
+ <td class="colFirst"><code>class&nbsp;</code></td>
187
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardVertexProperty.html" title="class in org.janusgraph.graphdb.relations">StandardVertexProperty</a></span></code>&nbsp;</td>
188
+ </tr>
189
+ </tbody>
190
+ </table>
191
+ </li>
192
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher">
193
+ <!-- -->
194
+ </a>
195
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a></h3>
196
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
197
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
198
+ <tr>
199
+ <th class="colFirst" scope="col">Modifier and Type</th>
200
+ <th class="colLast" scope="col">Method and Description</th>
201
+ </tr>
202
+ <tbody>
203
+ <tr class="altColor">
204
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">JanusGraphProperty</a>&gt;&gt;</code></td>
205
+ <td class="colLast"><span class="typeNameLabel">PropertiesStepBatchFetcher.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/PropertiesStepBatchFetcher.html#makeQueryAndExecute-org.janusgraph.core.JanusGraphMultiVertexQuery-">makeQueryAndExecute</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&nbsp;multiQuery)</code>&nbsp;</td>
206
+ </tr>
207
+ </tbody>
208
+ </table>
209
+ </li>
210
+ </ul>
211
+ </li>
212
+ </ul>
213
+ </div>
214
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
215
+ <div class="bottomNav"><a name="navbar.bottom">
216
+ <!-- -->
217
+ </a>
218
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
219
+ <a name="navbar.bottom.firstrow">
220
+ <!-- -->
221
+ </a>
222
+ <ul class="navList" title="Navigation">
223
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
224
+ <li><a href="../package-summary.html">Package</a></li>
225
+ <li><a href="../../../../org/janusgraph/core/JanusGraphProperty.html" title="interface in org.janusgraph.core">Class</a></li>
226
+ <li class="navBarCell1Rev">Use</li>
227
+ <li><a href="../package-tree.html">Tree</a></li>
228
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
229
+ <li><a href="../../../../index-all.html">Index</a></li>
230
+ <li><a href="../../../../help-doc.html">Help</a></li>
231
+ </ul>
232
+ </div>
233
+ <div class="subNav">
234
+ <ul class="navList">
235
+ <li>Prev</li>
236
+ <li>Next</li>
237
+ </ul>
238
+ <ul class="navList">
239
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphProperty.html" target="_top">Frames</a></li>
240
+ <li><a href="JanusGraphProperty.html" target="_top">No&nbsp;Frames</a></li>
241
+ </ul>
242
+ <ul class="navList" id="allclasses_navbar_bottom">
243
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
244
+ </ul>
245
+ <div>
246
+ <script type="text/javascript"><!--
247
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
248
+ if(window==top) {
249
+ allClassesLink.style.display = "block";
250
+ }
251
+ else {
252
+ allClassesLink.style.display = "none";
253
+ }
254
+ //-->
255
+ </script>
256
+ </div>
257
+ <a name="skip.navbar.bottom">
258
+ <!-- -->
259
+ </a></div>
260
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
261
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
262
+ </body>
263
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphQuery.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphQuery.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphQuery.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphQuery" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphQuery</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.graph">org.janusgraph.graphdb.query.graph</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop">org.janusgraph.graphdb.tinkerpop</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ </tbody>
99
+ </table>
100
+ </li>
101
+ <li class="blockList">
102
+ <ul class="blockList">
103
+ <li class="blockList"><a name="org.janusgraph.core">
104
+ <!-- -->
105
+ </a>
106
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
107
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
108
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> with type parameters of type <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
109
+ <tr>
110
+ <th class="colFirst" scope="col">Modifier and Type</th>
111
+ <th class="colLast" scope="col">Interface and Description</th>
112
+ </tr>
113
+ <tbody>
114
+ <tr class="altColor">
115
+ <td class="colFirst"><code>interface&nbsp;</code></td>
116
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&lt;Q extends <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&lt;Q&gt;&gt;</span></code>
117
+ <div class="block">Constructs a query against a mixed index to retrieve all elements (either vertices or edges)
118
+ that match all conditions.</div>
119
+ </td>
120
+ </tr>
121
+ </tbody>
122
+ </table>
123
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
124
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
125
+ <tr>
126
+ <th class="colFirst" scope="col">Modifier and Type</th>
127
+ <th class="colLast" scope="col">Method and Description</th>
128
+ </tr>
129
+ <tbody>
130
+ <tr class="altColor">
131
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&gt;</code></td>
132
+ <td class="colLast"><span class="typeNameLabel">Transaction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Transaction.html#query--">query</a></span>()</code>&nbsp;</td>
133
+ </tr>
134
+ </tbody>
135
+ </table>
136
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
137
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
138
+ <tr>
139
+ <th class="colFirst" scope="col">Modifier and Type</th>
140
+ <th class="colLast" scope="col">Method and Description</th>
141
+ </tr>
142
+ <tbody>
143
+ <tr class="altColor">
144
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&gt;</code></td>
145
+ <td class="colLast"><span class="typeNameLabel">Transaction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Transaction.html#query--">query</a></span>()</code>&nbsp;</td>
146
+ </tr>
147
+ </tbody>
148
+ </table>
149
+ </li>
150
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.graph">
151
+ <!-- -->
152
+ </a>
153
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a> in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a></h3>
154
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
155
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
156
+ <tr>
157
+ <th class="colFirst" scope="col">Modifier and Type</th>
158
+ <th class="colLast" scope="col">Class and Description</th>
159
+ </tr>
160
+ <tbody>
161
+ <tr class="altColor">
162
+ <td class="colFirst"><code>class&nbsp;</code></td>
163
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/GraphCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.graph">GraphCentricQueryBuilder</a></span></code>
164
+ <div class="block">Builds a <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphQuery</code></a>, optimizes the query and compiles the result into a <a href="../../../../org/janusgraph/graphdb/query/graph/GraphCentricQuery.html" title="class in org.janusgraph.graphdb.query.graph"><code>GraphCentricQuery</code></a> which
165
+ is then executed through a <a href="../../../../org/janusgraph/graphdb/query/QueryProcessor.html" title="class in org.janusgraph.graphdb.query"><code>QueryProcessor</code></a>.</div>
166
+ </td>
167
+ </tr>
168
+ </tbody>
169
+ </table>
170
+ </li>
171
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop">
172
+ <!-- -->
173
+ </a>
174
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a></h3>
175
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
176
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that return <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
177
+ <tr>
178
+ <th class="colFirst" scope="col">Modifier and Type</th>
179
+ <th class="colLast" scope="col">Method and Description</th>
180
+ </tr>
181
+ <tbody>
182
+ <tr class="altColor">
183
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&gt;</code></td>
184
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#query--">query</a></span>()</code>&nbsp;</td>
185
+ </tr>
186
+ </tbody>
187
+ </table>
188
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
189
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
190
+ <tr>
191
+ <th class="colFirst" scope="col">Modifier and Type</th>
192
+ <th class="colLast" scope="col">Method and Description</th>
193
+ </tr>
194
+ <tbody>
195
+ <tr class="altColor">
196
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">JanusGraphQuery</a>&gt;</code></td>
197
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#query--">query</a></span>()</code>&nbsp;</td>
198
+ </tr>
199
+ </tbody>
200
+ </table>
201
+ </li>
202
+ </ul>
203
+ </li>
204
+ </ul>
205
+ </div>
206
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
207
+ <div class="bottomNav"><a name="navbar.bottom">
208
+ <!-- -->
209
+ </a>
210
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
211
+ <a name="navbar.bottom.firstrow">
212
+ <!-- -->
213
+ </a>
214
+ <ul class="navList" title="Navigation">
215
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
216
+ <li><a href="../package-summary.html">Package</a></li>
217
+ <li><a href="../../../../org/janusgraph/core/JanusGraphQuery.html" title="interface in org.janusgraph.core">Class</a></li>
218
+ <li class="navBarCell1Rev">Use</li>
219
+ <li><a href="../package-tree.html">Tree</a></li>
220
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
221
+ <li><a href="../../../../index-all.html">Index</a></li>
222
+ <li><a href="../../../../help-doc.html">Help</a></li>
223
+ </ul>
224
+ </div>
225
+ <div class="subNav">
226
+ <ul class="navList">
227
+ <li>Prev</li>
228
+ <li>Next</li>
229
+ </ul>
230
+ <ul class="navList">
231
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphQuery.html" target="_top">Frames</a></li>
232
+ <li><a href="JanusGraphQuery.html" target="_top">No&nbsp;Frames</a></li>
233
+ </ul>
234
+ <ul class="navList" id="allclasses_navbar_bottom">
235
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
236
+ </ul>
237
+ <div>
238
+ <script type="text/javascript"><!--
239
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
240
+ if(window==top) {
241
+ allClassesLink.style.display = "block";
242
+ }
243
+ else {
244
+ allClassesLink.style.display = "none";
245
+ }
246
+ //-->
247
+ </script>
248
+ </div>
249
+ <a name="skip.navbar.bottom">
250
+ <!-- -->
251
+ </a></div>
252
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
253
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
254
+ </body>
255
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphRelation.html ADDED
@@ -0,0 +1,809 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphRelation (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphRelation (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphRelation.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphRelation.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphRelation" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphRelation</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.log">org.janusgraph.core.log</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.util">org.janusgraph.graphdb.database.util</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.internal">org.janusgraph.graphdb.internal</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.computer">org.janusgraph.graphdb.olap.computer</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query">org.janusgraph.graphdb.query</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.condition">org.janusgraph.graphdb.query.condition</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.vertex">org.janusgraph.graphdb.query.vertex</a></td>
116
+ <td class="colLast">&nbsp;</td>
117
+ </tr>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.relations">org.janusgraph.graphdb.relations</a></td>
120
+ <td class="colLast">&nbsp;</td>
121
+ </tr>
122
+ <tr class="rowColor">
123
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a></td>
124
+ <td class="colLast">&nbsp;</td>
125
+ </tr>
126
+ <tr class="altColor">
127
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td>
128
+ <td class="colLast">&nbsp;</td>
129
+ </tr>
130
+ <tr class="rowColor">
131
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types">org.janusgraph.graphdb.types</a></td>
132
+ <td class="colLast">&nbsp;</td>
133
+ </tr>
134
+ <tr class="altColor">
135
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
136
+ <td class="colLast">&nbsp;</td>
137
+ </tr>
138
+ <tr class="rowColor">
139
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.util">org.janusgraph.graphdb.util</a></td>
140
+ <td class="colLast">&nbsp;</td>
141
+ </tr>
142
+ <tr class="altColor">
143
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.vertices">org.janusgraph.graphdb.vertices</a></td>
144
+ <td class="colLast">&nbsp;</td>
145
+ </tr>
146
+ </tbody>
147
+ </table>
148
+ </li>
149
+ <li class="blockList">
150
+ <ul class="blockList">
151
+ <li class="blockList"><a name="org.janusgraph.core">
152
+ <!-- -->
153
+ </a>
154
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
155
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
156
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></span><span class="tabEnd">&nbsp;</span></caption>
157
+ <tr>
158
+ <th class="colFirst" scope="col">Modifier and Type</th>
159
+ <th class="colLast" scope="col">Interface and Description</th>
160
+ </tr>
161
+ <tbody>
162
+ <tr class="altColor">
163
+ <td class="colFirst"><code>interface&nbsp;</code></td>
164
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></span></code>
165
+ <div class="block">A JanusGraphEdge connects two <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core"><code>JanusGraphVertex</code></a>.</div>
166
+ </td>
167
+ </tr>
168
+ <tr class="rowColor">
169
+ <td class="colFirst"><code>interface&nbsp;</code></td>
170
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</span></code>
171
+ <div class="block">JanusGraphProperty is a <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core"><code>JanusGraphRelation</code></a> connecting a vertex to a value.</div>
172
+ </td>
173
+ </tr>
174
+ </tbody>
175
+ </table>
176
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
177
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
178
+ <tr>
179
+ <th class="colFirst" scope="col">Modifier and Type</th>
180
+ <th class="colLast" scope="col">Class and Description</th>
181
+ </tr>
182
+ <tbody>
183
+ <tr class="altColor">
184
+ <td class="colFirst"><code>class&nbsp;</code></td>
185
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">EmptyJanusGraphVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
186
+ </tr>
187
+ <tr class="rowColor">
188
+ <td class="colFirst"><code>class&nbsp;</code></td>
189
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyEdge.html" title="class in org.janusgraph.core">JanusGraphLazyEdge</a></span></code>&nbsp;</td>
190
+ </tr>
191
+ <tr class="altColor">
192
+ <td class="colFirst"><code>class&nbsp;</code></td>
193
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyRelation.html" title="class in org.janusgraph.core">JanusGraphLazyRelation</a>&lt;V&gt;</span></code>&nbsp;</td>
194
+ </tr>
195
+ <tr class="rowColor">
196
+ <td class="colFirst"><code>class&nbsp;</code></td>
197
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyVertexProperty.html" title="class in org.janusgraph.core">JanusGraphLazyVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
198
+ </tr>
199
+ </tbody>
200
+ </table>
201
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
202
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
203
+ <tr>
204
+ <th class="colFirst" scope="col">Modifier and Type</th>
205
+ <th class="colLast" scope="col">Method and Description</th>
206
+ </tr>
207
+ <tbody>
208
+ <tr class="altColor">
209
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&gt;</code></td>
210
+ <td class="colLast"><span class="typeNameLabel">JanusGraphMultiVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html#drop--">drop</a></span>()</code>
211
+ <div class="block">Drops all vertices that match this query</div>
212
+ </td>
213
+ </tr>
214
+ <tr class="rowColor">
215
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
216
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html#relations--">relations</a></span>()</code>
217
+ <div class="block">Returns an iterable over all incident relations that match this query</div>
218
+ </td>
219
+ </tr>
220
+ <tr class="altColor">
221
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&gt;</code></td>
222
+ <td class="colLast"><span class="typeNameLabel">JanusGraphMultiVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html#relations--">relations</a></span>()</code>
223
+ <div class="block">Returns an iterable over all incident relations that match this query for each vertex</div>
224
+ </td>
225
+ </tr>
226
+ </tbody>
227
+ </table>
228
+ </li>
229
+ <li class="blockList"><a name="org.janusgraph.core.log">
230
+ <!-- -->
231
+ </a>
232
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a></h3>
233
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
234
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
235
+ <tr>
236
+ <th class="colFirst" scope="col">Modifier and Type</th>
237
+ <th class="colLast" scope="col">Method and Description</th>
238
+ </tr>
239
+ <tbody>
240
+ <tr class="altColor">
241
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
242
+ <td class="colLast"><span class="typeNameLabel">ChangeState.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/log/ChangeState.html#getRelations-org.janusgraph.core.log.Change-org.janusgraph.core.RelationType...-">getRelations</a></span>(<a href="../../../../org/janusgraph/core/log/Change.html" title="enum in org.janusgraph.core.log">Change</a>&nbsp;change,
243
+ <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>...&nbsp;types)</code>
244
+ <div class="block">Returns all relations that match the change state and any of the provided relation types.</div>
245
+ </td>
246
+ </tr>
247
+ </tbody>
248
+ </table>
249
+ </li>
250
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.util">
251
+ <!-- -->
252
+ </a>
253
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/database/util/package-summary.html">org.janusgraph.graphdb.database.util</a></h3>
254
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
255
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/util/package-summary.html">org.janusgraph.graphdb.database.util</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
256
+ <tr>
257
+ <th class="colFirst" scope="col">Modifier and Type</th>
258
+ <th class="colLast" scope="col">Method and Description</th>
259
+ </tr>
260
+ <tbody>
261
+ <tr class="altColor">
262
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/graphdb/database/IndexRecordEntry.html" title="class in org.janusgraph.graphdb.database">IndexRecordEntry</a>[]</code></td>
263
+ <td class="colLast"><span class="typeNameLabel">IndexRecordUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/util/IndexRecordUtil.html#indexMatch-org.janusgraph.core.JanusGraphRelation-org.janusgraph.graphdb.types.CompositeIndexType-">indexMatch</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&nbsp;relation,
264
+ <a href="../../../../org/janusgraph/graphdb/types/CompositeIndexType.html" title="interface in org.janusgraph.graphdb.types">CompositeIndexType</a>&nbsp;index)</code>&nbsp;</td>
265
+ </tr>
266
+ </tbody>
267
+ </table>
268
+ </li>
269
+ <li class="blockList"><a name="org.janusgraph.graphdb.internal">
270
+ <!-- -->
271
+ </a>
272
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></h3>
273
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
274
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></span><span class="tabEnd">&nbsp;</span></caption>
275
+ <tr>
276
+ <th class="colFirst" scope="col">Modifier and Type</th>
277
+ <th class="colLast" scope="col">Interface and Description</th>
278
+ </tr>
279
+ <tbody>
280
+ <tr class="altColor">
281
+ <td class="colFirst"><code>interface&nbsp;</code></td>
282
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalRelation.html" title="interface in org.janusgraph.graphdb.internal">InternalRelation</a></span></code>
283
+ <div class="block">Internal Relation interface adding methods that should only be used by JanusGraph.</div>
284
+ </td>
285
+ </tr>
286
+ </tbody>
287
+ </table>
288
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
289
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
290
+ <tr>
291
+ <th class="colFirst" scope="col">Modifier and Type</th>
292
+ <th class="colLast" scope="col">Method and Description</th>
293
+ </tr>
294
+ <tbody>
295
+ <tr class="altColor">
296
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
297
+ <td class="colLast"><span class="typeNameLabel">RelationCategory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/RelationCategory.html#executeQuery-org.janusgraph.core.JanusGraphVertexQuery-">executeQuery</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&nbsp;query)</code>&nbsp;</td>
298
+ </tr>
299
+ </tbody>
300
+ </table>
301
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
302
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
303
+ <tr>
304
+ <th class="colFirst" scope="col">Modifier and Type</th>
305
+ <th class="colLast" scope="col">Method and Description</th>
306
+ </tr>
307
+ <tbody>
308
+ <tr class="altColor">
309
+ <td class="colFirst"><code>boolean</code></td>
310
+ <td class="colLast"><span class="typeNameLabel">RelationCategory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/RelationCategory.html#evaluate-org.janusgraph.core.JanusGraphRelation-">evaluate</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&nbsp;relation)</code>&nbsp;</td>
311
+ </tr>
312
+ </tbody>
313
+ </table>
314
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
315
+ <caption><span>Method parameters in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a> with type arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
316
+ <tr>
317
+ <th class="colFirst" scope="col">Modifier and Type</th>
318
+ <th class="colLast" scope="col">Method and Description</th>
319
+ </tr>
320
+ <tbody>
321
+ <tr class="altColor">
322
+ <td class="colFirst"><code>void</code></td>
323
+ <td class="colLast"><span class="typeNameLabel">InternalVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html#remove-java.lang.Iterable-">remove</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&nbsp;loadedRelations)</code>
324
+ <div class="block">Remove a vertex with pre-loaded relations.</div>
325
+ </td>
326
+ </tr>
327
+ </tbody>
328
+ </table>
329
+ </li>
330
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.computer">
331
+ <!-- -->
332
+ </a>
333
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a></h3>
334
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
335
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
336
+ <tr>
337
+ <th class="colFirst" scope="col">Modifier and Type</th>
338
+ <th class="colLast" scope="col">Class and Description</th>
339
+ </tr>
340
+ <tbody>
341
+ <tr class="altColor">
342
+ <td class="colFirst"><code>class&nbsp;</code></td>
343
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraVertexProperty.html" title="class in org.janusgraph.graphdb.olap.computer">FulgoraVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
344
+ </tr>
345
+ </tbody>
346
+ </table>
347
+ </li>
348
+ <li class="blockList"><a name="org.janusgraph.graphdb.query">
349
+ <!-- -->
350
+ </a>
351
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/query/package-summary.html">org.janusgraph.graphdb.query</a></h3>
352
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
353
+ <caption><span>Method parameters in <a href="../../../../org/janusgraph/graphdb/query/package-summary.html">org.janusgraph.graphdb.query</a> with type arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
354
+ <tr>
355
+ <th class="colFirst" scope="col">Modifier and Type</th>
356
+ <th class="colLast" scope="col">Method and Description</th>
357
+ </tr>
358
+ <tbody>
359
+ <tr class="altColor">
360
+ <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&gt;</code></td>
361
+ <td class="colLast"><span class="typeNameLabel">QueryUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/QueryUtil.html#extractOrCondition-org.janusgraph.graphdb.query.condition.Or-">extractOrCondition</a></span>(<a href="../../../../org/janusgraph/graphdb/query/condition/Or.html" title="class in org.janusgraph.graphdb.query.condition">Or</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&nbsp;condition)</code>&nbsp;</td>
362
+ </tr>
363
+ </tbody>
364
+ </table>
365
+ </li>
366
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.condition">
367
+ <!-- -->
368
+ </a>
369
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/query/condition/package-summary.html">org.janusgraph.graphdb.query.condition</a></h3>
370
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
371
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/query/condition/package-summary.html">org.janusgraph.graphdb.query.condition</a> with type parameters of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
372
+ <tr>
373
+ <th class="colFirst" scope="col">Modifier and Type</th>
374
+ <th class="colLast" scope="col">Class and Description</th>
375
+ </tr>
376
+ <tbody>
377
+ <tr class="altColor">
378
+ <td class="colFirst"><code>class&nbsp;</code></td>
379
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/condition/DirectionCondition.html" title="class in org.janusgraph.graphdb.query.condition">DirectionCondition</a>&lt;E extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</span></code>&nbsp;</td>
380
+ </tr>
381
+ <tr class="rowColor">
382
+ <td class="colFirst"><code>class&nbsp;</code></td>
383
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/condition/IncidenceCondition.html" title="class in org.janusgraph.graphdb.query.condition">IncidenceCondition</a>&lt;E extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</span></code>&nbsp;</td>
384
+ </tr>
385
+ </tbody>
386
+ </table>
387
+ </li>
388
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.vertex">
389
+ <!-- -->
390
+ </a>
391
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a></h3>
392
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
393
+ <caption><span>Fields in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> with type parameters of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
394
+ <tr>
395
+ <th class="colFirst" scope="col">Modifier and Type</th>
396
+ <th class="colLast" scope="col">Field and Description</th>
397
+ </tr>
398
+ <tbody>
399
+ <tr class="altColor">
400
+ <td class="colFirst"><code>protected <a href="../../../../org/janusgraph/graphdb/query/condition/Condition.html" title="interface in org.janusgraph.graphdb.query.condition">Condition</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
401
+ <td class="colLast"><span class="typeNameLabel">BaseVertexCentricQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html#condition">condition</a></span></code>
402
+ <div class="block">The condition of this query</div>
403
+ </td>
404
+ </tr>
405
+ <tr class="rowColor">
406
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/janusgraph/graphdb/query/condition/PredicateCondition.html" title="class in org.janusgraph.graphdb.query.condition">PredicateCondition</a>&lt;<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>,<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&gt;</code></td>
407
+ <td class="colLast"><span class="typeNameLabel">BaseVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQueryBuilder.html#constraints">constraints</a></span></code>
408
+ <div class="block">The constraints added to this query.</div>
409
+ </td>
410
+ </tr>
411
+ </tbody>
412
+ </table>
413
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
414
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
415
+ <tr>
416
+ <th class="colFirst" scope="col">Modifier and Type</th>
417
+ <th class="colLast" scope="col">Method and Description</th>
418
+ </tr>
419
+ <tbody>
420
+ <tr class="altColor">
421
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&gt;</code></td>
422
+ <td class="colLast"><span class="typeNameLabel">MultiVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html#drop--">drop</a></span>()</code>&nbsp;</td>
423
+ </tr>
424
+ <tr class="rowColor">
425
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
426
+ <td class="colLast"><span class="typeNameLabel">BasicVertexCentricQueryBuilder.RelationConstructor.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.RelationConstructor.html#emptyResult--">emptyResult</a></span>()</code>&nbsp;</td>
427
+ </tr>
428
+ <tr class="altColor">
429
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
430
+ <td class="colLast"><span class="typeNameLabel">BasicVertexCentricQueryBuilder.CachedRelationConstructor.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.CachedRelationConstructor.html#emptyResult--">emptyResult</a></span>()</code>&nbsp;</td>
431
+ </tr>
432
+ <tr class="rowColor">
433
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&gt;</code></td>
434
+ <td class="colLast"><span class="typeNameLabel">MultiVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html#executeImplicitKeyQuery--">executeImplicitKeyQuery</a></span>()</code>&nbsp;</td>
435
+ </tr>
436
+ <tr class="altColor">
437
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
438
+ <td class="colLast"><span class="typeNameLabel">BasicVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#executeImplicitKeyQuery-org.janusgraph.graphdb.internal.InternalVertex-">executeImplicitKeyQuery</a></span>(<a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;v)</code>
439
+ <div class="block">If <a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQueryBuilder.html#isImplicitKeyQuery-org.janusgraph.graphdb.internal.RelationCategory-"><code>BaseVertexCentricQueryBuilder.isImplicitKeyQuery(org.janusgraph.graphdb.internal.RelationCategory)</code></a> is true,
440
+ this method provides the result set for the query based on the evaluation of the <a href="../../../../org/janusgraph/graphdb/types/system/ImplicitKey.html" title="class in org.janusgraph.graphdb.types.system"><code>ImplicitKey</code></a>.</div>
441
+ </td>
442
+ </tr>
443
+ <tr class="rowColor">
444
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
445
+ <td class="colLast"><span class="typeNameLabel">BasicVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#executeRelations-org.janusgraph.graphdb.internal.InternalVertex-org.janusgraph.graphdb.query.vertex.BaseVertexCentricQuery-">executeRelations</a></span>(<a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;vertex,
446
+ <a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex">BaseVertexCentricQuery</a>&nbsp;baseQuery)</code>&nbsp;</td>
447
+ </tr>
448
+ <tr class="altColor">
449
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/query/condition/Condition.html" title="interface in org.janusgraph.graphdb.query.condition">Condition</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
450
+ <td class="colLast"><span class="typeNameLabel">BaseVertexCentricQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html#getCondition--">getCondition</a></span>()</code>&nbsp;</td>
451
+ </tr>
452
+ <tr class="rowColor">
453
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
454
+ <td class="colLast"><span class="typeNameLabel">BasicVertexCentricQueryBuilder.RelationConstructor.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.RelationConstructor.html#getResult-org.janusgraph.graphdb.internal.InternalVertex-org.janusgraph.graphdb.query.vertex.BaseVertexCentricQuery-">getResult</a></span>(<a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;v,
455
+ <a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex">BaseVertexCentricQuery</a>&nbsp;bq)</code>&nbsp;</td>
456
+ </tr>
457
+ <tr class="altColor">
458
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
459
+ <td class="colLast"><span class="typeNameLabel">BasicVertexCentricQueryBuilder.CachedRelationConstructor.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.CachedRelationConstructor.html#getResult-org.janusgraph.graphdb.internal.InternalVertex-org.janusgraph.graphdb.query.vertex.BaseVertexCentricQuery-">getResult</a></span>(<a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;v,
460
+ <a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex">BaseVertexCentricQuery</a>&nbsp;bq)</code>&nbsp;</td>
461
+ </tr>
462
+ <tr class="rowColor">
463
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
464
+ <td class="colLast"><span class="typeNameLabel">BasicVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BasicVertexCentricQueryBuilder.html#loadRelationsFromCache-org.janusgraph.graphdb.internal.InternalVertex-org.janusgraph.graphdb.query.vertex.BaseVertexCentricQuery-">loadRelationsFromCache</a></span>(<a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;vertex,
465
+ <a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex">BaseVertexCentricQuery</a>&nbsp;baseQuery)</code>
466
+ <div class="block">Takes advantage of query result being cached in CachedVertex.</div>
467
+ </td>
468
+ </tr>
469
+ <tr class="altColor">
470
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
471
+ <td class="colLast"><span class="typeNameLabel">VertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/VertexCentricQueryBuilder.html#relations--">relations</a></span>()</code>&nbsp;</td>
472
+ </tr>
473
+ <tr class="rowColor">
474
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&gt;</code></td>
475
+ <td class="colLast"><span class="typeNameLabel">MultiVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html#relations--">relations</a></span>()</code>&nbsp;</td>
476
+ </tr>
477
+ <tr class="altColor">
478
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
479
+ <td class="colLast"><span class="typeNameLabel">SimpleVertexQueryProcessor.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/SimpleVertexQueryProcessor.html#relations--">relations</a></span>()</code>
480
+ <div class="block">Converts the entries from this query result into actual <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core"><code>JanusGraphRelation</code></a>.</div>
481
+ </td>
482
+ </tr>
483
+ </tbody>
484
+ </table>
485
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
486
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
487
+ <tr>
488
+ <th class="colFirst" scope="col">Modifier and Type</th>
489
+ <th class="colLast" scope="col">Method and Description</th>
490
+ </tr>
491
+ <tbody>
492
+ <tr class="altColor">
493
+ <td class="colFirst"><code>boolean</code></td>
494
+ <td class="colLast"><span class="typeNameLabel">BaseVertexCentricQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html#matches-org.janusgraph.core.JanusGraphRelation-">matches</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&nbsp;relation)</code>&nbsp;</td>
495
+ </tr>
496
+ </tbody>
497
+ </table>
498
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
499
+ <caption><span>Constructor parameters in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> with type arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
500
+ <tr>
501
+ <th class="colOne" scope="col">Constructor and Description</th>
502
+ </tr>
503
+ <tbody>
504
+ <tr class="altColor">
505
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQuery.html#BaseVertexCentricQuery-org.janusgraph.graphdb.query.condition.Condition-org.apache.tinkerpop.gremlin.structure.Direction-java.util.List-org.janusgraph.graphdb.internal.OrderList-int-">BaseVertexCentricQuery</a></span>(<a href="../../../../org/janusgraph/graphdb/query/condition/Condition.html" title="interface in org.janusgraph.graphdb.query.condition">Condition</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&nbsp;condition,
506
+ org.apache.tinkerpop.gremlin.structure.Direction&nbsp;direction,
507
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/janusgraph/graphdb/query/BackendQueryHolder.html" title="class in org.janusgraph.graphdb.query">BackendQueryHolder</a>&lt;<a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/SliceQuery.html" title="class in org.janusgraph.diskstorage.keycolumnvalue">SliceQuery</a>&gt;&gt;&nbsp;queries,
508
+ <a href="../../../../org/janusgraph/graphdb/internal/OrderList.html" title="class in org.janusgraph.graphdb.internal">OrderList</a>&nbsp;orders,
509
+ int&nbsp;limit)</code>&nbsp;</td>
510
+ </tr>
511
+ <tr class="rowColor">
512
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/VertexCentricQuery.html#VertexCentricQuery-org.janusgraph.graphdb.internal.InternalVertex-org.janusgraph.graphdb.query.condition.Condition-org.apache.tinkerpop.gremlin.structure.Direction-java.util.List-org.janusgraph.graphdb.internal.OrderList-int-">VertexCentricQuery</a></span>(<a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;vertex,
513
+ <a href="../../../../org/janusgraph/graphdb/query/condition/Condition.html" title="interface in org.janusgraph.graphdb.query.condition">Condition</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&nbsp;condition,
514
+ org.apache.tinkerpop.gremlin.structure.Direction&nbsp;direction,
515
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/janusgraph/graphdb/query/BackendQueryHolder.html" title="class in org.janusgraph.graphdb.query">BackendQueryHolder</a>&lt;<a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/SliceQuery.html" title="class in org.janusgraph.diskstorage.keycolumnvalue">SliceQuery</a>&gt;&gt;&nbsp;queries,
516
+ <a href="../../../../org/janusgraph/graphdb/internal/OrderList.html" title="class in org.janusgraph.graphdb.internal">OrderList</a>&nbsp;orders,
517
+ int&nbsp;limit)</code>&nbsp;</td>
518
+ </tr>
519
+ </tbody>
520
+ </table>
521
+ </li>
522
+ <li class="blockList"><a name="org.janusgraph.graphdb.relations">
523
+ <!-- -->
524
+ </a>
525
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></h3>
526
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
527
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></span><span class="tabEnd">&nbsp;</span></caption>
528
+ <tr>
529
+ <th class="colFirst" scope="col">Modifier and Type</th>
530
+ <th class="colLast" scope="col">Interface and Description</th>
531
+ </tr>
532
+ <tbody>
533
+ <tr class="altColor">
534
+ <td class="colFirst"><code>interface&nbsp;</code></td>
535
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardRelation.html" title="interface in org.janusgraph.graphdb.relations">StandardRelation</a></span></code>&nbsp;</td>
536
+ </tr>
537
+ </tbody>
538
+ </table>
539
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
540
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
541
+ <tr>
542
+ <th class="colFirst" scope="col">Modifier and Type</th>
543
+ <th class="colLast" scope="col">Class and Description</th>
544
+ </tr>
545
+ <tbody>
546
+ <tr class="altColor">
547
+ <td class="colFirst"><code>class&nbsp;</code></td>
548
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractEdge.html" title="class in org.janusgraph.graphdb.relations">AbstractEdge</a></span></code>&nbsp;</td>
549
+ </tr>
550
+ <tr class="rowColor">
551
+ <td class="colFirst"><code>class&nbsp;</code></td>
552
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractTypedRelation.html" title="class in org.janusgraph.graphdb.relations">AbstractTypedRelation</a></span></code>&nbsp;</td>
553
+ </tr>
554
+ <tr class="altColor">
555
+ <td class="colFirst"><code>class&nbsp;</code></td>
556
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractVertexProperty.html" title="class in org.janusgraph.graphdb.relations">AbstractVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
557
+ </tr>
558
+ <tr class="rowColor">
559
+ <td class="colFirst"><code>class&nbsp;</code></td>
560
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/CacheEdge.html" title="class in org.janusgraph.graphdb.relations">CacheEdge</a></span></code>&nbsp;</td>
561
+ </tr>
562
+ <tr class="altColor">
563
+ <td class="colFirst"><code>class&nbsp;</code></td>
564
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/CacheVertexProperty.html" title="class in org.janusgraph.graphdb.relations">CacheVertexProperty</a></span></code>&nbsp;</td>
565
+ </tr>
566
+ <tr class="rowColor">
567
+ <td class="colFirst"><code>class&nbsp;</code></td>
568
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardEdge.html" title="class in org.janusgraph.graphdb.relations">StandardEdge</a></span></code>&nbsp;</td>
569
+ </tr>
570
+ <tr class="altColor">
571
+ <td class="colFirst"><code>class&nbsp;</code></td>
572
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardVertexProperty.html" title="class in org.janusgraph.graphdb.relations">StandardVertexProperty</a></span></code>&nbsp;</td>
573
+ </tr>
574
+ </tbody>
575
+ </table>
576
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
577
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that return <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
578
+ <tr>
579
+ <th class="colFirst" scope="col">Modifier and Type</th>
580
+ <th class="colLast" scope="col">Method and Description</th>
581
+ </tr>
582
+ <tbody>
583
+ <tr class="altColor">
584
+ <td class="colFirst"><code>protected static <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></code></td>
585
+ <td class="colLast"><span class="typeNameLabel">RelationIdentifierUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/RelationIdentifierUtils.html#findRelation-org.janusgraph.graphdb.relations.RelationIdentifier-org.janusgraph.core.JanusGraphTransaction-">findRelation</a></span>(<a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>&nbsp;rId,
586
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
587
+ </tr>
588
+ </tbody>
589
+ </table>
590
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
591
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
592
+ <tr>
593
+ <th class="colFirst" scope="col">Modifier and Type</th>
594
+ <th class="colLast" scope="col">Method and Description</th>
595
+ </tr>
596
+ <tbody>
597
+ <tr class="altColor">
598
+ <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
599
+ <td class="colLast"><span class="typeNameLabel">RelationIdentifierUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/RelationIdentifierUtils.html#findEdgeRelations-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.RelationType-org.janusgraph.graphdb.relations.RelationIdentifier-org.janusgraph.core.JanusGraphTransaction-">findEdgeRelations</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;v,
600
+ <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type,
601
+ <a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>&nbsp;rId,
602
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
603
+ </tr>
604
+ </tbody>
605
+ </table>
606
+ </li>
607
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher">
608
+ <!-- -->
609
+ </a>
610
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a></h3>
611
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
612
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step.fetcher</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
613
+ <tr>
614
+ <th class="colFirst" scope="col">Modifier and Type</th>
615
+ <th class="colLast" scope="col">Method and Description</th>
616
+ </tr>
617
+ <tbody>
618
+ <tr class="altColor">
619
+ <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&gt;</code></td>
620
+ <td class="colLast"><span class="typeNameLabel">DropStepBatchFetcher.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/fetcher/DropStepBatchFetcher.html#makeQueryAndExecute-org.janusgraph.core.JanusGraphMultiVertexQuery-">makeQueryAndExecute</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphMultiVertexQuery</a>&nbsp;multiQuery)</code>&nbsp;</td>
621
+ </tr>
622
+ </tbody>
623
+ </table>
624
+ </li>
625
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction">
626
+ <!-- -->
627
+ </a>
628
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></h3>
629
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
630
+ <caption><span>Fields in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> with type parameters of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
631
+ <tr>
632
+ <th class="colFirst" scope="col">Modifier and Type</th>
633
+ <th class="colLast" scope="col">Field and Description</th>
634
+ </tr>
635
+ <tbody>
636
+ <tr class="altColor">
637
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/query/QueryExecutor.html" title="interface in org.janusgraph.graphdb.query">QueryExecutor</a>&lt;<a href="../../../../org/janusgraph/graphdb/query/vertex/VertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex">VertexCentricQuery</a>,<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>,<a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/SliceQuery.html" title="class in org.janusgraph.diskstorage.keycolumnvalue">SliceQuery</a>&gt;</code></td>
638
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#edgeProcessor">edgeProcessor</a></span></code>&nbsp;</td>
639
+ </tr>
640
+ <tr class="rowColor">
641
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/query/QueryExecutor.html" title="interface in org.janusgraph.graphdb.query">QueryExecutor</a>&lt;<a href="../../../../org/janusgraph/graphdb/query/vertex/VertexCentricQuery.html" title="class in org.janusgraph.graphdb.query.vertex">VertexCentricQuery</a>,<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>,<a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/SliceQuery.html" title="class in org.janusgraph.diskstorage.keycolumnvalue">SliceQuery</a>&gt;</code></td>
642
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#edgeProcessorImpl">edgeProcessorImpl</a></span></code>&nbsp;</td>
643
+ </tr>
644
+ </tbody>
645
+ </table>
646
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
647
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
648
+ <tr>
649
+ <th class="colFirst" scope="col">Modifier and Type</th>
650
+ <th class="colLast" scope="col">Method and Description</th>
651
+ </tr>
652
+ <tbody>
653
+ <tr class="altColor">
654
+ <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
655
+ <td class="colLast"><span class="typeNameLabel">RelationConstructor.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/RelationConstructor.html#readRelation-org.janusgraph.graphdb.internal.InternalVertex-java.lang.Iterable-org.janusgraph.graphdb.transaction.StandardJanusGraphTx-">readRelation</a></span>(<a href="../../../../org/janusgraph/graphdb/internal/InternalVertex.html" title="interface in org.janusgraph.graphdb.internal">InternalVertex</a>&nbsp;vertex,
656
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/diskstorage/Entry.html" title="interface in org.janusgraph.diskstorage">Entry</a>&gt;&nbsp;data,
657
+ <a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html" title="class in org.janusgraph.graphdb.transaction">StandardJanusGraphTx</a>&nbsp;tx)</code>&nbsp;</td>
658
+ </tr>
659
+ </tbody>
660
+ </table>
661
+ </li>
662
+ <li class="blockList"><a name="org.janusgraph.graphdb.types">
663
+ <!-- -->
664
+ </a>
665
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a></h3>
666
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
667
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
668
+ <tr>
669
+ <th class="colFirst" scope="col">Modifier and Type</th>
670
+ <th class="colLast" scope="col">Method and Description</th>
671
+ </tr>
672
+ <tbody>
673
+ <tr class="altColor">
674
+ <td class="colFirst"><code>static boolean</code></td>
675
+ <td class="colLast"><span class="typeNameLabel">TypeUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/TypeUtil.html#hasSimpleInternalVertexKeyIndex-org.janusgraph.core.JanusGraphRelation-">hasSimpleInternalVertexKeyIndex</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&nbsp;rel)</code>&nbsp;</td>
676
+ </tr>
677
+ </tbody>
678
+ </table>
679
+ </li>
680
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
681
+ <!-- -->
682
+ </a>
683
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
684
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
685
+ <caption><span>Method parameters in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> with type arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
686
+ <tr>
687
+ <th class="colFirst" scope="col">Modifier and Type</th>
688
+ <th class="colLast" scope="col">Method and Description</th>
689
+ </tr>
690
+ <tbody>
691
+ <tr class="altColor">
692
+ <td class="colFirst"><code>void</code></td>
693
+ <td class="colLast"><span class="typeNameLabel">EmptyVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/EmptyVertex.html#remove-java.lang.Iterable-">remove</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&nbsp;loadedRelations)</code>&nbsp;</td>
694
+ </tr>
695
+ </tbody>
696
+ </table>
697
+ </li>
698
+ <li class="blockList"><a name="org.janusgraph.graphdb.util">
699
+ <!-- -->
700
+ </a>
701
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/util/package-summary.html">org.janusgraph.graphdb.util</a></h3>
702
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
703
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/util/package-summary.html">org.janusgraph.graphdb.util</a> with type parameters of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
704
+ <tr>
705
+ <th class="colFirst" scope="col">Modifier and Type</th>
706
+ <th class="colLast" scope="col">Class and Description</th>
707
+ </tr>
708
+ <tbody>
709
+ <tr class="altColor">
710
+ <td class="colFirst"><code>class&nbsp;</code></td>
711
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/util/VertexCentricEdgeIterable.html" title="class in org.janusgraph.graphdb.util">VertexCentricEdgeIterable</a>&lt;R extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</span></code>&nbsp;</td>
712
+ </tr>
713
+ </tbody>
714
+ </table>
715
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
716
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/util/package-summary.html">org.janusgraph.graphdb.util</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
717
+ <tr>
718
+ <th class="colFirst" scope="col">Modifier and Type</th>
719
+ <th class="colLast" scope="col">Method and Description</th>
720
+ </tr>
721
+ <tbody>
722
+ <tr class="altColor">
723
+ <td class="colFirst"><code>static void</code></td>
724
+ <td class="colLast"><span class="typeNameLabel">ElementHelper.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/util/ElementHelper.html#attachProperties-org.janusgraph.core.JanusGraphRelation-java.lang.Object...-">attachProperties</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&nbsp;element,
725
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
726
+ </tr>
727
+ </tbody>
728
+ </table>
729
+ </li>
730
+ <li class="blockList"><a name="org.janusgraph.graphdb.vertices">
731
+ <!-- -->
732
+ </a>
733
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a> in <a href="../../../../org/janusgraph/graphdb/vertices/package-summary.html">org.janusgraph.graphdb.vertices</a></h3>
734
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
735
+ <caption><span>Method parameters in <a href="../../../../org/janusgraph/graphdb/vertices/package-summary.html">org.janusgraph.graphdb.vertices</a> with type arguments of type <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></span><span class="tabEnd">&nbsp;</span></caption>
736
+ <tr>
737
+ <th class="colFirst" scope="col">Modifier and Type</th>
738
+ <th class="colLast" scope="col">Method and Description</th>
739
+ </tr>
740
+ <tbody>
741
+ <tr class="altColor">
742
+ <td class="colFirst"><code>void</code></td>
743
+ <td class="colLast"><span class="typeNameLabel">AbstractVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/AbstractVertex.html#remove-java.lang.Iterable-">remove</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&nbsp;loadedRelations)</code>&nbsp;</td>
744
+ </tr>
745
+ <tr class="rowColor">
746
+ <td class="colFirst"><code>void</code></td>
747
+ <td class="colLast"><span class="typeNameLabel">StandardVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/StandardVertex.html#remove-java.lang.Iterable-">remove</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&nbsp;loadedRelations)</code>&nbsp;</td>
748
+ </tr>
749
+ <tr class="altColor">
750
+ <td class="colFirst"><code>void</code></td>
751
+ <td class="colLast"><span class="typeNameLabel">PreloadedVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/PreloadedVertex.html#remove-java.lang.Iterable-">remove</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&nbsp;loadedRelations)</code>&nbsp;</td>
752
+ </tr>
753
+ </tbody>
754
+ </table>
755
+ </li>
756
+ </ul>
757
+ </li>
758
+ </ul>
759
+ </div>
760
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
761
+ <div class="bottomNav"><a name="navbar.bottom">
762
+ <!-- -->
763
+ </a>
764
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
765
+ <a name="navbar.bottom.firstrow">
766
+ <!-- -->
767
+ </a>
768
+ <ul class="navList" title="Navigation">
769
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
770
+ <li><a href="../package-summary.html">Package</a></li>
771
+ <li><a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">Class</a></li>
772
+ <li class="navBarCell1Rev">Use</li>
773
+ <li><a href="../package-tree.html">Tree</a></li>
774
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
775
+ <li><a href="../../../../index-all.html">Index</a></li>
776
+ <li><a href="../../../../help-doc.html">Help</a></li>
777
+ </ul>
778
+ </div>
779
+ <div class="subNav">
780
+ <ul class="navList">
781
+ <li>Prev</li>
782
+ <li>Next</li>
783
+ </ul>
784
+ <ul class="navList">
785
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphRelation.html" target="_top">Frames</a></li>
786
+ <li><a href="JanusGraphRelation.html" target="_top">No&nbsp;Frames</a></li>
787
+ </ul>
788
+ <ul class="navList" id="allclasses_navbar_bottom">
789
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
790
+ </ul>
791
+ <div>
792
+ <script type="text/javascript"><!--
793
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
794
+ if(window==top) {
795
+ allClassesLink.style.display = "block";
796
+ }
797
+ else {
798
+ allClassesLink.style.display = "none";
799
+ }
800
+ //-->
801
+ </script>
802
+ </div>
803
+ <a name="skip.navbar.bottom">
804
+ <!-- -->
805
+ </a></div>
806
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
807
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
808
+ </body>
809
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphTransaction.html ADDED
@@ -0,0 +1,515 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphTransaction (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphTransaction (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphTransaction.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphTransaction.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphTransaction" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphTransaction</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.log">org.janusgraph.core.log</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database">org.janusgraph.graphdb.database</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.internal">org.janusgraph.graphdb.internal</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap">org.janusgraph.graphdb.olap</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.computer">org.janusgraph.graphdb.olap.computer</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.relations">org.janusgraph.graphdb.relations</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop">org.janusgraph.graphdb.tinkerpop</a></td>
116
+ <td class="colLast">&nbsp;</td>
117
+ </tr>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop.optimize">org.janusgraph.graphdb.tinkerpop.optimize</a></td>
120
+ <td class="colLast">&nbsp;</td>
121
+ </tr>
122
+ <tr class="rowColor">
123
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td>
124
+ <td class="colLast">&nbsp;</td>
125
+ </tr>
126
+ <tr class="altColor">
127
+ <td class="colFirst"><a href="#org.janusgraph.util.system">org.janusgraph.util.system</a></td>
128
+ <td class="colLast">&nbsp;</td>
129
+ </tr>
130
+ </tbody>
131
+ </table>
132
+ </li>
133
+ <li class="blockList">
134
+ <ul class="blockList">
135
+ <li class="blockList"><a name="org.janusgraph.core">
136
+ <!-- -->
137
+ </a>
138
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
139
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
140
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
141
+ <tr>
142
+ <th class="colFirst" scope="col">Modifier and Type</th>
143
+ <th class="colLast" scope="col">Method and Description</th>
144
+ </tr>
145
+ <tbody>
146
+ <tr class="altColor">
147
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
148
+ <td class="colLast"><span class="typeNameLabel">JanusGraphLazyRelation.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyRelation.html#graph--">graph</a></span>()</code>&nbsp;</td>
149
+ </tr>
150
+ <tr class="rowColor">
151
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
152
+ <td class="colLast"><span class="typeNameLabel">JanusGraphElement.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphElement.html#graph--">graph</a></span>()</code>&nbsp;</td>
153
+ </tr>
154
+ <tr class="altColor">
155
+ <td class="colFirst"><code>default <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
156
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertexProperty.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html#graph--">graph</a></span>()</code>&nbsp;</td>
157
+ </tr>
158
+ <tr class="rowColor">
159
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
160
+ <td class="colLast"><span class="typeNameLabel">JanusGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraph.html#newTransaction--">newTransaction</a></span>()</code>
161
+ <div class="block">Opens a new thread-independent <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core"><code>JanusGraphTransaction</code></a>.</div>
162
+ </td>
163
+ </tr>
164
+ <tr class="altColor">
165
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
166
+ <td class="colLast"><span class="typeNameLabel">TransactionBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/TransactionBuilder.html#start--">start</a></span>()</code>
167
+ <div class="block">Starts and returns the transaction build by this builder</div>
168
+ </td>
169
+ </tr>
170
+ </tbody>
171
+ </table>
172
+ </li>
173
+ <li class="blockList"><a name="org.janusgraph.core.log">
174
+ <!-- -->
175
+ </a>
176
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a></h3>
177
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
178
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
179
+ <tr>
180
+ <th class="colFirst" scope="col">Modifier and Type</th>
181
+ <th class="colLast" scope="col">Method and Description</th>
182
+ </tr>
183
+ <tbody>
184
+ <tr class="altColor">
185
+ <td class="colFirst"><code>void</code></td>
186
+ <td class="colLast"><span class="typeNameLabel">ChangeProcessor.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/log/ChangeProcessor.html#process-org.janusgraph.core.JanusGraphTransaction-org.janusgraph.core.log.TransactionId-org.janusgraph.core.log.ChangeState-">process</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx,
187
+ <a href="../../../../org/janusgraph/core/log/TransactionId.html" title="interface in org.janusgraph.core.log">TransactionId</a>&nbsp;txId,
188
+ <a href="../../../../org/janusgraph/core/log/ChangeState.html" title="interface in org.janusgraph.core.log">ChangeState</a>&nbsp;changeState)</code>
189
+ <div class="block">Process the changes caused by the transaction identified by <code>txId</code> within a newly opened transaction <code>tx</code>.</div>
190
+ </td>
191
+ </tr>
192
+ </tbody>
193
+ </table>
194
+ </li>
195
+ <li class="blockList"><a name="org.janusgraph.graphdb.database">
196
+ <!-- -->
197
+ </a>
198
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a></h3>
199
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
200
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a> that return <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
201
+ <tr>
202
+ <th class="colFirst" scope="col">Modifier and Type</th>
203
+ <th class="colLast" scope="col">Method and Description</th>
204
+ </tr>
205
+ <tbody>
206
+ <tr class="altColor">
207
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
208
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/StandardJanusGraph.html#newThreadBoundTransaction--">newThreadBoundTransaction</a></span>()</code>&nbsp;</td>
209
+ </tr>
210
+ <tr class="rowColor">
211
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
212
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/StandardJanusGraph.html#newTransaction--">newTransaction</a></span>()</code>&nbsp;</td>
213
+ </tr>
214
+ </tbody>
215
+ </table>
216
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
217
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
218
+ <tr>
219
+ <th class="colFirst" scope="col">Modifier and Type</th>
220
+ <th class="colLast" scope="col">Method and Description</th>
221
+ </tr>
222
+ <tbody>
223
+ <tr class="altColor">
224
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&gt;</code></td>
225
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/StandardJanusGraph.html#getOpenTransactions--">getOpenTransactions</a></span>()</code>&nbsp;</td>
226
+ </tr>
227
+ </tbody>
228
+ </table>
229
+ </li>
230
+ <li class="blockList"><a name="org.janusgraph.graphdb.internal">
231
+ <!-- -->
232
+ </a>
233
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></h3>
234
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
235
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a> that return <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
236
+ <tr>
237
+ <th class="colFirst" scope="col">Modifier and Type</th>
238
+ <th class="colLast" scope="col">Method and Description</th>
239
+ </tr>
240
+ <tbody>
241
+ <tr class="altColor">
242
+ <td class="colFirst"><code>default <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
243
+ <td class="colLast"><span class="typeNameLabel">InternalElement.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalElement.html#graph--">graph</a></span>()</code>&nbsp;</td>
244
+ </tr>
245
+ </tbody>
246
+ </table>
247
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
248
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
249
+ <tr>
250
+ <th class="colFirst" scope="col">Modifier and Type</th>
251
+ <th class="colLast" scope="col">Method and Description</th>
252
+ </tr>
253
+ <tbody>
254
+ <tr class="altColor">
255
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphElement.html" title="interface in org.janusgraph.core">JanusGraphElement</a></code></td>
256
+ <td class="colLast"><span class="typeNameLabel">ElementCategory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/ElementCategory.html#retrieve-java.lang.Object-org.janusgraph.core.JanusGraphTransaction-">retrieve</a></span>(<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>&nbsp;elementId,
257
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
258
+ </tr>
259
+ </tbody>
260
+ </table>
261
+ </li>
262
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap">
263
+ <!-- -->
264
+ </a>
265
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a></h3>
266
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
267
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a> that return <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
268
+ <tr>
269
+ <th class="colFirst" scope="col">Modifier and Type</th>
270
+ <th class="colLast" scope="col">Method and Description</th>
271
+ </tr>
272
+ <tbody>
273
+ <tr class="altColor">
274
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
275
+ <td class="colLast"><span class="typeNameLabel">QueryContainer.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/QueryContainer.html#getTransaction--">getTransaction</a></span>()</code>&nbsp;</td>
276
+ </tr>
277
+ </tbody>
278
+ </table>
279
+ </li>
280
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.computer">
281
+ <!-- -->
282
+ </a>
283
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a></h3>
284
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
285
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
286
+ <tr>
287
+ <th class="colFirst" scope="col">Modifier and Type</th>
288
+ <th class="colLast" scope="col">Method and Description</th>
289
+ </tr>
290
+ <tbody>
291
+ <tr class="altColor">
292
+ <td class="colFirst"><code>static org.apache.tinkerpop.gremlin.process.traversal.Traversal&lt;org.apache.tinkerpop.gremlin.structure.Vertex,org.apache.tinkerpop.gremlin.structure.Edge&gt;</code></td>
293
+ <td class="colLast"><span class="typeNameLabel">FulgoraUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraUtil.html#getReverseElementTraversal-org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local-org.apache.tinkerpop.gremlin.structure.Vertex-org.janusgraph.core.JanusGraphTransaction-">getReverseElementTraversal</a></span>(org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local&lt;?&gt;&nbsp;scope,
294
+ org.apache.tinkerpop.gremlin.structure.Vertex&nbsp;start,
295
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;graph)</code>&nbsp;</td>
296
+ </tr>
297
+ <tr class="rowColor">
298
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/JanusGraphVertexStep.html" title="class in org.janusgraph.graphdb.tinkerpop.optimize.step">JanusGraphVertexStep</a>&lt;org.apache.tinkerpop.gremlin.structure.Vertex&gt;</code></td>
299
+ <td class="colLast"><span class="typeNameLabel">FulgoraUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraUtil.html#getReverseJanusGraphVertexStep-org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local-org.janusgraph.core.JanusGraphTransaction-">getReverseJanusGraphVertexStep</a></span>(org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local&lt;?&gt;&nbsp;scope,
300
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;graph)</code>&nbsp;</td>
301
+ </tr>
302
+ <tr class="altColor">
303
+ <td class="colFirst"><code>static &lt;S,E&gt;&nbsp;<a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraElementTraversal.html" title="class in org.janusgraph.graphdb.olap.computer">FulgoraElementTraversal</a>&lt;S,E&gt;</code></td>
304
+ <td class="colLast"><span class="typeNameLabel">FulgoraElementTraversal.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraElementTraversal.html#of-org.janusgraph.core.JanusGraphTransaction-">of</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;graph)</code>&nbsp;</td>
305
+ </tr>
306
+ </tbody>
307
+ </table>
308
+ </li>
309
+ <li class="blockList"><a name="org.janusgraph.graphdb.relations">
310
+ <!-- -->
311
+ </a>
312
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></h3>
313
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
314
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that return <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
315
+ <tr>
316
+ <th class="colFirst" scope="col">Modifier and Type</th>
317
+ <th class="colLast" scope="col">Method and Description</th>
318
+ </tr>
319
+ <tbody>
320
+ <tr class="altColor">
321
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
322
+ <td class="colLast"><span class="typeNameLabel">AbstractVertexProperty.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractVertexProperty.html#graph--">graph</a></span>()</code>&nbsp;</td>
323
+ </tr>
324
+ </tbody>
325
+ </table>
326
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
327
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
328
+ <tr>
329
+ <th class="colFirst" scope="col">Modifier and Type</th>
330
+ <th class="colLast" scope="col">Method and Description</th>
331
+ </tr>
332
+ <tbody>
333
+ <tr class="altColor">
334
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraphEdge.html" title="interface in org.janusgraph.core">JanusGraphEdge</a></code></td>
335
+ <td class="colLast"><span class="typeNameLabel">RelationIdentifierUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/RelationIdentifierUtils.html#findEdge-org.janusgraph.graphdb.relations.RelationIdentifier-org.janusgraph.core.JanusGraphTransaction-">findEdge</a></span>(<a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>&nbsp;rId,
336
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
337
+ </tr>
338
+ <tr class="rowColor">
339
+ <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
340
+ <td class="colLast"><span class="typeNameLabel">RelationIdentifierUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/RelationIdentifierUtils.html#findEdgeRelations-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.RelationType-org.janusgraph.graphdb.relations.RelationIdentifier-org.janusgraph.core.JanusGraphTransaction-">findEdgeRelations</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;v,
341
+ <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type,
342
+ <a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>&nbsp;rId,
343
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
344
+ </tr>
345
+ <tr class="altColor">
346
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></code></td>
347
+ <td class="colLast"><span class="typeNameLabel">RelationIdentifierUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/RelationIdentifierUtils.html#findProperty-org.janusgraph.graphdb.relations.RelationIdentifier-org.janusgraph.core.JanusGraphTransaction-">findProperty</a></span>(<a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>&nbsp;rId,
348
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
349
+ </tr>
350
+ <tr class="rowColor">
351
+ <td class="colFirst"><code>protected static <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a></code></td>
352
+ <td class="colLast"><span class="typeNameLabel">RelationIdentifierUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/RelationIdentifierUtils.html#findRelation-org.janusgraph.graphdb.relations.RelationIdentifier-org.janusgraph.core.JanusGraphTransaction-">findRelation</a></span>(<a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>&nbsp;rId,
353
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
354
+ </tr>
355
+ </tbody>
356
+ </table>
357
+ </li>
358
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop">
359
+ <!-- -->
360
+ </a>
361
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a></h3>
362
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
363
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
364
+ <tr>
365
+ <th class="colFirst" scope="col">Modifier and Type</th>
366
+ <th class="colLast" scope="col">Class and Description</th>
367
+ </tr>
368
+ <tbody>
369
+ <tr class="altColor">
370
+ <td class="colFirst"><code>class&nbsp;</code></td>
371
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsTransaction.html" title="class in org.janusgraph.graphdb.tinkerpop">JanusGraphBlueprintsTransaction</a></span></code>
372
+ <div class="block">Blueprints specific implementation of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core"><code>JanusGraphTransaction</code></a>.</div>
373
+ </td>
374
+ </tr>
375
+ </tbody>
376
+ </table>
377
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
378
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that return <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
379
+ <tr>
380
+ <th class="colFirst" scope="col">Modifier and Type</th>
381
+ <th class="colLast" scope="col">Method and Description</th>
382
+ </tr>
383
+ <tbody>
384
+ <tr class="altColor">
385
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
386
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#getCurrentThreadTx--">getCurrentThreadTx</a></span>()</code>&nbsp;</td>
387
+ </tr>
388
+ <tr class="rowColor">
389
+ <td class="colFirst"><code>abstract <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
390
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#newThreadBoundTransaction--">newThreadBoundTransaction</a></span>()</code>&nbsp;</td>
391
+ </tr>
392
+ </tbody>
393
+ </table>
394
+ </li>
395
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop.optimize">
396
+ <!-- -->
397
+ </a>
398
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize</a></h3>
399
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
400
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize</a> that return <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
401
+ <tr>
402
+ <th class="colFirst" scope="col">Modifier and Type</th>
403
+ <th class="colLast" scope="col">Method and Description</th>
404
+ </tr>
405
+ <tbody>
406
+ <tr class="altColor">
407
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
408
+ <td class="colLast"><span class="typeNameLabel">JanusGraphTraversalUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/JanusGraphTraversalUtil.html#getTx-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">getTx</a></span>(org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin&lt;?,?&gt;&nbsp;traversal)</code>&nbsp;</td>
409
+ </tr>
410
+ </tbody>
411
+ </table>
412
+ </li>
413
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction">
414
+ <!-- -->
415
+ </a>
416
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></h3>
417
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
418
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
419
+ <tr>
420
+ <th class="colFirst" scope="col">Modifier and Type</th>
421
+ <th class="colLast" scope="col">Class and Description</th>
422
+ </tr>
423
+ <tbody>
424
+ <tr class="altColor">
425
+ <td class="colFirst"><code>class&nbsp;</code></td>
426
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html" title="class in org.janusgraph.graphdb.transaction">StandardJanusGraphTx</a></span></code>&nbsp;</td>
427
+ </tr>
428
+ </tbody>
429
+ </table>
430
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
431
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
432
+ <tr>
433
+ <th class="colFirst" scope="col">Modifier and Type</th>
434
+ <th class="colLast" scope="col">Method and Description</th>
435
+ </tr>
436
+ <tbody>
437
+ <tr class="altColor">
438
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></code></td>
439
+ <td class="colLast"><span class="typeNameLabel">StandardTransactionBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardTransactionBuilder.html#start--">start</a></span>()</code>&nbsp;</td>
440
+ </tr>
441
+ </tbody>
442
+ </table>
443
+ </li>
444
+ <li class="blockList"><a name="org.janusgraph.util.system">
445
+ <!-- -->
446
+ </a>
447
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a> in <a href="../../../../org/janusgraph/util/system/package-summary.html">org.janusgraph.util.system</a></h3>
448
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
449
+ <caption><span>Methods in <a href="../../../../org/janusgraph/util/system/package-summary.html">org.janusgraph.util.system</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a></span><span class="tabEnd">&nbsp;</span></caption>
450
+ <tr>
451
+ <th class="colFirst" scope="col">Modifier and Type</th>
452
+ <th class="colLast" scope="col">Method and Description</th>
453
+ </tr>
454
+ <tbody>
455
+ <tr class="altColor">
456
+ <td class="colFirst"><code>static void</code></td>
457
+ <td class="colLast"><span class="typeNameLabel">TXUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/util/system/TXUtils.html#rollbackQuietly-org.janusgraph.core.JanusGraphTransaction-">rollbackQuietly</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
458
+ </tr>
459
+ </tbody>
460
+ </table>
461
+ </li>
462
+ </ul>
463
+ </li>
464
+ </ul>
465
+ </div>
466
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
467
+ <div class="bottomNav"><a name="navbar.bottom">
468
+ <!-- -->
469
+ </a>
470
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
471
+ <a name="navbar.bottom.firstrow">
472
+ <!-- -->
473
+ </a>
474
+ <ul class="navList" title="Navigation">
475
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
476
+ <li><a href="../package-summary.html">Package</a></li>
477
+ <li><a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">Class</a></li>
478
+ <li class="navBarCell1Rev">Use</li>
479
+ <li><a href="../package-tree.html">Tree</a></li>
480
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
481
+ <li><a href="../../../../index-all.html">Index</a></li>
482
+ <li><a href="../../../../help-doc.html">Help</a></li>
483
+ </ul>
484
+ </div>
485
+ <div class="subNav">
486
+ <ul class="navList">
487
+ <li>Prev</li>
488
+ <li>Next</li>
489
+ </ul>
490
+ <ul class="navList">
491
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphTransaction.html" target="_top">Frames</a></li>
492
+ <li><a href="JanusGraphTransaction.html" target="_top">No&nbsp;Frames</a></li>
493
+ </ul>
494
+ <ul class="navList" id="allclasses_navbar_bottom">
495
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
496
+ </ul>
497
+ <div>
498
+ <script type="text/javascript"><!--
499
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
500
+ if(window==top) {
501
+ allClassesLink.style.display = "block";
502
+ }
503
+ else {
504
+ allClassesLink.style.display = "none";
505
+ }
506
+ //-->
507
+ </script>
508
+ </div>
509
+ <a name="skip.navbar.bottom">
510
+ <!-- -->
511
+ </a></div>
512
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
513
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
514
+ </body>
515
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphVertex.html ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphVertexProperty.html ADDED
@@ -0,0 +1,635 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphVertexProperty (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphVertexProperty (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphVertexProperty.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphVertexProperty.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphVertexProperty" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphVertexProperty</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.log">org.janusgraph.core.log</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database">org.janusgraph.graphdb.database</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.computer">org.janusgraph.graphdb.olap.computer</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.graph">org.janusgraph.graphdb.query.graph</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.vertex">org.janusgraph.graphdb.query.vertex</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.relations">org.janusgraph.graphdb.relations</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td>
116
+ <td class="colLast">&nbsp;</td>
117
+ </tr>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction.indexcache">org.janusgraph.graphdb.transaction.indexcache</a></td>
120
+ <td class="colLast">&nbsp;</td>
121
+ </tr>
122
+ <tr class="rowColor">
123
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types">org.janusgraph.graphdb.types</a></td>
124
+ <td class="colLast">&nbsp;</td>
125
+ </tr>
126
+ <tr class="altColor">
127
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
128
+ <td class="colLast">&nbsp;</td>
129
+ </tr>
130
+ <tr class="rowColor">
131
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.vertices">org.janusgraph.graphdb.vertices</a></td>
132
+ <td class="colLast">&nbsp;</td>
133
+ </tr>
134
+ </tbody>
135
+ </table>
136
+ </li>
137
+ <li class="blockList">
138
+ <ul class="blockList">
139
+ <li class="blockList"><a name="org.janusgraph.core">
140
+ <!-- -->
141
+ </a>
142
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
143
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
144
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
145
+ <tr>
146
+ <th class="colFirst" scope="col">Modifier and Type</th>
147
+ <th class="colLast" scope="col">Class and Description</th>
148
+ </tr>
149
+ <tbody>
150
+ <tr class="altColor">
151
+ <td class="colFirst"><code>class&nbsp;</code></td>
152
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html" title="class in org.janusgraph.core">EmptyJanusGraphVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
153
+ </tr>
154
+ <tr class="rowColor">
155
+ <td class="colFirst"><code>class&nbsp;</code></td>
156
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyVertexProperty.html" title="class in org.janusgraph.core">JanusGraphLazyVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
157
+ </tr>
158
+ </tbody>
159
+ </table>
160
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
161
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
162
+ <tr>
163
+ <th class="colFirst" scope="col">Modifier and Type</th>
164
+ <th class="colLast" scope="col">Method and Description</th>
165
+ </tr>
166
+ <tbody>
167
+ <tr class="altColor">
168
+ <td class="colFirst"><code>static &lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
169
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertexProperty.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html#empty--">empty</a></span>()</code>&nbsp;</td>
170
+ </tr>
171
+ <tr class="rowColor">
172
+ <td class="colFirst"><code>default &lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
173
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertex.html#property-java.lang.String-V-">property</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>&nbsp;key,
174
+ V&nbsp;value)</code>
175
+ <div class="block">Creates a new property for this vertex and given key with the specified value.</div>
176
+ </td>
177
+ </tr>
178
+ <tr class="altColor">
179
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
180
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertex.html#property-java.lang.String-V-java.lang.Object...-">property</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>&nbsp;key,
181
+ V&nbsp;value,
182
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
183
+ </tr>
184
+ <tr class="rowColor">
185
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
186
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertex.html#property-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-java.lang.String-V-java.lang.Object...-">property</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality,
187
+ <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>&nbsp;key,
188
+ V&nbsp;value,
189
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
190
+ </tr>
191
+ </tbody>
192
+ </table>
193
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
194
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
195
+ <tr>
196
+ <th class="colFirst" scope="col">Modifier and Type</th>
197
+ <th class="colLast" scope="col">Method and Description</th>
198
+ </tr>
199
+ <tbody>
200
+ <tr class="altColor">
201
+ <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
202
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertexProperty.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html#getRemover-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-java.lang.Object-">getRemover</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality,
203
+ <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>&nbsp;value)</code>&nbsp;</td>
204
+ </tr>
205
+ <tr class="rowColor">
206
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
207
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html#properties--">properties</a></span>()</code>
208
+ <div class="block">Returns an iterable over all incident properties that match this query</div>
209
+ </td>
210
+ </tr>
211
+ <tr class="altColor">
212
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
213
+ <td class="colLast"><span class="typeNameLabel">JanusGraphQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphQuery.html#properties--">properties</a></span>()</code>
214
+ <div class="block">Returns all properties that match the conditions</div>
215
+ </td>
216
+ </tr>
217
+ <tr class="rowColor">
218
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;&gt;</code></td>
219
+ <td class="colLast"><span class="typeNameLabel">JanusGraphMultiVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html#properties--">properties</a></span>()</code>
220
+ <div class="block">Returns an iterable over all incident properties that match this query for each vertex</div>
221
+ </td>
222
+ </tr>
223
+ <tr class="altColor">
224
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;&gt;</code></td>
225
+ <td class="colLast"><span class="typeNameLabel">JanusGraphIndexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.html#propertyStream--">propertyStream</a></span>()</code>
226
+ <div class="block">Returns all properties that match the query in the indexing backend.</div>
227
+ </td>
228
+ </tr>
229
+ </tbody>
230
+ </table>
231
+ </li>
232
+ <li class="blockList"><a name="org.janusgraph.core.log">
233
+ <!-- -->
234
+ </a>
235
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a></h3>
236
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
237
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
238
+ <tr>
239
+ <th class="colFirst" scope="col">Modifier and Type</th>
240
+ <th class="colLast" scope="col">Method and Description</th>
241
+ </tr>
242
+ <tbody>
243
+ <tr class="altColor">
244
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
245
+ <td class="colLast"><span class="typeNameLabel">ChangeState.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/log/ChangeState.html#getProperties-org.apache.tinkerpop.gremlin.structure.Vertex-org.janusgraph.core.log.Change-java.lang.String...-">getProperties</a></span>(org.apache.tinkerpop.gremlin.structure.Vertex&nbsp;vertex,
246
+ <a href="../../../../org/janusgraph/core/log/Change.html" title="enum in org.janusgraph.core.log">Change</a>&nbsp;change,
247
+ <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>...&nbsp;keys)</code>
248
+ <div class="block">Returns all properties incident for the given vertex that match the provided change state and property keys.</div>
249
+ </td>
250
+ </tr>
251
+ </tbody>
252
+ </table>
253
+ </li>
254
+ <li class="blockList"><a name="org.janusgraph.graphdb.database">
255
+ <!-- -->
256
+ </a>
257
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a></h3>
258
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
259
+ <caption><span>Constructors in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
260
+ <tr>
261
+ <th class="colOne" scope="col">Constructor and Description</th>
262
+ </tr>
263
+ <tbody>
264
+ <tr class="altColor">
265
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/IndexRecordEntry.html#IndexRecordEntry-org.janusgraph.core.JanusGraphVertexProperty-">IndexRecordEntry</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;property)</code>&nbsp;</td>
266
+ </tr>
267
+ </tbody>
268
+ </table>
269
+ </li>
270
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.computer">
271
+ <!-- -->
272
+ </a>
273
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a></h3>
274
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
275
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
276
+ <tr>
277
+ <th class="colFirst" scope="col">Modifier and Type</th>
278
+ <th class="colLast" scope="col">Class and Description</th>
279
+ </tr>
280
+ <tbody>
281
+ <tr class="altColor">
282
+ <td class="colFirst"><code>class&nbsp;</code></td>
283
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraVertexProperty.html" title="class in org.janusgraph.graphdb.olap.computer">FulgoraVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
284
+ </tr>
285
+ </tbody>
286
+ </table>
287
+ </li>
288
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.graph">
289
+ <!-- -->
290
+ </a>
291
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a></h3>
292
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
293
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
294
+ <tr>
295
+ <th class="colFirst" scope="col">Modifier and Type</th>
296
+ <th class="colLast" scope="col">Method and Description</th>
297
+ </tr>
298
+ <tbody>
299
+ <tr class="altColor">
300
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
301
+ <td class="colLast"><span class="typeNameLabel">GraphCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/GraphCentricQueryBuilder.html#properties--">properties</a></span>()</code>&nbsp;</td>
302
+ </tr>
303
+ <tr class="rowColor">
304
+ <td class="colFirst"><code><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>&lt;<a href="../../../../org/janusgraph/core/JanusGraphIndexQuery.Result.html" title="interface in org.janusgraph.core">JanusGraphIndexQuery.Result</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;&gt;</code></td>
305
+ <td class="colLast"><span class="typeNameLabel">IndexQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/IndexQueryBuilder.html#propertyStream--">propertyStream</a></span>()</code>&nbsp;</td>
306
+ </tr>
307
+ </tbody>
308
+ </table>
309
+ </li>
310
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.vertex">
311
+ <!-- -->
312
+ </a>
313
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a></h3>
314
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
315
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
316
+ <tr>
317
+ <th class="colFirst" scope="col">Modifier and Type</th>
318
+ <th class="colLast" scope="col">Method and Description</th>
319
+ </tr>
320
+ <tbody>
321
+ <tr class="altColor">
322
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
323
+ <td class="colLast"><span class="typeNameLabel">VertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/VertexCentricQueryBuilder.html#properties--">properties</a></span>()</code>&nbsp;</td>
324
+ </tr>
325
+ <tr class="rowColor">
326
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;&gt;</code></td>
327
+ <td class="colLast"><span class="typeNameLabel">MultiVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/MultiVertexCentricQueryBuilder.html#properties--">properties</a></span>()</code>&nbsp;</td>
328
+ </tr>
329
+ </tbody>
330
+ </table>
331
+ </li>
332
+ <li class="blockList"><a name="org.janusgraph.graphdb.relations">
333
+ <!-- -->
334
+ </a>
335
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></h3>
336
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
337
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
338
+ <tr>
339
+ <th class="colFirst" scope="col">Modifier and Type</th>
340
+ <th class="colLast" scope="col">Class and Description</th>
341
+ </tr>
342
+ <tbody>
343
+ <tr class="altColor">
344
+ <td class="colFirst"><code>class&nbsp;</code></td>
345
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractVertexProperty.html" title="class in org.janusgraph.graphdb.relations">AbstractVertexProperty</a>&lt;V&gt;</span></code>&nbsp;</td>
346
+ </tr>
347
+ <tr class="rowColor">
348
+ <td class="colFirst"><code>class&nbsp;</code></td>
349
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/CacheVertexProperty.html" title="class in org.janusgraph.graphdb.relations">CacheVertexProperty</a></span></code>&nbsp;</td>
350
+ </tr>
351
+ <tr class="altColor">
352
+ <td class="colFirst"><code>class&nbsp;</code></td>
353
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/StandardVertexProperty.html" title="class in org.janusgraph.graphdb.relations">StandardVertexProperty</a></span></code>&nbsp;</td>
354
+ </tr>
355
+ </tbody>
356
+ </table>
357
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
358
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that return <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
359
+ <tr>
360
+ <th class="colFirst" scope="col">Modifier and Type</th>
361
+ <th class="colLast" scope="col">Method and Description</th>
362
+ </tr>
363
+ <tbody>
364
+ <tr class="altColor">
365
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></code></td>
366
+ <td class="colLast"><span class="typeNameLabel">RelationIdentifierUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/RelationIdentifierUtils.html#findProperty-org.janusgraph.graphdb.relations.RelationIdentifier-org.janusgraph.core.JanusGraphTransaction-">findProperty</a></span>(<a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>&nbsp;rId,
367
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
368
+ </tr>
369
+ </tbody>
370
+ </table>
371
+ </li>
372
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction">
373
+ <!-- -->
374
+ </a>
375
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></h3>
376
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
377
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
378
+ <tr>
379
+ <th class="colFirst" scope="col">Modifier and Type</th>
380
+ <th class="colLast" scope="col">Method and Description</th>
381
+ </tr>
382
+ <tbody>
383
+ <tr class="altColor">
384
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></code></td>
385
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addProperty-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.PropertyKey-java.lang.Object-">addProperty</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;vertex,
386
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key,
387
+ <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>&nbsp;value)</code>&nbsp;</td>
388
+ </tr>
389
+ <tr class="rowColor">
390
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></code></td>
391
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addProperty-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.PropertyKey-java.lang.Object-java.lang.Long-java.lang.Long-">addProperty</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;vertex,
392
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key,
393
+ <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>&nbsp;value,
394
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;id,
395
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;previousId)</code>&nbsp;</td>
396
+ </tr>
397
+ <tr class="altColor">
398
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></code></td>
399
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addProperty-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.PropertyKey-java.lang.Object-">addProperty</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality,
400
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;vertex,
401
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key,
402
+ <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>&nbsp;value)</code>&nbsp;</td>
403
+ </tr>
404
+ <tr class="rowColor">
405
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></code></td>
406
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#addProperty-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.PropertyKey-java.lang.Object-java.lang.Long-java.lang.Long-">addProperty</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality,
407
+ <a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;vertex,
408
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key,
409
+ <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>&nbsp;value,
410
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;id,
411
+ <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;previousId)</code>&nbsp;</td>
412
+ </tr>
413
+ </tbody>
414
+ </table>
415
+ </li>
416
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction.indexcache">
417
+ <!-- -->
418
+ </a>
419
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/transaction/indexcache/package-summary.html">org.janusgraph.graphdb.transaction.indexcache</a></h3>
420
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
421
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/indexcache/package-summary.html">org.janusgraph.graphdb.transaction.indexcache</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
422
+ <tr>
423
+ <th class="colFirst" scope="col">Modifier and Type</th>
424
+ <th class="colLast" scope="col">Method and Description</th>
425
+ </tr>
426
+ <tbody>
427
+ <tr class="altColor">
428
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
429
+ <td class="colLast"><span class="typeNameLabel">SimpleIndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/SimpleIndexCache.html#get-java.lang.Object-org.janusgraph.core.PropertyKey-">get</a></span>(<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>&nbsp;value,
430
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key)</code>&nbsp;</td>
431
+ </tr>
432
+ <tr class="rowColor">
433
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
434
+ <td class="colLast"><span class="typeNameLabel">ConcurrentIndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/ConcurrentIndexCache.html#get-java.lang.Object-org.janusgraph.core.PropertyKey-">get</a></span>(<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>&nbsp;value,
435
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key)</code>&nbsp;</td>
436
+ </tr>
437
+ <tr class="altColor">
438
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
439
+ <td class="colLast"><span class="typeNameLabel">EmptyIndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/EmptyIndexCache.html#get-java.lang.Object-org.janusgraph.core.PropertyKey-">get</a></span>(<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>&nbsp;value,
440
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key)</code>&nbsp;</td>
441
+ </tr>
442
+ <tr class="rowColor">
443
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&gt;</code></td>
444
+ <td class="colLast"><span class="typeNameLabel">IndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/IndexCache.html#get-java.lang.Object-org.janusgraph.core.PropertyKey-">get</a></span>(<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>&nbsp;value,
445
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a>&nbsp;key)</code>&nbsp;</td>
446
+ </tr>
447
+ </tbody>
448
+ </table>
449
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
450
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/indexcache/package-summary.html">org.janusgraph.graphdb.transaction.indexcache</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
451
+ <tr>
452
+ <th class="colFirst" scope="col">Modifier and Type</th>
453
+ <th class="colLast" scope="col">Method and Description</th>
454
+ </tr>
455
+ <tbody>
456
+ <tr class="altColor">
457
+ <td class="colFirst"><code>void</code></td>
458
+ <td class="colLast"><span class="typeNameLabel">SimpleIndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/SimpleIndexCache.html#add-org.janusgraph.core.JanusGraphVertexProperty-">add</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;property)</code>&nbsp;</td>
459
+ </tr>
460
+ <tr class="rowColor">
461
+ <td class="colFirst"><code>void</code></td>
462
+ <td class="colLast"><span class="typeNameLabel">ConcurrentIndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/ConcurrentIndexCache.html#add-org.janusgraph.core.JanusGraphVertexProperty-">add</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;property)</code>&nbsp;</td>
463
+ </tr>
464
+ <tr class="altColor">
465
+ <td class="colFirst"><code>void</code></td>
466
+ <td class="colLast"><span class="typeNameLabel">EmptyIndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/EmptyIndexCache.html#add-org.janusgraph.core.JanusGraphVertexProperty-">add</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;property)</code>&nbsp;</td>
467
+ </tr>
468
+ <tr class="rowColor">
469
+ <td class="colFirst"><code>void</code></td>
470
+ <td class="colLast"><span class="typeNameLabel">IndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/IndexCache.html#add-org.janusgraph.core.JanusGraphVertexProperty-">add</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;property)</code>&nbsp;</td>
471
+ </tr>
472
+ <tr class="altColor">
473
+ <td class="colFirst"><code>void</code></td>
474
+ <td class="colLast"><span class="typeNameLabel">SimpleIndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/SimpleIndexCache.html#remove-org.janusgraph.core.JanusGraphVertexProperty-">remove</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;property)</code>&nbsp;</td>
475
+ </tr>
476
+ <tr class="rowColor">
477
+ <td class="colFirst"><code>void</code></td>
478
+ <td class="colLast"><span class="typeNameLabel">ConcurrentIndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/ConcurrentIndexCache.html#remove-org.janusgraph.core.JanusGraphVertexProperty-">remove</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;property)</code>&nbsp;</td>
479
+ </tr>
480
+ <tr class="altColor">
481
+ <td class="colFirst"><code>void</code></td>
482
+ <td class="colLast"><span class="typeNameLabel">EmptyIndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/EmptyIndexCache.html#remove-org.janusgraph.core.JanusGraphVertexProperty-">remove</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;property)</code>&nbsp;</td>
483
+ </tr>
484
+ <tr class="rowColor">
485
+ <td class="colFirst"><code>void</code></td>
486
+ <td class="colLast"><span class="typeNameLabel">IndexCache.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/indexcache/IndexCache.html#remove-org.janusgraph.core.JanusGraphVertexProperty-">remove</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;property)</code>&nbsp;</td>
487
+ </tr>
488
+ </tbody>
489
+ </table>
490
+ </li>
491
+ <li class="blockList"><a name="org.janusgraph.graphdb.types">
492
+ <!-- -->
493
+ </a>
494
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a></h3>
495
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
496
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
497
+ <tr>
498
+ <th class="colFirst" scope="col">Modifier and Type</th>
499
+ <th class="colLast" scope="col">Method and Description</th>
500
+ </tr>
501
+ <tbody>
502
+ <tr class="altColor">
503
+ <td class="colFirst"><code>static boolean</code></td>
504
+ <td class="colLast"><span class="typeNameLabel">TypeUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/TypeUtil.html#hasSimpleInternalVertexKeyIndex-org.janusgraph.core.JanusGraphVertexProperty-">hasSimpleInternalVertexKeyIndex</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&nbsp;prop)</code>&nbsp;</td>
505
+ </tr>
506
+ </tbody>
507
+ </table>
508
+ </li>
509
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
510
+ <!-- -->
511
+ </a>
512
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
513
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
514
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> that return <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
515
+ <tr>
516
+ <th class="colFirst" scope="col">Modifier and Type</th>
517
+ <th class="colLast" scope="col">Method and Description</th>
518
+ </tr>
519
+ <tbody>
520
+ <tr class="altColor">
521
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
522
+ <td class="colLast"><span class="typeNameLabel">EmptyVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/EmptyVertex.html#property-java.lang.String-V-java.lang.Object...-">property</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>&nbsp;key,
523
+ V&nbsp;value,
524
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
525
+ </tr>
526
+ <tr class="rowColor">
527
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
528
+ <td class="colLast"><span class="typeNameLabel">EmptyVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/EmptyVertex.html#property-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-java.lang.String-V-java.lang.Object...-">property</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality,
529
+ <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>&nbsp;key,
530
+ V&nbsp;value,
531
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
532
+ </tr>
533
+ </tbody>
534
+ </table>
535
+ </li>
536
+ <li class="blockList"><a name="org.janusgraph.graphdb.vertices">
537
+ <!-- -->
538
+ </a>
539
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a> in <a href="../../../../org/janusgraph/graphdb/vertices/package-summary.html">org.janusgraph.graphdb.vertices</a></h3>
540
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
541
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/vertices/package-summary.html">org.janusgraph.graphdb.vertices</a> that return <a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a></span><span class="tabEnd">&nbsp;</span></caption>
542
+ <tr>
543
+ <th class="colFirst" scope="col">Modifier and Type</th>
544
+ <th class="colLast" scope="col">Method and Description</th>
545
+ </tr>
546
+ <tbody>
547
+ <tr class="altColor">
548
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
549
+ <td class="colLast"><span class="typeNameLabel">AbstractVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/AbstractVertex.html#property-java.lang.String-V-java.lang.Object...-">property</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>&nbsp;key,
550
+ V&nbsp;value,
551
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
552
+ </tr>
553
+ <tr class="rowColor">
554
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
555
+ <td class="colLast"><span class="typeNameLabel">PreloadedVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/PreloadedVertex.html#property-java.lang.String-V-java.lang.Object...-">property</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>&nbsp;key,
556
+ V&nbsp;value,
557
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
558
+ </tr>
559
+ <tr class="altColor">
560
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
561
+ <td class="colLast"><span class="typeNameLabel">PreloadedVertex.PropertyMixing.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/PreloadedVertex.PropertyMixing.html#property-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-java.lang.String-V-">property</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality,
562
+ <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>&nbsp;key,
563
+ V&nbsp;value)</code>&nbsp;</td>
564
+ </tr>
565
+ <tr class="rowColor">
566
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
567
+ <td class="colLast"><span class="typeNameLabel">AbstractVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/AbstractVertex.html#property-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-java.lang.String-V-java.lang.Object...-">property</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality,
568
+ <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>&nbsp;key,
569
+ V&nbsp;value,
570
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
571
+ </tr>
572
+ <tr class="altColor">
573
+ <td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">JanusGraphVertexProperty</a>&lt;V&gt;</code></td>
574
+ <td class="colLast"><span class="typeNameLabel">PreloadedVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/vertices/PreloadedVertex.html#property-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-java.lang.String-V-java.lang.Object...-">property</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality,
575
+ <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>&nbsp;key,
576
+ V&nbsp;value,
577
+ <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>...&nbsp;keyValues)</code>&nbsp;</td>
578
+ </tr>
579
+ </tbody>
580
+ </table>
581
+ </li>
582
+ </ul>
583
+ </li>
584
+ </ul>
585
+ </div>
586
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
587
+ <div class="bottomNav"><a name="navbar.bottom">
588
+ <!-- -->
589
+ </a>
590
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
591
+ <a name="navbar.bottom.firstrow">
592
+ <!-- -->
593
+ </a>
594
+ <ul class="navList" title="Navigation">
595
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
596
+ <li><a href="../package-summary.html">Package</a></li>
597
+ <li><a href="../../../../org/janusgraph/core/JanusGraphVertexProperty.html" title="interface in org.janusgraph.core">Class</a></li>
598
+ <li class="navBarCell1Rev">Use</li>
599
+ <li><a href="../package-tree.html">Tree</a></li>
600
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
601
+ <li><a href="../../../../index-all.html">Index</a></li>
602
+ <li><a href="../../../../help-doc.html">Help</a></li>
603
+ </ul>
604
+ </div>
605
+ <div class="subNav">
606
+ <ul class="navList">
607
+ <li>Prev</li>
608
+ <li>Next</li>
609
+ </ul>
610
+ <ul class="navList">
611
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphVertexProperty.html" target="_top">Frames</a></li>
612
+ <li><a href="JanusGraphVertexProperty.html" target="_top">No&nbsp;Frames</a></li>
613
+ </ul>
614
+ <ul class="navList" id="allclasses_navbar_bottom">
615
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
616
+ </ul>
617
+ <div>
618
+ <script type="text/javascript"><!--
619
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
620
+ if(window==top) {
621
+ allClassesLink.style.display = "block";
622
+ }
623
+ else {
624
+ allClassesLink.style.display = "none";
625
+ }
626
+ //-->
627
+ </script>
628
+ </div>
629
+ <a name="skip.navbar.bottom">
630
+ <!-- -->
631
+ </a></div>
632
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
633
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
634
+ </body>
635
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/JanusGraphVertexQuery.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.JanusGraphVertexQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.JanusGraphVertexQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphVertexQuery.html" target="_top">Frames</a></li>
52
+ <li><a href="JanusGraphVertexQuery.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.JanusGraphVertexQuery" class="title">Uses of Interface<br>org.janusgraph.core.JanusGraphVertexQuery</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.internal">org.janusgraph.graphdb.internal</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.vertex">org.janusgraph.graphdb.query.vertex</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ </tbody>
99
+ </table>
100
+ </li>
101
+ <li class="blockList">
102
+ <ul class="blockList">
103
+ <li class="blockList"><a name="org.janusgraph.core">
104
+ <!-- -->
105
+ </a>
106
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
107
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
108
+ <caption><span>Classes in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> with type parameters of type <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
109
+ <tr>
110
+ <th class="colFirst" scope="col">Modifier and Type</th>
111
+ <th class="colLast" scope="col">Interface and Description</th>
112
+ </tr>
113
+ <tbody>
114
+ <tr class="altColor">
115
+ <td class="colFirst"><code>interface&nbsp;</code></td>
116
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&lt;Q extends <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&lt;Q&gt;&gt;</span></code>
117
+ <div class="block">A JanusGraphVertexQuery is a VertexQuery executed for a single vertex.</div>
118
+ </td>
119
+ </tr>
120
+ </tbody>
121
+ </table>
122
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
123
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
124
+ <tr>
125
+ <th class="colFirst" scope="col">Modifier and Type</th>
126
+ <th class="colLast" scope="col">Method and Description</th>
127
+ </tr>
128
+ <tbody>
129
+ <tr class="altColor">
130
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&gt;</code></td>
131
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertex.html#query--">query</a></span>()</code>
132
+ <div class="block">Starts a new <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphVertexQuery</code></a> for this vertex.</div>
133
+ </td>
134
+ </tr>
135
+ </tbody>
136
+ </table>
137
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
138
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
139
+ <tr>
140
+ <th class="colFirst" scope="col">Modifier and Type</th>
141
+ <th class="colLast" scope="col">Method and Description</th>
142
+ </tr>
143
+ <tbody>
144
+ <tr class="altColor">
145
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&gt;</code></td>
146
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertex.html#query--">query</a></span>()</code>
147
+ <div class="block">Starts a new <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core"><code>JanusGraphVertexQuery</code></a> for this vertex.</div>
148
+ </td>
149
+ </tr>
150
+ </tbody>
151
+ </table>
152
+ </li>
153
+ <li class="blockList"><a name="org.janusgraph.graphdb.internal">
154
+ <!-- -->
155
+ </a>
156
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></h3>
157
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
158
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a> with parameters of type <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
159
+ <tr>
160
+ <th class="colFirst" scope="col">Modifier and Type</th>
161
+ <th class="colLast" scope="col">Method and Description</th>
162
+ </tr>
163
+ <tbody>
164
+ <tr class="altColor">
165
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
166
+ <td class="colLast"><span class="typeNameLabel">RelationCategory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/RelationCategory.html#executeQuery-org.janusgraph.core.JanusGraphVertexQuery-">executeQuery</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a>&nbsp;query)</code>&nbsp;</td>
167
+ </tr>
168
+ </tbody>
169
+ </table>
170
+ </li>
171
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.vertex">
172
+ <!-- -->
173
+ </a>
174
+ <h3>Uses of <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a> in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a></h3>
175
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
176
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> that implement <a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">JanusGraphVertexQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
177
+ <tr>
178
+ <th class="colFirst" scope="col">Modifier and Type</th>
179
+ <th class="colLast" scope="col">Class and Description</th>
180
+ </tr>
181
+ <tbody>
182
+ <tr class="altColor">
183
+ <td class="colFirst"><code>class&nbsp;</code></td>
184
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/VertexCentricQueryBuilder.html" title="class in org.janusgraph.graphdb.query.vertex">VertexCentricQueryBuilder</a></span></code>
185
+ <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>
186
+ for all the query building and optimization and adds only the execution logic in
187
+ <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>
188
+ </td>
189
+ </tr>
190
+ </tbody>
191
+ </table>
192
+ </li>
193
+ </ul>
194
+ </li>
195
+ </ul>
196
+ </div>
197
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
198
+ <div class="bottomNav"><a name="navbar.bottom">
199
+ <!-- -->
200
+ </a>
201
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
202
+ <a name="navbar.bottom.firstrow">
203
+ <!-- -->
204
+ </a>
205
+ <ul class="navList" title="Navigation">
206
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
207
+ <li><a href="../package-summary.html">Package</a></li>
208
+ <li><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="interface in org.janusgraph.core">Class</a></li>
209
+ <li class="navBarCell1Rev">Use</li>
210
+ <li><a href="../package-tree.html">Tree</a></li>
211
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
212
+ <li><a href="../../../../index-all.html">Index</a></li>
213
+ <li><a href="../../../../help-doc.html">Help</a></li>
214
+ </ul>
215
+ </div>
216
+ <div class="subNav">
217
+ <ul class="navList">
218
+ <li>Prev</li>
219
+ <li>Next</li>
220
+ </ul>
221
+ <ul class="navList">
222
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/JanusGraphVertexQuery.html" target="_top">Frames</a></li>
223
+ <li><a href="JanusGraphVertexQuery.html" target="_top">No&nbsp;Frames</a></li>
224
+ </ul>
225
+ <ul class="navList" id="allclasses_navbar_bottom">
226
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
227
+ </ul>
228
+ <div>
229
+ <script type="text/javascript"><!--
230
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
231
+ if(window==top) {
232
+ allClassesLink.style.display = "block";
233
+ }
234
+ else {
235
+ allClassesLink.style.display = "none";
236
+ }
237
+ //-->
238
+ </script>
239
+ </div>
240
+ <a name="skip.navbar.bottom">
241
+ <!-- -->
242
+ </a></div>
243
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
244
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
245
+ </body>
246
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/MixedIndexAggQuery.html ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.MixedIndexAggQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.MixedIndexAggQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/MixedIndexAggQuery.html" target="_top">Frames</a></li>
52
+ <li><a href="MixedIndexAggQuery.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.MixedIndexAggQuery" class="title">Uses of Interface<br>org.janusgraph.core.MixedIndexAggQuery</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.graph">org.janusgraph.graphdb.query.graph</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop">org.janusgraph.graphdb.tinkerpop</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop.optimize.step">org.janusgraph.graphdb.tinkerpop.optimize.step</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ </tbody>
107
+ </table>
108
+ </li>
109
+ <li class="blockList">
110
+ <ul class="blockList">
111
+ <li class="blockList"><a name="org.janusgraph.core">
112
+ <!-- -->
113
+ </a>
114
+ <h3>Uses of <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
115
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
116
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
117
+ <tr>
118
+ <th class="colFirst" scope="col">Modifier and Type</th>
119
+ <th class="colLast" scope="col">Method and Description</th>
120
+ </tr>
121
+ <tbody>
122
+ <tr class="altColor">
123
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></code></td>
124
+ <td class="colLast"><span class="typeNameLabel">Transaction.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Transaction.html#mixedIndexAggQuery--">mixedIndexAggQuery</a></span>()</code>&nbsp;</td>
125
+ </tr>
126
+ </tbody>
127
+ </table>
128
+ </li>
129
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.graph">
130
+ <!-- -->
131
+ </a>
132
+ <h3>Uses of <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a> in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a></h3>
133
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
134
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/query/graph/package-summary.html">org.janusgraph.graphdb.query.graph</a> that implement <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
135
+ <tr>
136
+ <th class="colFirst" scope="col">Modifier and Type</th>
137
+ <th class="colLast" scope="col">Class and Description</th>
138
+ </tr>
139
+ <tbody>
140
+ <tr class="altColor">
141
+ <td class="colFirst"><code>class&nbsp;</code></td>
142
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/graph/MixedIndexAggQueryBuilder.html" title="class in org.janusgraph.graphdb.query.graph">MixedIndexAggQueryBuilder</a></span></code>
143
+ <div class="block">Builds a <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core"><code>MixedIndexAggQuery</code></a>, which contains a single query against a mixed index.</div>
144
+ </td>
145
+ </tr>
146
+ </tbody>
147
+ </table>
148
+ </li>
149
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop">
150
+ <!-- -->
151
+ </a>
152
+ <h3>Uses of <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a></h3>
153
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
154
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that return <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
155
+ <tr>
156
+ <th class="colFirst" scope="col">Modifier and Type</th>
157
+ <th class="colLast" scope="col">Method and Description</th>
158
+ </tr>
159
+ <tbody>
160
+ <tr class="altColor">
161
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></code></td>
162
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#mixedIndexAggQuery--">mixedIndexAggQuery</a></span>()</code>&nbsp;</td>
163
+ </tr>
164
+ </tbody>
165
+ </table>
166
+ </li>
167
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop.optimize.step">
168
+ <!-- -->
169
+ </a>
170
+ <h3>Uses of <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step</a></h3>
171
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
172
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/package-summary.html">org.janusgraph.graphdb.tinkerpop.optimize.step</a> that return <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
173
+ <tr>
174
+ <th class="colFirst" scope="col">Modifier and Type</th>
175
+ <th class="colLast" scope="col">Method and Description</th>
176
+ </tr>
177
+ <tbody>
178
+ <tr class="altColor">
179
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></code></td>
180
+ <td class="colLast"><span class="typeNameLabel">JanusGraphMixedIndexAggStep.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/step/JanusGraphMixedIndexAggStep.html#getMixedIndexAggQuery--">getMixedIndexAggQuery</a></span>()</code>&nbsp;</td>
181
+ </tr>
182
+ </tbody>
183
+ </table>
184
+ </li>
185
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction">
186
+ <!-- -->
187
+ </a>
188
+ <h3>Uses of <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a> in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></h3>
189
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
190
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return <a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
191
+ <tr>
192
+ <th class="colFirst" scope="col">Modifier and Type</th>
193
+ <th class="colLast" scope="col">Method and Description</th>
194
+ </tr>
195
+ <tbody>
196
+ <tr class="altColor">
197
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">MixedIndexAggQuery</a></code></td>
198
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#mixedIndexAggQuery--">mixedIndexAggQuery</a></span>()</code>&nbsp;</td>
199
+ </tr>
200
+ </tbody>
201
+ </table>
202
+ </li>
203
+ </ul>
204
+ </li>
205
+ </ul>
206
+ </div>
207
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
208
+ <div class="bottomNav"><a name="navbar.bottom">
209
+ <!-- -->
210
+ </a>
211
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
212
+ <a name="navbar.bottom.firstrow">
213
+ <!-- -->
214
+ </a>
215
+ <ul class="navList" title="Navigation">
216
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
217
+ <li><a href="../package-summary.html">Package</a></li>
218
+ <li><a href="../../../../org/janusgraph/core/MixedIndexAggQuery.html" title="interface in org.janusgraph.core">Class</a></li>
219
+ <li class="navBarCell1Rev">Use</li>
220
+ <li><a href="../package-tree.html">Tree</a></li>
221
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
222
+ <li><a href="../../../../index-all.html">Index</a></li>
223
+ <li><a href="../../../../help-doc.html">Help</a></li>
224
+ </ul>
225
+ </div>
226
+ <div class="subNav">
227
+ <ul class="navList">
228
+ <li>Prev</li>
229
+ <li>Next</li>
230
+ </ul>
231
+ <ul class="navList">
232
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/MixedIndexAggQuery.html" target="_top">Frames</a></li>
233
+ <li><a href="MixedIndexAggQuery.html" target="_top">No&nbsp;Frames</a></li>
234
+ </ul>
235
+ <ul class="navList" id="allclasses_navbar_bottom">
236
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
237
+ </ul>
238
+ <div>
239
+ <script type="text/javascript"><!--
240
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
241
+ if(window==top) {
242
+ allClassesLink.style.display = "block";
243
+ }
244
+ else {
245
+ allClassesLink.style.display = "none";
246
+ }
247
+ //-->
248
+ </script>
249
+ </div>
250
+ <a name="skip.navbar.bottom">
251
+ <!-- -->
252
+ </a></div>
253
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
254
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
255
+ </body>
256
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Multiplicity.html ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.Multiplicity (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.Multiplicity (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Multiplicity.html" target="_top">Frames</a></li>
52
+ <li><a href="Multiplicity.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.Multiplicity" class="title">Uses of Class<br>org.janusgraph.core.Multiplicity</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.schema">org.janusgraph.core.schema</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.core.schema.json.definition">org.janusgraph.core.schema.json.definition</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.internal">org.janusgraph.graphdb.internal</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types">org.janusgraph.graphdb.types</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.vertices">org.janusgraph.graphdb.types.vertices</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ </tbody>
115
+ </table>
116
+ </li>
117
+ <li class="blockList">
118
+ <ul class="blockList">
119
+ <li class="blockList"><a name="org.janusgraph.core">
120
+ <!-- -->
121
+ </a>
122
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
123
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
124
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
125
+ <tr>
126
+ <th class="colFirst" scope="col">Modifier and Type</th>
127
+ <th class="colLast" scope="col">Method and Description</th>
128
+ </tr>
129
+ <tbody>
130
+ <tr class="altColor">
131
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
132
+ <td class="colLast"><span class="typeNameLabel">Multiplicity.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Multiplicity.html#convert-org.janusgraph.core.Cardinality-">convert</a></span>(<a href="../../../../org/janusgraph/core/Cardinality.html" title="enum in org.janusgraph.core">Cardinality</a>&nbsp;cardinality)</code>&nbsp;</td>
133
+ </tr>
134
+ <tr class="rowColor">
135
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
136
+ <td class="colLast"><span class="typeNameLabel">Multiplicity.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Multiplicity.html#convert-org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality-">convert</a></span>(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality&nbsp;cardinality)</code>&nbsp;</td>
137
+ </tr>
138
+ <tr class="altColor">
139
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
140
+ <td class="colLast"><span class="typeNameLabel">EdgeLabel.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EdgeLabel.html#multiplicity--">multiplicity</a></span>()</code>
141
+ <div class="block">The <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core"><code>Multiplicity</code></a> for this edge label.</div>
142
+ </td>
143
+ </tr>
144
+ <tr class="rowColor">
145
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
146
+ <td class="colLast"><span class="typeNameLabel">Multiplicity.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Multiplicity.html#valueOf-java.lang.String-">valueOf</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>&nbsp;name)</code>
147
+ <div class="block">Returns the enum constant of this type with the specified name.</div>
148
+ </td>
149
+ </tr>
150
+ <tr class="altColor">
151
+ <td class="colFirst"><code>static <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a>[]</code></td>
152
+ <td class="colLast"><span class="typeNameLabel">Multiplicity.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/Multiplicity.html#values--">values</a></span>()</code>
153
+ <div class="block">Returns an array containing the constants of this enum type, in
154
+ the order they are declared.</div>
155
+ </td>
156
+ </tr>
157
+ </tbody>
158
+ </table>
159
+ </li>
160
+ <li class="blockList"><a name="org.janusgraph.core.schema">
161
+ <!-- -->
162
+ </a>
163
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a> in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a></h3>
164
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
165
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> with parameters of type <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
166
+ <tr>
167
+ <th class="colFirst" scope="col">Modifier and Type</th>
168
+ <th class="colLast" scope="col">Method and Description</th>
169
+ </tr>
170
+ <tbody>
171
+ <tr class="altColor">
172
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/schema/EdgeLabelMaker.html" title="interface in org.janusgraph.core.schema">EdgeLabelMaker</a></code></td>
173
+ <td class="colLast"><span class="typeNameLabel">EdgeLabelMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/EdgeLabelMaker.html#multiplicity-org.janusgraph.core.Multiplicity-">multiplicity</a></span>(<a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a>&nbsp;multiplicity)</code>
174
+ <div class="block">Sets the multiplicity of this label.</div>
175
+ </td>
176
+ </tr>
177
+ </tbody>
178
+ </table>
179
+ </li>
180
+ <li class="blockList"><a name="org.janusgraph.core.schema.json.definition">
181
+ <!-- -->
182
+ </a>
183
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a> in <a href="../../../../org/janusgraph/core/schema/json/definition/package-summary.html">org.janusgraph.core.schema.json.definition</a></h3>
184
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
185
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/json/definition/package-summary.html">org.janusgraph.core.schema.json.definition</a> that return <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
186
+ <tr>
187
+ <th class="colFirst" scope="col">Modifier and Type</th>
188
+ <th class="colLast" scope="col">Method and Description</th>
189
+ </tr>
190
+ <tbody>
191
+ <tr class="altColor">
192
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
193
+ <td class="colLast"><span class="typeNameLabel">JsonEdgeLabelDefinition.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/json/definition/JsonEdgeLabelDefinition.html#getMultiplicity--">getMultiplicity</a></span>()</code>&nbsp;</td>
194
+ </tr>
195
+ </tbody>
196
+ </table>
197
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
198
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/json/definition/package-summary.html">org.janusgraph.core.schema.json.definition</a> with parameters of type <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
199
+ <tr>
200
+ <th class="colFirst" scope="col">Modifier and Type</th>
201
+ <th class="colLast" scope="col">Method and Description</th>
202
+ </tr>
203
+ <tbody>
204
+ <tr class="altColor">
205
+ <td class="colFirst"><code>void</code></td>
206
+ <td class="colLast"><span class="typeNameLabel">JsonEdgeLabelDefinition.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/json/definition/JsonEdgeLabelDefinition.html#setMultiplicity-org.janusgraph.core.Multiplicity-">setMultiplicity</a></span>(<a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a>&nbsp;multiplicity)</code>&nbsp;</td>
207
+ </tr>
208
+ </tbody>
209
+ </table>
210
+ </li>
211
+ <li class="blockList"><a name="org.janusgraph.graphdb.internal">
212
+ <!-- -->
213
+ </a>
214
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></h3>
215
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
216
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a> that return <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
217
+ <tr>
218
+ <th class="colFirst" scope="col">Modifier and Type</th>
219
+ <th class="colLast" scope="col">Method and Description</th>
220
+ </tr>
221
+ <tbody>
222
+ <tr class="altColor">
223
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
224
+ <td class="colLast"><span class="typeNameLabel">InternalRelationType.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalRelationType.html#multiplicity--">multiplicity</a></span>()</code>&nbsp;</td>
225
+ </tr>
226
+ </tbody>
227
+ </table>
228
+ </li>
229
+ <li class="blockList"><a name="org.janusgraph.graphdb.types">
230
+ <!-- -->
231
+ </a>
232
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a> in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a></h3>
233
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
234
+ <caption><span>Fields in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> declared as <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
235
+ <tr>
236
+ <th class="colFirst" scope="col">Modifier and Type</th>
237
+ <th class="colLast" scope="col">Field and Description</th>
238
+ </tr>
239
+ <tbody>
240
+ <tr class="altColor">
241
+ <td class="colFirst"><code>protected <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
242
+ <td class="colLast"><span class="typeNameLabel">StandardRelationTypeMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/StandardRelationTypeMaker.html#multiplicity">multiplicity</a></span></code>&nbsp;</td>
243
+ </tr>
244
+ </tbody>
245
+ </table>
246
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
247
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> that return <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
248
+ <tr>
249
+ <th class="colFirst" scope="col">Modifier and Type</th>
250
+ <th class="colLast" scope="col">Method and Description</th>
251
+ </tr>
252
+ <tbody>
253
+ <tr class="altColor">
254
+ <td class="colFirst"><code>protected <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
255
+ <td class="colLast"><span class="typeNameLabel">StandardRelationTypeMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/StandardRelationTypeMaker.html#getMultiplicity--">getMultiplicity</a></span>()</code>&nbsp;</td>
256
+ </tr>
257
+ </tbody>
258
+ </table>
259
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
260
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> with parameters of type <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
261
+ <tr>
262
+ <th class="colFirst" scope="col">Modifier and Type</th>
263
+ <th class="colLast" scope="col">Method and Description</th>
264
+ </tr>
265
+ <tbody>
266
+ <tr class="altColor">
267
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/types/StandardRelationTypeMaker.html" title="class in org.janusgraph.graphdb.types">StandardRelationTypeMaker</a></code></td>
268
+ <td class="colLast"><span class="typeNameLabel">StandardRelationTypeMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/StandardRelationTypeMaker.html#multiplicity-org.janusgraph.core.Multiplicity-">multiplicity</a></span>(<a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a>&nbsp;multiplicity)</code>&nbsp;</td>
269
+ </tr>
270
+ <tr class="rowColor">
271
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/types/StandardEdgeLabelMaker.html" title="class in org.janusgraph.graphdb.types">StandardEdgeLabelMaker</a></code></td>
272
+ <td class="colLast"><span class="typeNameLabel">StandardEdgeLabelMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/StandardEdgeLabelMaker.html#multiplicity-org.janusgraph.core.Multiplicity-">multiplicity</a></span>(<a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a>&nbsp;multiplicity)</code>&nbsp;</td>
273
+ </tr>
274
+ </tbody>
275
+ </table>
276
+ </li>
277
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
278
+ <!-- -->
279
+ </a>
280
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
281
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
282
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> that return <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
283
+ <tr>
284
+ <th class="colFirst" scope="col">Modifier and Type</th>
285
+ <th class="colLast" scope="col">Method and Description</th>
286
+ </tr>
287
+ <tbody>
288
+ <tr class="altColor">
289
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
290
+ <td class="colLast"><span class="typeNameLabel">BaseKey.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseKey.html#multiplicity--">multiplicity</a></span>()</code>&nbsp;</td>
291
+ </tr>
292
+ <tr class="rowColor">
293
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
294
+ <td class="colLast"><span class="typeNameLabel">BaseLabel.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseLabel.html#multiplicity--">multiplicity</a></span>()</code>&nbsp;</td>
295
+ </tr>
296
+ <tr class="altColor">
297
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
298
+ <td class="colLast"><span class="typeNameLabel">ImplicitKey.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/ImplicitKey.html#multiplicity--">multiplicity</a></span>()</code>&nbsp;</td>
299
+ </tr>
300
+ </tbody>
301
+ </table>
302
+ </li>
303
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.vertices">
304
+ <!-- -->
305
+ </a>
306
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a> in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a></h3>
307
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
308
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a> that return <a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></span><span class="tabEnd">&nbsp;</span></caption>
309
+ <tr>
310
+ <th class="colFirst" scope="col">Modifier and Type</th>
311
+ <th class="colLast" scope="col">Method and Description</th>
312
+ </tr>
313
+ <tbody>
314
+ <tr class="altColor">
315
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Multiplicity</a></code></td>
316
+ <td class="colLast"><span class="typeNameLabel">RelationTypeVertex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/RelationTypeVertex.html#multiplicity--">multiplicity</a></span>()</code>&nbsp;</td>
317
+ </tr>
318
+ </tbody>
319
+ </table>
320
+ </li>
321
+ </ul>
322
+ </li>
323
+ </ul>
324
+ </div>
325
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
326
+ <div class="bottomNav"><a name="navbar.bottom">
327
+ <!-- -->
328
+ </a>
329
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
330
+ <a name="navbar.bottom.firstrow">
331
+ <!-- -->
332
+ </a>
333
+ <ul class="navList" title="Navigation">
334
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
335
+ <li><a href="../package-summary.html">Package</a></li>
336
+ <li><a href="../../../../org/janusgraph/core/Multiplicity.html" title="enum in org.janusgraph.core">Class</a></li>
337
+ <li class="navBarCell1Rev">Use</li>
338
+ <li><a href="../package-tree.html">Tree</a></li>
339
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
340
+ <li><a href="../../../../index-all.html">Index</a></li>
341
+ <li><a href="../../../../help-doc.html">Help</a></li>
342
+ </ul>
343
+ </div>
344
+ <div class="subNav">
345
+ <ul class="navList">
346
+ <li>Prev</li>
347
+ <li>Next</li>
348
+ </ul>
349
+ <ul class="navList">
350
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Multiplicity.html" target="_top">Frames</a></li>
351
+ <li><a href="Multiplicity.html" target="_top">No&nbsp;Frames</a></li>
352
+ </ul>
353
+ <ul class="navList" id="allclasses_navbar_bottom">
354
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
355
+ </ul>
356
+ <div>
357
+ <script type="text/javascript"><!--
358
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
359
+ if(window==top) {
360
+ allClassesLink.style.display = "block";
361
+ }
362
+ else {
363
+ allClassesLink.style.display = "none";
364
+ }
365
+ //-->
366
+ </script>
367
+ </div>
368
+ <a name="skip.navbar.bottom">
369
+ <!-- -->
370
+ </a></div>
371
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
372
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
373
+ </body>
374
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/Namifiable.html ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.Namifiable (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.Namifiable (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Namifiable.html" target="_top">Frames</a></li>
52
+ <li><a href="Namifiable.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.Namifiable" class="title">Uses of Interface<br>org.janusgraph.core.Namifiable</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.schema">org.janusgraph.core.schema</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.management">org.janusgraph.graphdb.database.management</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.internal">org.janusgraph.graphdb.internal</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types">org.janusgraph.graphdb.types</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.vertices">org.janusgraph.graphdb.types.vertices</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ </tbody>
115
+ </table>
116
+ </li>
117
+ <li class="blockList">
118
+ <ul class="blockList">
119
+ <li class="blockList"><a name="org.janusgraph.core">
120
+ <!-- -->
121
+ </a>
122
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
123
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
124
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></span><span class="tabEnd">&nbsp;</span></caption>
125
+ <tr>
126
+ <th class="colFirst" scope="col">Modifier and Type</th>
127
+ <th class="colLast" scope="col">Interface and Description</th>
128
+ </tr>
129
+ <tbody>
130
+ <tr class="altColor">
131
+ <td class="colFirst"><code>interface&nbsp;</code></td>
132
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span></code>
133
+ <div class="block">EdgeLabel is an extension of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> for edges.</div>
134
+ </td>
135
+ </tr>
136
+ <tr class="rowColor">
137
+ <td class="colFirst"><code>interface&nbsp;</code></td>
138
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a></span></code>
139
+ <div class="block">PropertyKey is an extension of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> for properties.</div>
140
+ </td>
141
+ </tr>
142
+ <tr class="altColor">
143
+ <td class="colFirst"><code>interface&nbsp;</code></td>
144
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span></code>
145
+ <div class="block">RelationType defines the schema for <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core"><code>JanusGraphRelation</code></a>.</div>
146
+ </td>
147
+ </tr>
148
+ <tr class="rowColor">
149
+ <td class="colFirst"><code>interface&nbsp;</code></td>
150
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/VertexLabel.html" title="interface in org.janusgraph.core">VertexLabel</a></span></code>
151
+ <div class="block">A vertex label is a label attached to vertices in a JanusGraph graph.</div>
152
+ </td>
153
+ </tr>
154
+ </tbody>
155
+ </table>
156
+ </li>
157
+ <li class="blockList"><a name="org.janusgraph.core.schema">
158
+ <!-- -->
159
+ </a>
160
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a></h3>
161
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
162
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a></span><span class="tabEnd">&nbsp;</span></caption>
163
+ <tr>
164
+ <th class="colFirst" scope="col">Modifier and Type</th>
165
+ <th class="colLast" scope="col">Interface and Description</th>
166
+ </tr>
167
+ <tbody>
168
+ <tr class="altColor">
169
+ <td class="colFirst"><code>interface&nbsp;</code></td>
170
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/Index.html" title="interface in org.janusgraph.core.schema">Index</a></span></code>
171
+ <div class="block">Schema Elements that represent an index in the graph</div>
172
+ </td>
173
+ </tr>
174
+ <tr class="rowColor">
175
+ <td class="colFirst"><code>interface&nbsp;</code></td>
176
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphIndex.html" title="interface in org.janusgraph.core.schema">JanusGraphIndex</a></span></code>
177
+ <div class="block">A JanusGraphIndex is an index installed on the graph in order to be able to efficiently retrieve graph elements
178
+ by their properties.</div>
179
+ </td>
180
+ </tr>
181
+ <tr class="altColor">
182
+ <td class="colFirst"><code>interface&nbsp;</code></td>
183
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphSchemaElement.html" title="interface in org.janusgraph.core.schema">JanusGraphSchemaElement</a></span></code>
184
+ <div class="block">Marks any element that is part of a JanusGraph Schema.</div>
185
+ </td>
186
+ </tr>
187
+ <tr class="rowColor">
188
+ <td class="colFirst"><code>interface&nbsp;</code></td>
189
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphSchemaType.html" title="interface in org.janusgraph.core.schema">JanusGraphSchemaType</a></span></code>
190
+ <div class="block">A JanusGraphSchemaType is a <a href="../../../../org/janusgraph/core/schema/JanusGraphSchemaElement.html" title="interface in org.janusgraph.core.schema"><code>JanusGraphSchemaElement</code></a> that represents a label or key
191
+ used in the graph.</div>
192
+ </td>
193
+ </tr>
194
+ <tr class="altColor">
195
+ <td class="colFirst"><code>interface&nbsp;</code></td>
196
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema">RelationTypeIndex</a></span></code>
197
+ <div class="block">A RelationTypeIndex is an index installed on a <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> to speed up vertex-centric indexes for that type.</div>
198
+ </td>
199
+ </tr>
200
+ </tbody>
201
+ </table>
202
+ </li>
203
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.management">
204
+ <!-- -->
205
+ </a>
206
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a></h3>
207
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
208
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a> that implement <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a></span><span class="tabEnd">&nbsp;</span></caption>
209
+ <tr>
210
+ <th class="colFirst" scope="col">Modifier and Type</th>
211
+ <th class="colLast" scope="col">Class and Description</th>
212
+ </tr>
213
+ <tbody>
214
+ <tr class="altColor">
215
+ <td class="colFirst"><code>class&nbsp;</code></td>
216
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/JanusGraphIndexWrapper.html" title="class in org.janusgraph.graphdb.database.management">JanusGraphIndexWrapper</a></span></code>&nbsp;</td>
217
+ </tr>
218
+ <tr class="rowColor">
219
+ <td class="colFirst"><code>class&nbsp;</code></td>
220
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/RelationTypeIndexWrapper.html" title="class in org.janusgraph.graphdb.database.management">RelationTypeIndexWrapper</a></span></code>&nbsp;</td>
221
+ </tr>
222
+ </tbody>
223
+ </table>
224
+ </li>
225
+ <li class="blockList"><a name="org.janusgraph.graphdb.internal">
226
+ <!-- -->
227
+ </a>
228
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></h3>
229
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
230
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></span><span class="tabEnd">&nbsp;</span></caption>
231
+ <tr>
232
+ <th class="colFirst" scope="col">Modifier and Type</th>
233
+ <th class="colLast" scope="col">Interface and Description</th>
234
+ </tr>
235
+ <tbody>
236
+ <tr class="altColor">
237
+ <td class="colFirst"><code>interface&nbsp;</code></td>
238
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalRelationType.html" title="interface in org.janusgraph.graphdb.internal">InternalRelationType</a></span></code>
239
+ <div class="block">Internal Type interface adding methods that should only be used by JanusGraph</div>
240
+ </td>
241
+ </tr>
242
+ <tr class="rowColor">
243
+ <td class="colFirst"><code>interface&nbsp;</code></td>
244
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalVertexLabel.html" title="interface in org.janusgraph.graphdb.internal">InternalVertexLabel</a></span></code>&nbsp;</td>
245
+ </tr>
246
+ </tbody>
247
+ </table>
248
+ </li>
249
+ <li class="blockList"><a name="org.janusgraph.graphdb.types">
250
+ <!-- -->
251
+ </a>
252
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a></h3>
253
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
254
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> that implement <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a></span><span class="tabEnd">&nbsp;</span></caption>
255
+ <tr>
256
+ <th class="colFirst" scope="col">Modifier and Type</th>
257
+ <th class="colLast" scope="col">Class and Description</th>
258
+ </tr>
259
+ <tbody>
260
+ <tr class="altColor">
261
+ <td class="colFirst"><code>class&nbsp;</code></td>
262
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/VertexLabelVertex.html" title="class in org.janusgraph.graphdb.types">VertexLabelVertex</a></span></code>&nbsp;</td>
263
+ </tr>
264
+ </tbody>
265
+ </table>
266
+ </li>
267
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
268
+ <!-- -->
269
+ </a>
270
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
271
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
272
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></span><span class="tabEnd">&nbsp;</span></caption>
273
+ <tr>
274
+ <th class="colFirst" scope="col">Modifier and Type</th>
275
+ <th class="colLast" scope="col">Interface and Description</th>
276
+ </tr>
277
+ <tbody>
278
+ <tr class="altColor">
279
+ <td class="colFirst"><code>interface&nbsp;</code></td>
280
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/SystemRelationType.html" title="interface in org.janusgraph.graphdb.types.system">SystemRelationType</a></span></code>&nbsp;</td>
281
+ </tr>
282
+ </tbody>
283
+ </table>
284
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
285
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> that implement <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a></span><span class="tabEnd">&nbsp;</span></caption>
286
+ <tr>
287
+ <th class="colFirst" scope="col">Modifier and Type</th>
288
+ <th class="colLast" scope="col">Class and Description</th>
289
+ </tr>
290
+ <tbody>
291
+ <tr class="altColor">
292
+ <td class="colFirst"><code>class&nbsp;</code></td>
293
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseKey.html" title="class in org.janusgraph.graphdb.types.system">BaseKey</a></span></code>&nbsp;</td>
294
+ </tr>
295
+ <tr class="rowColor">
296
+ <td class="colFirst"><code>class&nbsp;</code></td>
297
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseLabel.html" title="class in org.janusgraph.graphdb.types.system">BaseLabel</a></span></code>&nbsp;</td>
298
+ </tr>
299
+ <tr class="altColor">
300
+ <td class="colFirst"><code>class&nbsp;</code></td>
301
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseRelationType.html" title="class in org.janusgraph.graphdb.types.system">BaseRelationType</a></span></code>&nbsp;</td>
302
+ </tr>
303
+ <tr class="rowColor">
304
+ <td class="colFirst"><code>class&nbsp;</code></td>
305
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseVertexLabel.html" title="class in org.janusgraph.graphdb.types.system">BaseVertexLabel</a></span></code>&nbsp;</td>
306
+ </tr>
307
+ <tr class="altColor">
308
+ <td class="colFirst"><code>class&nbsp;</code></td>
309
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/EmptyRelationType.html" title="class in org.janusgraph.graphdb.types.system">EmptyRelationType</a></span></code>&nbsp;</td>
310
+ </tr>
311
+ <tr class="rowColor">
312
+ <td class="colFirst"><code>class&nbsp;</code></td>
313
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/ImplicitKey.html" title="class in org.janusgraph.graphdb.types.system">ImplicitKey</a></span></code>&nbsp;</td>
314
+ </tr>
315
+ </tbody>
316
+ </table>
317
+ </li>
318
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.vertices">
319
+ <!-- -->
320
+ </a>
321
+ <h3>Uses of <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a> in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a></h3>
322
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
323
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a> that implement <a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Namifiable</a></span><span class="tabEnd">&nbsp;</span></caption>
324
+ <tr>
325
+ <th class="colFirst" scope="col">Modifier and Type</th>
326
+ <th class="colLast" scope="col">Class and Description</th>
327
+ </tr>
328
+ <tbody>
329
+ <tr class="altColor">
330
+ <td class="colFirst"><code>class&nbsp;</code></td>
331
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/EdgeLabelVertex.html" title="class in org.janusgraph.graphdb.types.vertices">EdgeLabelVertex</a></span></code>&nbsp;</td>
332
+ </tr>
333
+ <tr class="rowColor">
334
+ <td class="colFirst"><code>class&nbsp;</code></td>
335
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/PropertyKeyVertex.html" title="class in org.janusgraph.graphdb.types.vertices">PropertyKeyVertex</a></span></code>&nbsp;</td>
336
+ </tr>
337
+ <tr class="altColor">
338
+ <td class="colFirst"><code>class&nbsp;</code></td>
339
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/RelationTypeVertex.html" title="class in org.janusgraph.graphdb.types.vertices">RelationTypeVertex</a></span></code>&nbsp;</td>
340
+ </tr>
341
+ </tbody>
342
+ </table>
343
+ </li>
344
+ </ul>
345
+ </li>
346
+ </ul>
347
+ </div>
348
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
349
+ <div class="bottomNav"><a name="navbar.bottom">
350
+ <!-- -->
351
+ </a>
352
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
353
+ <a name="navbar.bottom.firstrow">
354
+ <!-- -->
355
+ </a>
356
+ <ul class="navList" title="Navigation">
357
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
358
+ <li><a href="../package-summary.html">Package</a></li>
359
+ <li><a href="../../../../org/janusgraph/core/Namifiable.html" title="interface in org.janusgraph.core">Class</a></li>
360
+ <li class="navBarCell1Rev">Use</li>
361
+ <li><a href="../package-tree.html">Tree</a></li>
362
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
363
+ <li><a href="../../../../index-all.html">Index</a></li>
364
+ <li><a href="../../../../help-doc.html">Help</a></li>
365
+ </ul>
366
+ </div>
367
+ <div class="subNav">
368
+ <ul class="navList">
369
+ <li>Prev</li>
370
+ <li>Next</li>
371
+ </ul>
372
+ <ul class="navList">
373
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/Namifiable.html" target="_top">Frames</a></li>
374
+ <li><a href="Namifiable.html" target="_top">No&nbsp;Frames</a></li>
375
+ </ul>
376
+ <ul class="navList" id="allclasses_navbar_bottom">
377
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
378
+ </ul>
379
+ <div>
380
+ <script type="text/javascript"><!--
381
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
382
+ if(window==top) {
383
+ allClassesLink.style.display = "block";
384
+ }
385
+ else {
386
+ allClassesLink.style.display = "none";
387
+ }
388
+ //-->
389
+ </script>
390
+ </div>
391
+ <a name="skip.navbar.bottom">
392
+ <!-- -->
393
+ </a></div>
394
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
395
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
396
+ </body>
397
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/PropertyKey.html ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/QueryDescription.SubQuery.html ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.QueryDescription.SubQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.QueryDescription.SubQuery (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/QueryDescription.SubQuery.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/QueryDescription.SubQuery.html" target="_top">Frames</a></li>
52
+ <li><a href="QueryDescription.SubQuery.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.QueryDescription.SubQuery" class="title">Uses of Interface<br>org.janusgraph.core.QueryDescription.SubQuery</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/QueryDescription.SubQuery.html" title="interface in org.janusgraph.core">QueryDescription.SubQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ </li>
93
+ <li class="blockList">
94
+ <ul class="blockList">
95
+ <li class="blockList"><a name="org.janusgraph.core">
96
+ <!-- -->
97
+ </a>
98
+ <h3>Uses of <a href="../../../../org/janusgraph/core/QueryDescription.SubQuery.html" title="interface in org.janusgraph.core">QueryDescription.SubQuery</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
99
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
100
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/QueryDescription.SubQuery.html" title="interface in org.janusgraph.core">QueryDescription.SubQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
101
+ <tr>
102
+ <th class="colFirst" scope="col">Modifier and Type</th>
103
+ <th class="colLast" scope="col">Method and Description</th>
104
+ </tr>
105
+ <tbody>
106
+ <tr class="altColor">
107
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../org/janusgraph/core/QueryDescription.SubQuery.html" title="interface in org.janusgraph.core">QueryDescription.SubQuery</a>&gt;</code></td>
108
+ <td class="colLast"><span class="typeNameLabel">QueryDescription.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/QueryDescription.html#getSubQueries--">getSubQueries</a></span>()</code>
109
+ <div class="block">Returns a list of all sub-queries that comprise this query</div>
110
+ </td>
111
+ </tr>
112
+ </tbody>
113
+ </table>
114
+ </li>
115
+ </ul>
116
+ </li>
117
+ </ul>
118
+ </div>
119
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
120
+ <div class="bottomNav"><a name="navbar.bottom">
121
+ <!-- -->
122
+ </a>
123
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
124
+ <a name="navbar.bottom.firstrow">
125
+ <!-- -->
126
+ </a>
127
+ <ul class="navList" title="Navigation">
128
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
129
+ <li><a href="../package-summary.html">Package</a></li>
130
+ <li><a href="../../../../org/janusgraph/core/QueryDescription.SubQuery.html" title="interface in org.janusgraph.core">Class</a></li>
131
+ <li class="navBarCell1Rev">Use</li>
132
+ <li><a href="../package-tree.html">Tree</a></li>
133
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
134
+ <li><a href="../../../../index-all.html">Index</a></li>
135
+ <li><a href="../../../../help-doc.html">Help</a></li>
136
+ </ul>
137
+ </div>
138
+ <div class="subNav">
139
+ <ul class="navList">
140
+ <li>Prev</li>
141
+ <li>Next</li>
142
+ </ul>
143
+ <ul class="navList">
144
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/QueryDescription.SubQuery.html" target="_top">Frames</a></li>
145
+ <li><a href="QueryDescription.SubQuery.html" target="_top">No&nbsp;Frames</a></li>
146
+ </ul>
147
+ <ul class="navList" id="allclasses_navbar_bottom">
148
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
149
+ </ul>
150
+ <div>
151
+ <script type="text/javascript"><!--
152
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
153
+ if(window==top) {
154
+ allClassesLink.style.display = "block";
155
+ }
156
+ else {
157
+ allClassesLink.style.display = "none";
158
+ }
159
+ //-->
160
+ </script>
161
+ </div>
162
+ <a name="skip.navbar.bottom">
163
+ <!-- -->
164
+ </a></div>
165
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
166
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
167
+ </body>
168
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/QueryDescription.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.QueryDescription (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.QueryDescription (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/QueryDescription.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/QueryDescription.html" target="_top">Frames</a></li>
52
+ <li><a href="QueryDescription.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.QueryDescription" class="title">Uses of Interface<br>org.janusgraph.core.QueryDescription</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.QueryDescription</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/QueryDescription.html" title="interface in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/QueryDescription.html" target="_top">Frames</a></li>
103
+ <li><a href="QueryDescription.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/QueryException.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.QueryException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.QueryException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/QueryException.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/QueryException.html" target="_top">Frames</a></li>
52
+ <li><a href="QueryException.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.QueryException" class="title">Uses of Class<br>org.janusgraph.core.QueryException</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.QueryException</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/QueryException.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/QueryException.html" target="_top">Frames</a></li>
103
+ <li><a href="QueryException.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/ReadOnlyTransactionException.html ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Class org.janusgraph.core.ReadOnlyTransactionException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Class org.janusgraph.core.ReadOnlyTransactionException (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/ReadOnlyTransactionException.html" title="class in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/ReadOnlyTransactionException.html" target="_top">Frames</a></li>
52
+ <li><a href="ReadOnlyTransactionException.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Class org.janusgraph.core.ReadOnlyTransactionException" class="title">Uses of Class<br>org.janusgraph.core.ReadOnlyTransactionException</h2>
75
+ </div>
76
+ <div class="classUseContainer">No usage of org.janusgraph.core.ReadOnlyTransactionException</div>
77
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+ <div class="bottomNav"><a name="navbar.bottom">
79
+ <!-- -->
80
+ </a>
81
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+ <a name="navbar.bottom.firstrow">
83
+ <!-- -->
84
+ </a>
85
+ <ul class="navList" title="Navigation">
86
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
87
+ <li><a href="../package-summary.html">Package</a></li>
88
+ <li><a href="../../../../org/janusgraph/core/ReadOnlyTransactionException.html" title="class in org.janusgraph.core">Class</a></li>
89
+ <li class="navBarCell1Rev">Use</li>
90
+ <li><a href="../package-tree.html">Tree</a></li>
91
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
92
+ <li><a href="../../../../index-all.html">Index</a></li>
93
+ <li><a href="../../../../help-doc.html">Help</a></li>
94
+ </ul>
95
+ </div>
96
+ <div class="subNav">
97
+ <ul class="navList">
98
+ <li>Prev</li>
99
+ <li>Next</li>
100
+ </ul>
101
+ <ul class="navList">
102
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/ReadOnlyTransactionException.html" target="_top">Frames</a></li>
103
+ <li><a href="ReadOnlyTransactionException.html" target="_top">No&nbsp;Frames</a></li>
104
+ </ul>
105
+ <ul class="navList" id="allclasses_navbar_bottom">
106
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
107
+ </ul>
108
+ <div>
109
+ <script type="text/javascript"><!--
110
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
111
+ if(window==top) {
112
+ allClassesLink.style.display = "block";
113
+ }
114
+ else {
115
+ allClassesLink.style.display = "none";
116
+ }
117
+ //-->
118
+ </script>
119
+ </div>
120
+ <a name="skip.navbar.bottom">
121
+ <!-- -->
122
+ </a></div>
123
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
125
+ </body>
126
+ </html>
platform/dbops/binaries/janusgraph/javadocs/org/janusgraph/core/class-use/RelationType.html ADDED
@@ -0,0 +1,806 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!-- NewPage -->
3
+ <html lang>
4
+ <head>
5
+ <!-- Generated by javadoc (1.8.0_382) on Fri Nov 08 23:01:30 UTC 2024 -->
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
+ <title>Uses of Interface org.janusgraph.core.RelationType (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)</title>
8
+ <meta name="date" content="2024-11-08">
9
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10
+ <script type="text/javascript" src="../../../../script.js"></script>
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript"><!--
14
+ try {
15
+ if (location.href.indexOf('is-external=true') == -1) {
16
+ parent.document.title="Uses of Interface org.janusgraph.core.RelationType (JanusGraph-Core: Core Library for JanusGraph 1.1.0 API)";
17
+ }
18
+ }
19
+ catch(err) {
20
+ }
21
+ //-->
22
+ </script>
23
+ <noscript>
24
+ <div>JavaScript is disabled on your browser.</div>
25
+ </noscript>
26
+ <!-- ========= START OF TOP NAVBAR ======= -->
27
+ <div class="topNav"><a name="navbar.top">
28
+ <!-- -->
29
+ </a>
30
+ <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31
+ <a name="navbar.top.firstrow">
32
+ <!-- -->
33
+ </a>
34
+ <ul class="navList" title="Navigation">
35
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
36
+ <li><a href="../package-summary.html">Package</a></li>
37
+ <li><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">Class</a></li>
38
+ <li class="navBarCell1Rev">Use</li>
39
+ <li><a href="../package-tree.html">Tree</a></li>
40
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41
+ <li><a href="../../../../index-all.html">Index</a></li>
42
+ <li><a href="../../../../help-doc.html">Help</a></li>
43
+ </ul>
44
+ </div>
45
+ <div class="subNav">
46
+ <ul class="navList">
47
+ <li>Prev</li>
48
+ <li>Next</li>
49
+ </ul>
50
+ <ul class="navList">
51
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/RelationType.html" target="_top">Frames</a></li>
52
+ <li><a href="RelationType.html" target="_top">No&nbsp;Frames</a></li>
53
+ </ul>
54
+ <ul class="navList" id="allclasses_navbar_top">
55
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56
+ </ul>
57
+ <div>
58
+ <script type="text/javascript"><!--
59
+ allClassesLink = document.getElementById("allclasses_navbar_top");
60
+ if(window==top) {
61
+ allClassesLink.style.display = "block";
62
+ }
63
+ else {
64
+ allClassesLink.style.display = "none";
65
+ }
66
+ //-->
67
+ </script>
68
+ </div>
69
+ <a name="skip.navbar.top">
70
+ <!-- -->
71
+ </a></div>
72
+ <!-- ========= END OF TOP NAVBAR ========= -->
73
+ <div class="header">
74
+ <h2 title="Uses of Interface org.janusgraph.core.RelationType" class="title">Uses of Interface<br>org.janusgraph.core.RelationType</h2>
75
+ </div>
76
+ <div class="classUseContainer">
77
+ <ul class="blockList">
78
+ <li class="blockList">
79
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
80
+ <caption><span>Packages that use <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
81
+ <tr>
82
+ <th class="colFirst" scope="col">Package</th>
83
+ <th class="colLast" scope="col">Description</th>
84
+ </tr>
85
+ <tbody>
86
+ <tr class="altColor">
87
+ <td class="colFirst"><a href="#org.janusgraph.core">org.janusgraph.core</a></td>
88
+ <td class="colLast">&nbsp;</td>
89
+ </tr>
90
+ <tr class="rowColor">
91
+ <td class="colFirst"><a href="#org.janusgraph.core.log">org.janusgraph.core.log</a></td>
92
+ <td class="colLast">&nbsp;</td>
93
+ </tr>
94
+ <tr class="altColor">
95
+ <td class="colFirst"><a href="#org.janusgraph.core.schema">org.janusgraph.core.schema</a></td>
96
+ <td class="colLast">&nbsp;</td>
97
+ </tr>
98
+ <tr class="rowColor">
99
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database">org.janusgraph.graphdb.database</a></td>
100
+ <td class="colLast">&nbsp;</td>
101
+ </tr>
102
+ <tr class="altColor">
103
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.database.management">org.janusgraph.graphdb.database.management</a></td>
104
+ <td class="colLast">&nbsp;</td>
105
+ </tr>
106
+ <tr class="rowColor">
107
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.internal">org.janusgraph.graphdb.internal</a></td>
108
+ <td class="colLast">&nbsp;</td>
109
+ </tr>
110
+ <tr class="altColor">
111
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap">org.janusgraph.graphdb.olap</a></td>
112
+ <td class="colLast">&nbsp;</td>
113
+ </tr>
114
+ <tr class="rowColor">
115
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.computer">org.janusgraph.graphdb.olap.computer</a></td>
116
+ <td class="colLast">&nbsp;</td>
117
+ </tr>
118
+ <tr class="altColor">
119
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.olap.job">org.janusgraph.graphdb.olap.job</a></td>
120
+ <td class="colLast">&nbsp;</td>
121
+ </tr>
122
+ <tr class="rowColor">
123
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query">org.janusgraph.graphdb.query</a></td>
124
+ <td class="colLast">&nbsp;</td>
125
+ </tr>
126
+ <tr class="altColor">
127
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.condition">org.janusgraph.graphdb.query.condition</a></td>
128
+ <td class="colLast">&nbsp;</td>
129
+ </tr>
130
+ <tr class="rowColor">
131
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.query.vertex">org.janusgraph.graphdb.query.vertex</a></td>
132
+ <td class="colLast">&nbsp;</td>
133
+ </tr>
134
+ <tr class="altColor">
135
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.relations">org.janusgraph.graphdb.relations</a></td>
136
+ <td class="colLast">&nbsp;</td>
137
+ </tr>
138
+ <tr class="rowColor">
139
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.tinkerpop">org.janusgraph.graphdb.tinkerpop</a></td>
140
+ <td class="colLast">&nbsp;</td>
141
+ </tr>
142
+ <tr class="altColor">
143
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.transaction">org.janusgraph.graphdb.transaction</a></td>
144
+ <td class="colLast">&nbsp;</td>
145
+ </tr>
146
+ <tr class="rowColor">
147
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types">org.janusgraph.graphdb.types</a></td>
148
+ <td class="colLast">&nbsp;</td>
149
+ </tr>
150
+ <tr class="altColor">
151
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.system">org.janusgraph.graphdb.types.system</a></td>
152
+ <td class="colLast">&nbsp;</td>
153
+ </tr>
154
+ <tr class="rowColor">
155
+ <td class="colFirst"><a href="#org.janusgraph.graphdb.types.vertices">org.janusgraph.graphdb.types.vertices</a></td>
156
+ <td class="colLast">&nbsp;</td>
157
+ </tr>
158
+ </tbody>
159
+ </table>
160
+ </li>
161
+ <li class="blockList">
162
+ <ul class="blockList">
163
+ <li class="blockList"><a name="org.janusgraph.core">
164
+ <!-- -->
165
+ </a>
166
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></h3>
167
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
168
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a></span><span class="tabEnd">&nbsp;</span></caption>
169
+ <tr>
170
+ <th class="colFirst" scope="col">Modifier and Type</th>
171
+ <th class="colLast" scope="col">Interface and Description</th>
172
+ </tr>
173
+ <tbody>
174
+ <tr class="altColor">
175
+ <td class="colFirst"><code>interface&nbsp;</code></td>
176
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core">EdgeLabel</a></span></code>
177
+ <div class="block">EdgeLabel is an extension of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> for edges.</div>
178
+ </td>
179
+ </tr>
180
+ <tr class="rowColor">
181
+ <td class="colFirst"><code>interface&nbsp;</code></td>
182
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core">PropertyKey</a></span></code>
183
+ <div class="block">PropertyKey is an extension of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> for properties.</div>
184
+ </td>
185
+ </tr>
186
+ </tbody>
187
+ </table>
188
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
189
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> that return <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
190
+ <tr>
191
+ <th class="colFirst" scope="col">Modifier and Type</th>
192
+ <th class="colLast" scope="col">Method and Description</th>
193
+ </tr>
194
+ <tbody>
195
+ <tr class="altColor">
196
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
197
+ <td class="colLast"><span class="typeNameLabel">JanusGraphLazyRelation.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphLazyRelation.html#getType--">getType</a></span>()</code>&nbsp;</td>
198
+ </tr>
199
+ <tr class="rowColor">
200
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
201
+ <td class="colLast"><span class="typeNameLabel">EmptyJanusGraphVertexProperty.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/EmptyJanusGraphVertexProperty.html#getType--">getType</a></span>()</code>&nbsp;</td>
202
+ </tr>
203
+ <tr class="altColor">
204
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
205
+ <td class="colLast"><span class="typeNameLabel">JanusGraphRelation.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphRelation.html#getType--">getType</a></span>()</code>
206
+ <div class="block">Returns the type of this relation.</div>
207
+ </td>
208
+ </tr>
209
+ </tbody>
210
+ </table>
211
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
212
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/package-summary.html">org.janusgraph.core</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
213
+ <tr>
214
+ <th class="colFirst" scope="col">Modifier and Type</th>
215
+ <th class="colLast" scope="col">Method and Description</th>
216
+ </tr>
217
+ <tbody>
218
+ <tr class="altColor">
219
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/BaseVertexQuery.html" title="type parameter in BaseVertexQuery">Q</a></code></td>
220
+ <td class="colLast"><span class="typeNameLabel">BaseVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/BaseVertexQuery.html#types-org.janusgraph.core.RelationType...-">types</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>...&nbsp;type)</code>
221
+ <div class="block">Query for only those relations matching one of the given relation types.</div>
222
+ </td>
223
+ </tr>
224
+ <tr class="rowColor">
225
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html" title="type parameter in JanusGraphVertexQuery">Q</a></code></td>
226
+ <td class="colLast"><span class="typeNameLabel">JanusGraphVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphVertexQuery.html#types-org.janusgraph.core.RelationType...-">types</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>...&nbsp;type)</code>&nbsp;</td>
227
+ </tr>
228
+ <tr class="altColor">
229
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html" title="type parameter in JanusGraphMultiVertexQuery">Q</a></code></td>
230
+ <td class="colLast"><span class="typeNameLabel">JanusGraphMultiVertexQuery.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/JanusGraphMultiVertexQuery.html#types-org.janusgraph.core.RelationType...-">types</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>...&nbsp;type)</code>&nbsp;</td>
231
+ </tr>
232
+ </tbody>
233
+ </table>
234
+ </li>
235
+ <li class="blockList"><a name="org.janusgraph.core.log">
236
+ <!-- -->
237
+ </a>
238
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a></h3>
239
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
240
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/log/package-summary.html">org.janusgraph.core.log</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
241
+ <tr>
242
+ <th class="colFirst" scope="col">Modifier and Type</th>
243
+ <th class="colLast" scope="col">Method and Description</th>
244
+ </tr>
245
+ <tbody>
246
+ <tr class="altColor">
247
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
248
+ <td class="colLast"><span class="typeNameLabel">ChangeState.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/log/ChangeState.html#getRelations-org.janusgraph.core.log.Change-org.janusgraph.core.RelationType...-">getRelations</a></span>(<a href="../../../../org/janusgraph/core/log/Change.html" title="enum in org.janusgraph.core.log">Change</a>&nbsp;change,
249
+ <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>...&nbsp;types)</code>
250
+ <div class="block">Returns all relations that match the change state and any of the provided relation types.</div>
251
+ </td>
252
+ </tr>
253
+ </tbody>
254
+ </table>
255
+ </li>
256
+ <li class="blockList"><a name="org.janusgraph.core.schema">
257
+ <!-- -->
258
+ </a>
259
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a></h3>
260
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
261
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> with type parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
262
+ <tr>
263
+ <th class="colFirst" scope="col">Modifier and Type</th>
264
+ <th class="colLast" scope="col">Method and Description</th>
265
+ </tr>
266
+ <tbody>
267
+ <tr class="altColor">
268
+ <td class="colFirst"><code>&lt;T extends <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&gt;<br><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;T&gt;</code></td>
269
+ <td class="colLast"><span class="typeNameLabel">JanusGraphManagement.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphManagement.html#getRelationTypes-java.lang.Class-">getRelationTypes</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;clazz)</code>
270
+ <div class="block">Returns an iterable over all defined types that have the given clazz (either <a href="../../../../org/janusgraph/core/EdgeLabel.html" title="interface in org.janusgraph.core"><code>EdgeLabel</code></a> which returns all labels,
271
+ <a href="../../../../org/janusgraph/core/PropertyKey.html" title="interface in org.janusgraph.core"><code>PropertyKey</code></a> which returns all keys, or <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> which returns all types).</div>
272
+ </td>
273
+ </tr>
274
+ </tbody>
275
+ </table>
276
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
277
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> that return <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
278
+ <tr>
279
+ <th class="colFirst" scope="col">Modifier and Type</th>
280
+ <th class="colLast" scope="col">Method and Description</th>
281
+ </tr>
282
+ <tbody>
283
+ <tr class="altColor">
284
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
285
+ <td class="colLast"><span class="typeNameLabel">SchemaInspector.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/SchemaInspector.html#getRelationType-java.lang.String-">getRelationType</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>&nbsp;name)</code>
286
+ <div class="block">Returns the type with the given name.</div>
287
+ </td>
288
+ </tr>
289
+ <tr class="rowColor">
290
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>[]</code></td>
291
+ <td class="colLast"><span class="typeNameLabel">RelationTypeIndex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html#getSortKey--">getSortKey</a></span>()</code>
292
+ <div class="block">Returns the (composite) sort key for this index.</div>
293
+ </td>
294
+ </tr>
295
+ <tr class="altColor">
296
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
297
+ <td class="colLast"><span class="typeNameLabel">RelationTypeIndex.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html#getType--">getType</a></span>()</code>
298
+ <div class="block">Returns the <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> on which this index is installed.</div>
299
+ </td>
300
+ </tr>
301
+ <tr class="rowColor">
302
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
303
+ <td class="colLast"><span class="typeNameLabel">RelationTypeMaker.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/RelationTypeMaker.html#make--">make</a></span>()</code>
304
+ <div class="block">Builds the configured relation type</div>
305
+ </td>
306
+ </tr>
307
+ </tbody>
308
+ </table>
309
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
310
+ <caption><span>Methods in <a href="../../../../org/janusgraph/core/schema/package-summary.html">org.janusgraph.core.schema</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
311
+ <tr>
312
+ <th class="colFirst" scope="col">Modifier and Type</th>
313
+ <th class="colLast" scope="col">Method and Description</th>
314
+ </tr>
315
+ <tbody>
316
+ <tr class="altColor">
317
+ <td class="colFirst"><code>boolean</code></td>
318
+ <td class="colLast"><span class="typeNameLabel">JanusGraphManagement.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphManagement.html#containsRelationIndex-org.janusgraph.core.RelationType-java.lang.String-">containsRelationIndex</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type,
319
+ <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>&nbsp;name)</code>
320
+ <div class="block">Whether a <a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema"><code>RelationTypeIndex</code></a> with the given name has been defined for the provided <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a></div>
321
+ </td>
322
+ </tr>
323
+ <tr class="rowColor">
324
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema">RelationTypeIndex</a></code></td>
325
+ <td class="colLast"><span class="typeNameLabel">JanusGraphManagement.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphManagement.html#getRelationIndex-org.janusgraph.core.RelationType-java.lang.String-">getRelationIndex</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type,
326
+ <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>&nbsp;name)</code>
327
+ <div class="block">Returns the <a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema"><code>RelationTypeIndex</code></a> with the given name for the provided <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a> or null
328
+ if it does not exist</div>
329
+ </td>
330
+ </tr>
331
+ <tr class="altColor">
332
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema">RelationTypeIndex</a>&gt;</code></td>
333
+ <td class="colLast"><span class="typeNameLabel">JanusGraphManagement.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/core/schema/JanusGraphManagement.html#getRelationIndexes-org.janusgraph.core.RelationType-">getRelationIndexes</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type)</code>
334
+ <div class="block">Returns an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><code>Iterable</code></a> over all <a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema"><code>RelationTypeIndex</code></a>es defined for the provided <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core"><code>RelationType</code></a></div>
335
+ </td>
336
+ </tr>
337
+ </tbody>
338
+ </table>
339
+ </li>
340
+ <li class="blockList"><a name="org.janusgraph.graphdb.database">
341
+ <!-- -->
342
+ </a>
343
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a></h3>
344
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
345
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/package-summary.html">org.janusgraph.graphdb.database</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
346
+ <tr>
347
+ <th class="colFirst" scope="col">Modifier and Type</th>
348
+ <th class="colLast" scope="col">Method and Description</th>
349
+ </tr>
350
+ <tbody>
351
+ <tr class="altColor">
352
+ <td class="colFirst"><code>void</code></td>
353
+ <td class="colLast"><span class="typeNameLabel">RelationFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/RelationFactory.html#addProperty-org.janusgraph.core.RelationType-java.lang.Object-">addProperty</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type,
354
+ <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>&nbsp;value)</code>&nbsp;</td>
355
+ </tr>
356
+ <tr class="rowColor">
357
+ <td class="colFirst"><code>void</code></td>
358
+ <td class="colLast"><span class="typeNameLabel">RelationFactory.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/RelationFactory.html#setType-org.janusgraph.core.RelationType-">setType</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type)</code>&nbsp;</td>
359
+ </tr>
360
+ </tbody>
361
+ </table>
362
+ </li>
363
+ <li class="blockList"><a name="org.janusgraph.graphdb.database.management">
364
+ <!-- -->
365
+ </a>
366
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a></h3>
367
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
368
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a> with type parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
369
+ <tr>
370
+ <th class="colFirst" scope="col">Modifier and Type</th>
371
+ <th class="colLast" scope="col">Method and Description</th>
372
+ </tr>
373
+ <tbody>
374
+ <tr class="altColor">
375
+ <td class="colFirst"><code>&lt;T extends <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&gt;<br><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;T&gt;</code></td>
376
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#getRelationTypes-java.lang.Class-">getRelationTypes</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;clazz)</code>&nbsp;</td>
377
+ </tr>
378
+ </tbody>
379
+ </table>
380
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
381
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a> that return <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
382
+ <tr>
383
+ <th class="colFirst" scope="col">Modifier and Type</th>
384
+ <th class="colLast" scope="col">Method and Description</th>
385
+ </tr>
386
+ <tbody>
387
+ <tr class="altColor">
388
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
389
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#getRelationType-java.lang.String-">getRelationType</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>&nbsp;name)</code>&nbsp;</td>
390
+ </tr>
391
+ <tr class="rowColor">
392
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>[]</code></td>
393
+ <td class="colLast"><span class="typeNameLabel">RelationTypeIndexWrapper.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/RelationTypeIndexWrapper.html#getSortKey--">getSortKey</a></span>()</code>&nbsp;</td>
394
+ </tr>
395
+ <tr class="altColor">
396
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
397
+ <td class="colLast"><span class="typeNameLabel">RelationTypeIndexWrapper.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/RelationTypeIndexWrapper.html#getType--">getType</a></span>()</code>&nbsp;</td>
398
+ </tr>
399
+ </tbody>
400
+ </table>
401
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
402
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/database/management/package-summary.html">org.janusgraph.graphdb.database.management</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
403
+ <tr>
404
+ <th class="colFirst" scope="col">Modifier and Type</th>
405
+ <th class="colLast" scope="col">Method and Description</th>
406
+ </tr>
407
+ <tbody>
408
+ <tr class="altColor">
409
+ <td class="colFirst"><code>boolean</code></td>
410
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#containsRelationIndex-org.janusgraph.core.RelationType-java.lang.String-">containsRelationIndex</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type,
411
+ <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>&nbsp;name)</code>&nbsp;</td>
412
+ </tr>
413
+ <tr class="rowColor">
414
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema">RelationTypeIndex</a></code></td>
415
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#getRelationIndex-org.janusgraph.core.RelationType-java.lang.String-">getRelationIndex</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type,
416
+ <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>&nbsp;name)</code>&nbsp;</td>
417
+ </tr>
418
+ <tr class="altColor">
419
+ <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/janusgraph/core/schema/RelationTypeIndex.html" title="interface in org.janusgraph.core.schema">RelationTypeIndex</a>&gt;</code></td>
420
+ <td class="colLast"><span class="typeNameLabel">ManagementSystem.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/database/management/ManagementSystem.html#getRelationIndexes-org.janusgraph.core.RelationType-">getRelationIndexes</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type)</code>&nbsp;</td>
421
+ </tr>
422
+ </tbody>
423
+ </table>
424
+ </li>
425
+ <li class="blockList"><a name="org.janusgraph.graphdb.internal">
426
+ <!-- -->
427
+ </a>
428
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></h3>
429
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
430
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/internal/package-summary.html">org.janusgraph.graphdb.internal</a></span><span class="tabEnd">&nbsp;</span></caption>
431
+ <tr>
432
+ <th class="colFirst" scope="col">Modifier and Type</th>
433
+ <th class="colLast" scope="col">Interface and Description</th>
434
+ </tr>
435
+ <tbody>
436
+ <tr class="altColor">
437
+ <td class="colFirst"><code>interface&nbsp;</code></td>
438
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/internal/InternalRelationType.html" title="interface in org.janusgraph.graphdb.internal">InternalRelationType</a></span></code>
439
+ <div class="block">Internal Type interface adding methods that should only be used by JanusGraph</div>
440
+ </td>
441
+ </tr>
442
+ </tbody>
443
+ </table>
444
+ </li>
445
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap">
446
+ <!-- -->
447
+ </a>
448
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a></h3>
449
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
450
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/olap/package-summary.html">org.janusgraph.graphdb.olap</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
451
+ <tr>
452
+ <th class="colFirst" scope="col">Modifier and Type</th>
453
+ <th class="colLast" scope="col">Method and Description</th>
454
+ </tr>
455
+ <tbody>
456
+ <tr class="altColor">
457
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/olap/QueryContainer.QueryBuilder.html" title="class in org.janusgraph.graphdb.olap">QueryContainer.QueryBuilder</a></code></td>
458
+ <td class="colLast"><span class="typeNameLabel">QueryContainer.QueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/QueryContainer.QueryBuilder.html#type-org.janusgraph.core.RelationType-">type</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type)</code>&nbsp;</td>
459
+ </tr>
460
+ <tr class="rowColor">
461
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/olap/QueryContainer.QueryBuilder.html" title="class in org.janusgraph.graphdb.olap">QueryContainer.QueryBuilder</a></code></td>
462
+ <td class="colLast"><span class="typeNameLabel">QueryContainer.QueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/QueryContainer.QueryBuilder.html#types-org.janusgraph.core.RelationType...-">types</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>...&nbsp;types)</code>&nbsp;</td>
463
+ </tr>
464
+ </tbody>
465
+ </table>
466
+ </li>
467
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.computer">
468
+ <!-- -->
469
+ </a>
470
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a></h3>
471
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
472
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/olap/computer/package-summary.html">org.janusgraph.graphdb.olap.computer</a> that return <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
473
+ <tr>
474
+ <th class="colFirst" scope="col">Modifier and Type</th>
475
+ <th class="colLast" scope="col">Method and Description</th>
476
+ </tr>
477
+ <tbody>
478
+ <tr class="altColor">
479
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
480
+ <td class="colLast"><span class="typeNameLabel">FulgoraVertexProperty.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/computer/FulgoraVertexProperty.html#getType--">getType</a></span>()</code>&nbsp;</td>
481
+ </tr>
482
+ </tbody>
483
+ </table>
484
+ </li>
485
+ <li class="blockList"><a name="org.janusgraph.graphdb.olap.job">
486
+ <!-- -->
487
+ </a>
488
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/olap/job/package-summary.html">org.janusgraph.graphdb.olap.job</a></h3>
489
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
490
+ <caption><span>Fields in <a href="../../../../org/janusgraph/graphdb/olap/job/package-summary.html">org.janusgraph.graphdb.olap.job</a> declared as <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
491
+ <tr>
492
+ <th class="colFirst" scope="col">Modifier and Type</th>
493
+ <th class="colLast" scope="col">Field and Description</th>
494
+ </tr>
495
+ <tbody>
496
+ <tr class="altColor">
497
+ <td class="colFirst"><code>protected <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
498
+ <td class="colLast"><span class="typeNameLabel">IndexUpdateJob.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/olap/job/IndexUpdateJob.html#indexRelationType">indexRelationType</a></span></code>&nbsp;</td>
499
+ </tr>
500
+ </tbody>
501
+ </table>
502
+ </li>
503
+ <li class="blockList"><a name="org.janusgraph.graphdb.query">
504
+ <!-- -->
505
+ </a>
506
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/query/package-summary.html">org.janusgraph.graphdb.query</a></h3>
507
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
508
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/package-summary.html">org.janusgraph.graphdb.query</a> that return types with arguments of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
509
+ <tr>
510
+ <th class="colFirst" scope="col">Modifier and Type</th>
511
+ <th class="colLast" scope="col">Method and Description</th>
512
+ </tr>
513
+ <tbody>
514
+ <tr class="altColor">
515
+ <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&gt;</code></td>
516
+ <td class="colLast"><span class="typeNameLabel">QueryUtil.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/QueryUtil.html#extractOrCondition-org.janusgraph.graphdb.query.condition.Or-">extractOrCondition</a></span>(<a href="../../../../org/janusgraph/graphdb/query/condition/Or.html" title="class in org.janusgraph.graphdb.query.condition">Or</a>&lt;<a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;&nbsp;condition)</code>&nbsp;</td>
517
+ </tr>
518
+ </tbody>
519
+ </table>
520
+ </li>
521
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.condition">
522
+ <!-- -->
523
+ </a>
524
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/query/condition/package-summary.html">org.janusgraph.graphdb.query.condition</a></h3>
525
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
526
+ <caption><span>Constructors in <a href="../../../../org/janusgraph/graphdb/query/condition/package-summary.html">org.janusgraph.graphdb.query.condition</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
527
+ <tr>
528
+ <th class="colOne" scope="col">Constructor and Description</th>
529
+ </tr>
530
+ <tbody>
531
+ <tr class="altColor">
532
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/condition/RelationTypeCondition.html#RelationTypeCondition-org.janusgraph.core.RelationType-">RelationTypeCondition</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;relationType)</code>&nbsp;</td>
533
+ </tr>
534
+ </tbody>
535
+ </table>
536
+ </li>
537
+ <li class="blockList"><a name="org.janusgraph.graphdb.query.vertex">
538
+ <!-- -->
539
+ </a>
540
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a></h3>
541
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
542
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> that return <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
543
+ <tr>
544
+ <th class="colFirst" scope="col">Modifier and Type</th>
545
+ <th class="colLast" scope="col">Method and Description</th>
546
+ </tr>
547
+ <tbody>
548
+ <tr class="altColor">
549
+ <td class="colFirst"><code>protected <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
550
+ <td class="colLast"><span class="typeNameLabel">BaseVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQueryBuilder.html#getSingleType--">getSingleType</a></span>()</code>&nbsp;</td>
551
+ </tr>
552
+ </tbody>
553
+ </table>
554
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
555
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/query/vertex/package-summary.html">org.janusgraph.graphdb.query.vertex</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
556
+ <tr>
557
+ <th class="colFirst" scope="col">Modifier and Type</th>
558
+ <th class="colLast" scope="col">Method and Description</th>
559
+ </tr>
560
+ <tbody>
561
+ <tr class="altColor">
562
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQueryBuilder.html" title="type parameter in BaseVertexCentricQueryBuilder">Q</a></code></td>
563
+ <td class="colLast"><span class="typeNameLabel">BaseVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQueryBuilder.html#type-org.janusgraph.core.RelationType-">type</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type)</code>&nbsp;</td>
564
+ </tr>
565
+ <tr class="rowColor">
566
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQueryBuilder.html" title="type parameter in BaseVertexCentricQueryBuilder">Q</a></code></td>
567
+ <td class="colLast"><span class="typeNameLabel">BaseVertexCentricQueryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/query/vertex/BaseVertexCentricQueryBuilder.html#types-org.janusgraph.core.RelationType...-">types</a></span>(<a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>...&nbsp;types)</code>&nbsp;</td>
568
+ </tr>
569
+ </tbody>
570
+ </table>
571
+ </li>
572
+ <li class="blockList"><a name="org.janusgraph.graphdb.relations">
573
+ <!-- -->
574
+ </a>
575
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a></h3>
576
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
577
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> that return <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
578
+ <tr>
579
+ <th class="colFirst" scope="col">Modifier and Type</th>
580
+ <th class="colLast" scope="col">Method and Description</th>
581
+ </tr>
582
+ <tbody>
583
+ <tr class="altColor">
584
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
585
+ <td class="colLast"><span class="typeNameLabel">AbstractTypedRelation.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractTypedRelation.html#getType--">getType</a></span>()</code>&nbsp;</td>
586
+ </tr>
587
+ </tbody>
588
+ </table>
589
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
590
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
591
+ <tr>
592
+ <th class="colFirst" scope="col">Modifier and Type</th>
593
+ <th class="colLast" scope="col">Method and Description</th>
594
+ </tr>
595
+ <tbody>
596
+ <tr class="altColor">
597
+ <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;? extends <a href="../../../../org/janusgraph/core/JanusGraphRelation.html" title="interface in org.janusgraph.core">JanusGraphRelation</a>&gt;</code></td>
598
+ <td class="colLast"><span class="typeNameLabel">RelationIdentifierUtils.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/RelationIdentifierUtils.html#findEdgeRelations-org.janusgraph.core.JanusGraphVertex-org.janusgraph.core.RelationType-org.janusgraph.graphdb.relations.RelationIdentifier-org.janusgraph.core.JanusGraphTransaction-">findEdgeRelations</a></span>(<a href="../../../../org/janusgraph/core/JanusGraphVertex.html" title="interface in org.janusgraph.core">JanusGraphVertex</a>&nbsp;v,
599
+ <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type,
600
+ <a href="https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html?is-external=true" title="class or interface in org.janusgraph.graphdb.relations">RelationIdentifier</a>&nbsp;rId,
601
+ <a href="../../../../org/janusgraph/core/JanusGraphTransaction.html" title="interface in org.janusgraph.core">JanusGraphTransaction</a>&nbsp;tx)</code>&nbsp;</td>
602
+ </tr>
603
+ </tbody>
604
+ </table>
605
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
606
+ <caption><span>Constructors in <a href="../../../../org/janusgraph/graphdb/relations/package-summary.html">org.janusgraph.graphdb.relations</a> with parameters of type <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
607
+ <tr>
608
+ <th class="colOne" scope="col">Constructor and Description</th>
609
+ </tr>
610
+ <tbody>
611
+ <tr class="altColor">
612
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/relations/AbstractTypedRelation.html#AbstractTypedRelation-long-org.janusgraph.core.RelationType-">AbstractTypedRelation</a></span>(long&nbsp;id,
613
+ <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a>&nbsp;type)</code>&nbsp;</td>
614
+ </tr>
615
+ </tbody>
616
+ </table>
617
+ </li>
618
+ <li class="blockList"><a name="org.janusgraph.graphdb.tinkerpop">
619
+ <!-- -->
620
+ </a>
621
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a></h3>
622
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
623
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/tinkerpop/package-summary.html">org.janusgraph.graphdb.tinkerpop</a> that return <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
624
+ <tr>
625
+ <th class="colFirst" scope="col">Modifier and Type</th>
626
+ <th class="colLast" scope="col">Method and Description</th>
627
+ </tr>
628
+ <tbody>
629
+ <tr class="altColor">
630
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
631
+ <td class="colLast"><span class="typeNameLabel">JanusGraphBlueprintsGraph.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/tinkerpop/JanusGraphBlueprintsGraph.html#getRelationType-java.lang.String-">getRelationType</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>&nbsp;name)</code>&nbsp;</td>
632
+ </tr>
633
+ </tbody>
634
+ </table>
635
+ </li>
636
+ <li class="blockList"><a name="org.janusgraph.graphdb.transaction">
637
+ <!-- -->
638
+ </a>
639
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a></h3>
640
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
641
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/transaction/package-summary.html">org.janusgraph.graphdb.transaction</a> that return <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
642
+ <tr>
643
+ <th class="colFirst" scope="col">Modifier and Type</th>
644
+ <th class="colLast" scope="col">Method and Description</th>
645
+ </tr>
646
+ <tbody>
647
+ <tr class="altColor">
648
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
649
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#getExistingRelationType-long-">getExistingRelationType</a></span>(long&nbsp;typeId)</code>&nbsp;</td>
650
+ </tr>
651
+ <tr class="rowColor">
652
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
653
+ <td class="colLast"><span class="typeNameLabel">StandardJanusGraphTx.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/transaction/StandardJanusGraphTx.html#getRelationType-java.lang.String-">getRelationType</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>&nbsp;name)</code>&nbsp;</td>
654
+ </tr>
655
+ </tbody>
656
+ </table>
657
+ </li>
658
+ <li class="blockList"><a name="org.janusgraph.graphdb.types">
659
+ <!-- -->
660
+ </a>
661
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a></h3>
662
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
663
+ <caption><span>Methods in <a href="../../../../org/janusgraph/graphdb/types/package-summary.html">org.janusgraph.graphdb.types</a> that return <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
664
+ <tr>
665
+ <th class="colFirst" scope="col">Modifier and Type</th>
666
+ <th class="colLast" scope="col">Method and Description</th>
667
+ </tr>
668
+ <tbody>
669
+ <tr class="altColor">
670
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
671
+ <td class="colLast"><span class="typeNameLabel">TypeInspector.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/TypeInspector.html#getExistingRelationType-long-">getExistingRelationType</a></span>(long&nbsp;id)</code>&nbsp;</td>
672
+ </tr>
673
+ <tr class="rowColor">
674
+ <td class="colFirst"><code><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></code></td>
675
+ <td class="colLast"><span class="typeNameLabel">TypeInspector.</span><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/TypeInspector.html#getRelationType-java.lang.String-">getRelationType</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>&nbsp;name)</code>&nbsp;</td>
676
+ </tr>
677
+ </tbody>
678
+ </table>
679
+ </li>
680
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.system">
681
+ <!-- -->
682
+ </a>
683
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></h3>
684
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
685
+ <caption><span>Subinterfaces of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a></span><span class="tabEnd">&nbsp;</span></caption>
686
+ <tr>
687
+ <th class="colFirst" scope="col">Modifier and Type</th>
688
+ <th class="colLast" scope="col">Interface and Description</th>
689
+ </tr>
690
+ <tbody>
691
+ <tr class="altColor">
692
+ <td class="colFirst"><code>interface&nbsp;</code></td>
693
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/SystemRelationType.html" title="interface in org.janusgraph.graphdb.types.system">SystemRelationType</a></span></code>&nbsp;</td>
694
+ </tr>
695
+ </tbody>
696
+ </table>
697
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
698
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/system/package-summary.html">org.janusgraph.graphdb.types.system</a> that implement <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
699
+ <tr>
700
+ <th class="colFirst" scope="col">Modifier and Type</th>
701
+ <th class="colLast" scope="col">Class and Description</th>
702
+ </tr>
703
+ <tbody>
704
+ <tr class="altColor">
705
+ <td class="colFirst"><code>class&nbsp;</code></td>
706
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseKey.html" title="class in org.janusgraph.graphdb.types.system">BaseKey</a></span></code>&nbsp;</td>
707
+ </tr>
708
+ <tr class="rowColor">
709
+ <td class="colFirst"><code>class&nbsp;</code></td>
710
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseLabel.html" title="class in org.janusgraph.graphdb.types.system">BaseLabel</a></span></code>&nbsp;</td>
711
+ </tr>
712
+ <tr class="altColor">
713
+ <td class="colFirst"><code>class&nbsp;</code></td>
714
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/BaseRelationType.html" title="class in org.janusgraph.graphdb.types.system">BaseRelationType</a></span></code>&nbsp;</td>
715
+ </tr>
716
+ <tr class="rowColor">
717
+ <td class="colFirst"><code>class&nbsp;</code></td>
718
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/EmptyRelationType.html" title="class in org.janusgraph.graphdb.types.system">EmptyRelationType</a></span></code>&nbsp;</td>
719
+ </tr>
720
+ <tr class="altColor">
721
+ <td class="colFirst"><code>class&nbsp;</code></td>
722
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/system/ImplicitKey.html" title="class in org.janusgraph.graphdb.types.system">ImplicitKey</a></span></code>&nbsp;</td>
723
+ </tr>
724
+ </tbody>
725
+ </table>
726
+ </li>
727
+ <li class="blockList"><a name="org.janusgraph.graphdb.types.vertices">
728
+ <!-- -->
729
+ </a>
730
+ <h3>Uses of <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a> in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a></h3>
731
+ <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
732
+ <caption><span>Classes in <a href="../../../../org/janusgraph/graphdb/types/vertices/package-summary.html">org.janusgraph.graphdb.types.vertices</a> that implement <a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">RelationType</a></span><span class="tabEnd">&nbsp;</span></caption>
733
+ <tr>
734
+ <th class="colFirst" scope="col">Modifier and Type</th>
735
+ <th class="colLast" scope="col">Class and Description</th>
736
+ </tr>
737
+ <tbody>
738
+ <tr class="altColor">
739
+ <td class="colFirst"><code>class&nbsp;</code></td>
740
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/EdgeLabelVertex.html" title="class in org.janusgraph.graphdb.types.vertices">EdgeLabelVertex</a></span></code>&nbsp;</td>
741
+ </tr>
742
+ <tr class="rowColor">
743
+ <td class="colFirst"><code>class&nbsp;</code></td>
744
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/PropertyKeyVertex.html" title="class in org.janusgraph.graphdb.types.vertices">PropertyKeyVertex</a></span></code>&nbsp;</td>
745
+ </tr>
746
+ <tr class="altColor">
747
+ <td class="colFirst"><code>class&nbsp;</code></td>
748
+ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/types/vertices/RelationTypeVertex.html" title="class in org.janusgraph.graphdb.types.vertices">RelationTypeVertex</a></span></code>&nbsp;</td>
749
+ </tr>
750
+ </tbody>
751
+ </table>
752
+ </li>
753
+ </ul>
754
+ </li>
755
+ </ul>
756
+ </div>
757
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
758
+ <div class="bottomNav"><a name="navbar.bottom">
759
+ <!-- -->
760
+ </a>
761
+ <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
762
+ <a name="navbar.bottom.firstrow">
763
+ <!-- -->
764
+ </a>
765
+ <ul class="navList" title="Navigation">
766
+ <li><a href="../../../../overview-summary.html">Overview</a></li>
767
+ <li><a href="../package-summary.html">Package</a></li>
768
+ <li><a href="../../../../org/janusgraph/core/RelationType.html" title="interface in org.janusgraph.core">Class</a></li>
769
+ <li class="navBarCell1Rev">Use</li>
770
+ <li><a href="../package-tree.html">Tree</a></li>
771
+ <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
772
+ <li><a href="../../../../index-all.html">Index</a></li>
773
+ <li><a href="../../../../help-doc.html">Help</a></li>
774
+ </ul>
775
+ </div>
776
+ <div class="subNav">
777
+ <ul class="navList">
778
+ <li>Prev</li>
779
+ <li>Next</li>
780
+ </ul>
781
+ <ul class="navList">
782
+ <li><a href="../../../../index.html?org/janusgraph/core/class-use/RelationType.html" target="_top">Frames</a></li>
783
+ <li><a href="RelationType.html" target="_top">No&nbsp;Frames</a></li>
784
+ </ul>
785
+ <ul class="navList" id="allclasses_navbar_bottom">
786
+ <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
787
+ </ul>
788
+ <div>
789
+ <script type="text/javascript"><!--
790
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
791
+ if(window==top) {
792
+ allClassesLink.style.display = "block";
793
+ }
794
+ else {
795
+ allClassesLink.style.display = "none";
796
+ }
797
+ //-->
798
+ </script>
799
+ </div>
800
+ <a name="skip.navbar.bottom">
801
+ <!-- -->
802
+ </a></div>
803
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
804
+ <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2024. All rights reserved.</small></p>
805
+ </body>
806
+ </html>