Mercurial > hg > semantic-sia
comparison doc/org/qmul/eecs/c4dm/sia/model/Datapoint.html @ 9:3dc7ce380afe
new
author | stevenh |
---|---|
date | Tue, 01 Jan 2013 21:18:46 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
8:842ce6ca6e29 | 9:3dc7ce380afe |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
2 <!-- NewPage --> | |
3 <html lang="en"> | |
4 <head> | |
5 <!-- Generated by javadoc (version 1.7.0_09) on Tue Jan 01 21:05:06 GMT 2013 --> | |
6 <title>Datapoint</title> | |
7 <meta name="date" content="2013-01-01"> | |
8 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> | |
9 </head> | |
10 <body> | |
11 <script type="text/javascript"><!-- | |
12 if (location.href.indexOf('is-external=true') == -1) { | |
13 parent.document.title="Datapoint"; | |
14 } | |
15 //--> | |
16 </script> | |
17 <noscript> | |
18 <div>JavaScript is disabled on your browser.</div> | |
19 </noscript> | |
20 <!-- ========= START OF TOP NAVBAR ======= --> | |
21 <div class="topNav"><a name="navbar_top"> | |
22 <!-- --> | |
23 </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> | |
24 <!-- --> | |
25 </a> | |
26 <ul class="navList" title="Navigation"> | |
27 <li><a href="../../../../../../overview-summary.html">Overview</a></li> | |
28 <li><a href="package-summary.html">Package</a></li> | |
29 <li class="navBarCell1Rev">Class</li> | |
30 <li><a href="class-use/Datapoint.html">Use</a></li> | |
31 <li><a href="package-tree.html">Tree</a></li> | |
32 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> | |
33 <li><a href="../../../../../../index-files/index-1.html">Index</a></li> | |
34 <li><a href="../../../../../../help-doc.html">Help</a></li> | |
35 </ul> | |
36 </div> | |
37 <div class="subNav"> | |
38 <ul class="navList"> | |
39 <li>Prev Class</li> | |
40 <li><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/DimensionValue.html" title="class in org.qmul.eecs.c4dm.sia.model"><span class="strong">Next Class</span></a></li> | |
41 </ul> | |
42 <ul class="navList"> | |
43 <li><a href="../../../../../../index.html?org/qmul/eecs/c4dm/sia/model/Datapoint.html" target="_top">Frames</a></li> | |
44 <li><a href="Datapoint.html" target="_top">No Frames</a></li> | |
45 </ul> | |
46 <ul class="navList" id="allclasses_navbar_top"> | |
47 <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> | |
48 </ul> | |
49 <div> | |
50 <script type="text/javascript"><!-- | |
51 allClassesLink = document.getElementById("allclasses_navbar_top"); | |
52 if(window==top) { | |
53 allClassesLink.style.display = "block"; | |
54 } | |
55 else { | |
56 allClassesLink.style.display = "none"; | |
57 } | |
58 //--> | |
59 </script> | |
60 </div> | |
61 <div> | |
62 <ul class="subNavList"> | |
63 <li>Summary: </li> | |
64 <li>Nested | </li> | |
65 <li><a href="#field_summary">Field</a> | </li> | |
66 <li><a href="#constructor_summary">Constr</a> | </li> | |
67 <li><a href="#method_summary">Method</a></li> | |
68 </ul> | |
69 <ul class="subNavList"> | |
70 <li>Detail: </li> | |
71 <li><a href="#field_detail">Field</a> | </li> | |
72 <li><a href="#constructor_detail">Constr</a> | </li> | |
73 <li><a href="#method_detail">Method</a></li> | |
74 </ul> | |
75 </div> | |
76 <a name="skip-navbar_top"> | |
77 <!-- --> | |
78 </a></div> | |
79 <!-- ========= END OF TOP NAVBAR ========= --> | |
80 <!-- ======== START OF CLASS DATA ======== --> | |
81 <div class="header"> | |
82 <div class="subTitle">org.qmul.eecs.c4dm.sia.model</div> | |
83 <h2 title="Class Datapoint" class="title">Class Datapoint</h2> | |
84 </div> | |
85 <div class="contentContainer"> | |
86 <ul class="inheritance"> | |
87 <li>java.lang.Object</li> | |
88 <li> | |
89 <ul class="inheritance"> | |
90 <li><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/NDimensionalObject.html" title="class in org.qmul.eecs.c4dm.sia.model">org.qmul.eecs.c4dm.sia.model.NDimensionalObject</a></li> | |
91 <li> | |
92 <ul class="inheritance"> | |
93 <li>org.qmul.eecs.c4dm.sia.model.Datapoint</li> | |
94 </ul> | |
95 </li> | |
96 </ul> | |
97 </li> | |
98 </ul> | |
99 <div class="description"> | |
100 <ul class="blockList"> | |
101 <li class="blockList"> | |
102 <dl> | |
103 <dt>All Implemented Interfaces:</dt> | |
104 <dd>java.lang.Comparable</dd> | |
105 </dl> | |
106 <hr> | |
107 <br> | |
108 <pre>public class <span class="strong">Datapoint</span> | |
109 extends <a href="../../../../../../org/qmul/eecs/c4dm/sia/model/NDimensionalObject.html" title="class in org.qmul.eecs.c4dm.sia.model">NDimensionalObject</a></pre> | |
110 </li> | |
111 </ul> | |
112 </div> | |
113 <div class="summary"> | |
114 <ul class="blockList"> | |
115 <li class="blockList"> | |
116 <!-- =========== FIELD SUMMARY =========== --> | |
117 <ul class="blockList"> | |
118 <li class="blockList"><a name="field_summary"> | |
119 <!-- --> | |
120 </a> | |
121 <h3>Field Summary</h3> | |
122 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> | |
123 <caption><span>Fields</span><span class="tabEnd"> </span></caption> | |
124 <tr> | |
125 <th class="colFirst" scope="col">Modifier and Type</th> | |
126 <th class="colLast" scope="col">Field and Description</th> | |
127 </tr> | |
128 <tr class="altColor"> | |
129 <td class="colFirst"><code>static java.lang.String</code></td> | |
130 <td class="colLast"><code><strong><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/Datapoint.html#RESOURCE_URI">RESOURCE_URI</a></strong></code> </td> | |
131 </tr> | |
132 </table> | |
133 </li> | |
134 </ul> | |
135 <!-- ======== CONSTRUCTOR SUMMARY ======== --> | |
136 <ul class="blockList"> | |
137 <li class="blockList"><a name="constructor_summary"> | |
138 <!-- --> | |
139 </a> | |
140 <h3>Constructor Summary</h3> | |
141 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> | |
142 <caption><span>Constructors</span><span class="tabEnd"> </span></caption> | |
143 <tr> | |
144 <th class="colOne" scope="col">Constructor and Description</th> | |
145 </tr> | |
146 <tr class="altColor"> | |
147 <td class="colOne"><code><strong><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/Datapoint.html#Datapoint()">Datapoint</a></strong>()</code> </td> | |
148 </tr> | |
149 </table> | |
150 </li> | |
151 </ul> | |
152 <!-- ========== METHOD SUMMARY =========== --> | |
153 <ul class="blockList"> | |
154 <li class="blockList"><a name="method_summary"> | |
155 <!-- --> | |
156 </a> | |
157 <h3>Method Summary</h3> | |
158 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> | |
159 <caption><span>Methods</span><span class="tabEnd"> </span></caption> | |
160 <tr> | |
161 <th class="colFirst" scope="col">Modifier and Type</th> | |
162 <th class="colLast" scope="col">Method and Description</th> | |
163 </tr> | |
164 <tr class="altColor"> | |
165 <td class="colFirst"><code>int</code></td> | |
166 <td class="colLast"><code><strong><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/Datapoint.html#getOrderedIndex()">getOrderedIndex</a></strong>()</code> </td> | |
167 </tr> | |
168 <tr class="rowColor"> | |
169 <td class="colFirst"><code>com.hp.hpl.jena.rdf.model.Resource</code></td> | |
170 <td class="colLast"><code><strong><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/Datapoint.html#getResource()">getResource</a></strong>()</code> </td> | |
171 </tr> | |
172 <tr class="altColor"> | |
173 <td class="colFirst"><code>void</code></td> | |
174 <td class="colLast"><code><strong><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/Datapoint.html#setOrderedIndex(int)">setOrderedIndex</a></strong>(int orderedIndex)</code> </td> | |
175 </tr> | |
176 <tr class="rowColor"> | |
177 <td class="colFirst"><code>void</code></td> | |
178 <td class="colLast"><code><strong><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/Datapoint.html#setResource(com.hp.hpl.jena.rdf.model.Resource)">setResource</a></strong>(com.hp.hpl.jena.rdf.model.Resource resource)</code> </td> | |
179 </tr> | |
180 </table> | |
181 <ul class="blockList"> | |
182 <li class="blockList"><a name="methods_inherited_from_class_org.qmul.eecs.c4dm.sia.model.NDimensionalObject"> | |
183 <!-- --> | |
184 </a> | |
185 <h3>Methods inherited from class org.qmul.eecs.c4dm.sia.model.<a href="../../../../../../org/qmul/eecs/c4dm/sia/model/NDimensionalObject.html" title="class in org.qmul.eecs.c4dm.sia.model">NDimensionalObject</a></h3> | |
186 <code><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/NDimensionalObject.html#compareTo(java.lang.Object)">compareTo</a>, <a href="../../../../../../org/qmul/eecs/c4dm/sia/model/NDimensionalObject.html#getDimensionValue(int)">getDimensionValue</a>, <a href="../../../../../../org/qmul/eecs/c4dm/sia/model/NDimensionalObject.html#getDimensionValues()">getDimensionValues</a>, <a href="../../../../../../org/qmul/eecs/c4dm/sia/model/NDimensionalObject.html#setDimensionValues(java.util.Vector)">setDimensionValues</a></code></li> | |
187 </ul> | |
188 <ul class="blockList"> | |
189 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> | |
190 <!-- --> | |
191 </a> | |
192 <h3>Methods inherited from class java.lang.Object</h3> | |
193 <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> | |
194 </ul> | |
195 </li> | |
196 </ul> | |
197 </li> | |
198 </ul> | |
199 </div> | |
200 <div class="details"> | |
201 <ul class="blockList"> | |
202 <li class="blockList"> | |
203 <!-- ============ FIELD DETAIL =========== --> | |
204 <ul class="blockList"> | |
205 <li class="blockList"><a name="field_detail"> | |
206 <!-- --> | |
207 </a> | |
208 <h3>Field Detail</h3> | |
209 <a name="RESOURCE_URI"> | |
210 <!-- --> | |
211 </a> | |
212 <ul class="blockListLast"> | |
213 <li class="blockList"> | |
214 <h4>RESOURCE_URI</h4> | |
215 <pre>public static final java.lang.String RESOURCE_URI</pre> | |
216 </li> | |
217 </ul> | |
218 </li> | |
219 </ul> | |
220 <!-- ========= CONSTRUCTOR DETAIL ======== --> | |
221 <ul class="blockList"> | |
222 <li class="blockList"><a name="constructor_detail"> | |
223 <!-- --> | |
224 </a> | |
225 <h3>Constructor Detail</h3> | |
226 <a name="Datapoint()"> | |
227 <!-- --> | |
228 </a> | |
229 <ul class="blockListLast"> | |
230 <li class="blockList"> | |
231 <h4>Datapoint</h4> | |
232 <pre>public Datapoint()</pre> | |
233 </li> | |
234 </ul> | |
235 </li> | |
236 </ul> | |
237 <!-- ============ METHOD DETAIL ========== --> | |
238 <ul class="blockList"> | |
239 <li class="blockList"><a name="method_detail"> | |
240 <!-- --> | |
241 </a> | |
242 <h3>Method Detail</h3> | |
243 <a name="getResource()"> | |
244 <!-- --> | |
245 </a> | |
246 <ul class="blockList"> | |
247 <li class="blockList"> | |
248 <h4>getResource</h4> | |
249 <pre>public com.hp.hpl.jena.rdf.model.Resource getResource()</pre> | |
250 <dl><dt><span class="strong">Returns:</span></dt><dd>the resource</dd></dl> | |
251 </li> | |
252 </ul> | |
253 <a name="setResource(com.hp.hpl.jena.rdf.model.Resource)"> | |
254 <!-- --> | |
255 </a> | |
256 <ul class="blockList"> | |
257 <li class="blockList"> | |
258 <h4>setResource</h4> | |
259 <pre>public void setResource(com.hp.hpl.jena.rdf.model.Resource resource)</pre> | |
260 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>resource</code> - the node to set</dd></dl> | |
261 </li> | |
262 </ul> | |
263 <a name="getOrderedIndex()"> | |
264 <!-- --> | |
265 </a> | |
266 <ul class="blockList"> | |
267 <li class="blockList"> | |
268 <h4>getOrderedIndex</h4> | |
269 <pre>public int getOrderedIndex()</pre> | |
270 <dl><dt><span class="strong">Returns:</span></dt><dd>the orderedIndex</dd></dl> | |
271 </li> | |
272 </ul> | |
273 <a name="setOrderedIndex(int)"> | |
274 <!-- --> | |
275 </a> | |
276 <ul class="blockListLast"> | |
277 <li class="blockList"> | |
278 <h4>setOrderedIndex</h4> | |
279 <pre>public void setOrderedIndex(int orderedIndex)</pre> | |
280 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>orderedIndex</code> - the orderedIndex to set</dd></dl> | |
281 </li> | |
282 </ul> | |
283 </li> | |
284 </ul> | |
285 </li> | |
286 </ul> | |
287 </div> | |
288 </div> | |
289 <!-- ========= END OF CLASS DATA ========= --> | |
290 <!-- ======= START OF BOTTOM NAVBAR ====== --> | |
291 <div class="bottomNav"><a name="navbar_bottom"> | |
292 <!-- --> | |
293 </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> | |
294 <!-- --> | |
295 </a> | |
296 <ul class="navList" title="Navigation"> | |
297 <li><a href="../../../../../../overview-summary.html">Overview</a></li> | |
298 <li><a href="package-summary.html">Package</a></li> | |
299 <li class="navBarCell1Rev">Class</li> | |
300 <li><a href="class-use/Datapoint.html">Use</a></li> | |
301 <li><a href="package-tree.html">Tree</a></li> | |
302 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> | |
303 <li><a href="../../../../../../index-files/index-1.html">Index</a></li> | |
304 <li><a href="../../../../../../help-doc.html">Help</a></li> | |
305 </ul> | |
306 </div> | |
307 <div class="subNav"> | |
308 <ul class="navList"> | |
309 <li>Prev Class</li> | |
310 <li><a href="../../../../../../org/qmul/eecs/c4dm/sia/model/DimensionValue.html" title="class in org.qmul.eecs.c4dm.sia.model"><span class="strong">Next Class</span></a></li> | |
311 </ul> | |
312 <ul class="navList"> | |
313 <li><a href="../../../../../../index.html?org/qmul/eecs/c4dm/sia/model/Datapoint.html" target="_top">Frames</a></li> | |
314 <li><a href="Datapoint.html" target="_top">No Frames</a></li> | |
315 </ul> | |
316 <ul class="navList" id="allclasses_navbar_bottom"> | |
317 <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> | |
318 </ul> | |
319 <div> | |
320 <script type="text/javascript"><!-- | |
321 allClassesLink = document.getElementById("allclasses_navbar_bottom"); | |
322 if(window==top) { | |
323 allClassesLink.style.display = "block"; | |
324 } | |
325 else { | |
326 allClassesLink.style.display = "none"; | |
327 } | |
328 //--> | |
329 </script> | |
330 </div> | |
331 <div> | |
332 <ul class="subNavList"> | |
333 <li>Summary: </li> | |
334 <li>Nested | </li> | |
335 <li><a href="#field_summary">Field</a> | </li> | |
336 <li><a href="#constructor_summary">Constr</a> | </li> | |
337 <li><a href="#method_summary">Method</a></li> | |
338 </ul> | |
339 <ul class="subNavList"> | |
340 <li>Detail: </li> | |
341 <li><a href="#field_detail">Field</a> | </li> | |
342 <li><a href="#constructor_detail">Constr</a> | </li> | |
343 <li><a href="#method_detail">Method</a></li> | |
344 </ul> | |
345 </div> | |
346 <a name="skip-navbar_bottom"> | |
347 <!-- --> | |
348 </a></div> | |
349 <!-- ======== END OF BOTTOM NAVBAR ======= --> | |
350 </body> | |
351 </html> |