source: fedd/abac-src/rtml/doc/edu/stanford/rt/datatype/OrderedType.html @ df783c1

axis_examplecompt_changesinfo-opsversion-2.00version-3.01version-3.02
Last change on this file since df783c1 was 8780cbec, checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago

ABAC sources from Cobham

  • Property mode set to 100644
File size: 13.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc on Wed Oct 02 14:27:59 PDT 2002 -->
6<TITLE>
7OrderedType
8</TITLE>
9<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
10</HEAD>
11<SCRIPT>
12function asd()
13{
14parent.document.title="OrderedType";
15}
16</SCRIPT>
17<BODY BGCOLOR="white" onload="asd();">
18
19<!-- ========== START OF NAVBAR ========== -->
20<A NAME="navbar_top"><!-- --></A>
21<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
22<TR>
23<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
24<A NAME="navbar_top_firstrow"><!-- --></A>
25<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
26  <TR ALIGN="center" VALIGN="top">
27  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
28  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
29  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
30  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/OrderedType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
31  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
32  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
33  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
34  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
35  </TR>
36</TABLE>
37</TD>
38<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
39</EM>
40</TD>
41</TR>
42
43<TR>
44<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
45&nbsp;<A HREF="../../../../edu/stanford/rt/datatype/KeyValue.html"><B>PREV CLASS</B></A>&nbsp;
46&nbsp;<A HREF="../../../../edu/stanford/rt/datatype/PrincipalValue.html"><B>NEXT CLASS</B></A></FONT></TD>
47<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
48  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
49&nbsp;<A HREF="OrderedType.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
50&nbsp;
51<SCRIPT>
52  <!--
53  if(window==top) {
54    document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
55  }
56  //-->
57</SCRIPT>
58<NOSCRIPT>
59<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
60</NOSCRIPT>
61</FONT></TD>
62</TR>
63<TR>
64<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
65  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_edu.stanford.rt.datatype.DataType">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
66<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
67DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
68</TR>
69</TABLE>
70<!-- =========== END OF NAVBAR =========== -->
71
72<HR>
73<!-- ======== START OF CLASS DATA ======== -->
74<H2>
75<FONT SIZE="-1">
76edu.stanford.rt.datatype</FONT>
77<BR>
78Class  OrderedType</H2>
79<PRE>
80java.lang.Object
81  |
82  +--<A HREF="../../../../edu/stanford/rt/datatype/DataType.html">edu.stanford.rt.datatype.DataType</A>
83        |
84        +--<A HREF="../../../../edu/stanford/rt/datatype/SimpleType.html">edu.stanford.rt.datatype.SimpleType</A>
85              |
86              +--<B>edu.stanford.rt.datatype.OrderedType</B>
87</PRE>
88<DL>
89<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../edu/stanford/rt/datatype/DecimalType.html">DecimalType</A>, <A HREF="../../../../edu/stanford/rt/datatype/EnumType.html">EnumType</A>, <A HREF="../../../../edu/stanford/rt/datatype/IntegerType.html">IntegerType</A>, <A HREF="../../../../edu/stanford/rt/datatype/StringType.html">StringType</A>, <A HREF="../../../../edu/stanford/rt/datatype/TimeType.html">TimeType</A></DD>
90</DL>
91<HR>
92<DL>
93<DT>public abstract class <B>OrderedType</B><DT>extends <A HREF="../../../../edu/stanford/rt/datatype/SimpleType.html">SimpleType</A></DL>
94
95<P>
96<DL>
97<DT><B>Author:</B><DD>Ninghui Li, Sandra Qiu<br>
98 
99  OrderedType is the super class of all totally ordered simple
100  data types: IntegerType, DecimalType, EnumType, StringType, TimeType.
101  It requires its subclasses to be able to compare for legal values</DD>
102</DD>
103</DL>
104<HR>
105
106<P>
107<!-- ======== NESTED CLASS SUMMARY ======== -->
108
109
110<!-- =========== FIELD SUMMARY =========== -->
111
112<A NAME="field_summary"><!-- --></A>
113<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
114<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
115<TD COLSPAN=2><FONT SIZE="+2">
116<B>Field Summary</B></FONT></TD>
117</TR>
118</TABLE>
119&nbsp;<A NAME="fields_inherited_from_class_edu.stanford.rt.datatype.DataType"><!-- --></A>
120<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
121<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
122<TD><B>Fields inherited from class edu.stanford.rt.datatype.<A HREF="../../../../edu/stanford/rt/datatype/DataType.html">DataType</A></B></TD>
123</TR>
124<TR BGCOLOR="white" CLASS="TableRowColor">
125<TD><CODE></CODE></TD>
126</TR>
127</TABLE>
128&nbsp;
129<!-- ======== CONSTRUCTOR SUMMARY ======== -->
130
131<A NAME="constructor_summary"><!-- --></A>
132<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
133<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134<TD COLSPAN=2><FONT SIZE="+2">
135<B>Constructor Summary</B></FONT></TD>
136</TR>
137<TR BGCOLOR="white" CLASS="TableRowColor">
138<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139<CODE>(package private)</CODE></FONT></TD>
140<TD><CODE><B><A HREF="../../../../edu/stanford/rt/datatype/OrderedType.html#OrderedType(java.lang.String)">OrderedType</A></B>(java.lang.String&nbsp;name)</CODE>
141
142<BR>
143&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144</TR>
145</TABLE>
146&nbsp;
147<!-- ========== METHOD SUMMARY =========== -->
148
149<A NAME="method_summary"><!-- --></A>
150<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
151<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
152<TD COLSPAN=2><FONT SIZE="+2">
153<B>Method Summary</B></FONT></TD>
154</TR>
155<TR BGCOLOR="white" CLASS="TableRowColor">
156<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157<CODE>(package private) abstract &nbsp;int</CODE></FONT></TD>
158<TD><CODE><B><A HREF="../../../../edu/stanford/rt/datatype/OrderedType.html#compares(edu.stanford.rt.datatype.DataValue, edu.stanford.rt.datatype.DataValue)">compares</A></B>(<A HREF="../../../../edu/stanford/rt/datatype/DataValue.html">DataValue</A>&nbsp;value1,
159         <A HREF="../../../../edu/stanford/rt/datatype/DataValue.html">DataValue</A>&nbsp;value2)</CODE>
160
161<BR>
162&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Method compares.</TD>
163</TR>
164</TABLE>
165&nbsp;<A NAME="methods_inherited_from_class_edu.stanford.rt.datatype.SimpleType"><!-- --></A>
166<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
167<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
168<TD><B>Methods inherited from class edu.stanford.rt.datatype.<A HREF="../../../../edu/stanford/rt/datatype/SimpleType.html">SimpleType</A></B></TD>
169</TR>
170<TR BGCOLOR="white" CLASS="TableRowColor">
171<TD><CODE><A HREF="../../../../edu/stanford/rt/datatype/SimpleType.html#isValidValue(edu.stanford.rt.datatype.DataValue)">isValidValue</A></CODE></TD>
172</TR>
173</TABLE>
174&nbsp;<A NAME="methods_inherited_from_class_edu.stanford.rt.datatype.DataType"><!-- --></A>
175<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
176<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
177<TD><B>Methods inherited from class edu.stanford.rt.datatype.<A HREF="../../../../edu/stanford/rt/datatype/DataType.html">DataType</A></B></TD>
178</TR>
179<TR BGCOLOR="white" CLASS="TableRowColor">
180<TD><CODE><A HREF="../../../../edu/stanford/rt/datatype/DataType.html#getName()">getName</A>, <A HREF="../../../../edu/stanford/rt/datatype/DataType.html#toString()">toString</A>, <A HREF="../../../../edu/stanford/rt/datatype/DataType.html#toString(java.lang.String)">toString</A></CODE></TD>
181</TR>
182</TABLE>
183&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
184<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
185<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
186<TD><B>Methods inherited from class java.lang.Object</B></TD>
187</TR>
188<TR BGCOLOR="white" CLASS="TableRowColor">
189<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
190</TR>
191</TABLE>
192&nbsp;
193<P>
194
195<!-- ============ FIELD DETAIL =========== -->
196
197
198<!-- ========= CONSTRUCTOR DETAIL ======== -->
199
200<A NAME="constructor_detail"><!-- --></A>
201<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
202<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
203<TD COLSPAN=1><FONT SIZE="+2">
204<B>Constructor Detail</B></FONT></TD>
205</TR>
206</TABLE>
207
208<A NAME="OrderedType(java.lang.String)"><!-- --></A><H3>
209OrderedType</H3>
210<PRE>
211<B>OrderedType</B>(java.lang.String&nbsp;name)</PRE>
212<DL>
213</DL>
214
215<!-- ============ METHOD DETAIL ========== -->
216
217<A NAME="method_detail"><!-- --></A>
218<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
219<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
220<TD COLSPAN=1><FONT SIZE="+2">
221<B>Method Detail</B></FONT></TD>
222</TR>
223</TABLE>
224
225<A NAME="compares(edu.stanford.rt.datatype.DataValue, edu.stanford.rt.datatype.DataValue)"><!-- --></A><H3>
226compares</H3>
227<PRE>
228abstract int <B>compares</B>(<A HREF="../../../../edu/stanford/rt/datatype/DataValue.html">DataValue</A>&nbsp;value1,
229                      <A HREF="../../../../edu/stanford/rt/datatype/DataValue.html">DataValue</A>&nbsp;value2)</PRE>
230<DL>
231<DD>Method compares.
232      Compares two DataValue objects.
233<P>
234<DD><DL>
235<DT><B>Parameters:</B><DD><CODE>value1</CODE> - <DD><CODE>value2</CODE> -
236<DT><B>Returns:</B><DD>int</DL>
237</DD>
238</DL>
239<!-- ========= END OF CLASS DATA ========= -->
240<HR>
241
242<!-- ========== START OF NAVBAR ========== -->
243<A NAME="navbar_bottom"><!-- --></A>
244<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
245<TR>
246<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
247<A NAME="navbar_bottom_firstrow"><!-- --></A>
248<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
249  <TR ALIGN="center" VALIGN="top">
250  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
251  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
252  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
253  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/OrderedType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
254  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
255  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
256  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
257  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
258  </TR>
259</TABLE>
260</TD>
261<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
262</EM>
263</TD>
264</TR>
265
266<TR>
267<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
268&nbsp;<A HREF="../../../../edu/stanford/rt/datatype/KeyValue.html"><B>PREV CLASS</B></A>&nbsp;
269&nbsp;<A HREF="../../../../edu/stanford/rt/datatype/PrincipalValue.html"><B>NEXT CLASS</B></A></FONT></TD>
270<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
271  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
272&nbsp;<A HREF="OrderedType.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
273&nbsp;
274<SCRIPT>
275  <!--
276  if(window==top) {
277    document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
278  }
279  //-->
280</SCRIPT>
281<NOSCRIPT>
282<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
283</NOSCRIPT>
284</FONT></TD>
285</TR>
286<TR>
287<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
288  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_edu.stanford.rt.datatype.DataType">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
289<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
290DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
291</TR>
292</TABLE>
293<!-- =========== END OF NAVBAR =========== -->
294
295<HR>
296
297</BODY>
298</HTML>
Note: See TracBrowser for help on using the repository browser.