⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 request.html

📁 本体推理工具 共八个例子:从如何建立本体到做一些简单的的本体推理
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<DD>Sets the condition of the retrieval to a multiple values that are interpreted disjunctively. Each condition has a string name. Available conditions depend on the type of objects being retrieved.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>conditionName</CODE> - the name of the condition<DD><CODE>values</CODE> - the values of the condition
<DT><B>Returns:</B><DD>this request</DL>
</DD>
</DL>
<HR>

<A NAME="setCondition(java.lang.String, int, java.lang.Object)"><!-- --></A><H3>
setCondition</H3>
<PRE>
<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="interface in org.semanticweb.kaon2.api">Request</A>&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt; <B>setCondition</B>(java.lang.String&nbsp;conditionName,
                        int&nbsp;index,
                        java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>Sets the indexed condition of the retrieval to a single value. Each condition has a string name. Available conditions depend on the type of objects being retrieved.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>conditionName</CODE> - the name of the indexed condition<DD><CODE>index</CODE> - the index of the value being set<DD><CODE>value</CODE> - the value of the indexed condition
<DT><B>Returns:</B><DD>this request</DL>
</DD>
</DL>
<HR>

<A NAME="setConditionMultipleValues(java.lang.String, int, java.lang.Object...)"><!-- --></A><H3>
setConditionMultipleValues</H3>
<PRE>
<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="interface in org.semanticweb.kaon2.api">Request</A>&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt; <B>setConditionMultipleValues</B>(java.lang.String&nbsp;conditionName,
                                      int&nbsp;index,
                                      java.lang.Object...&nbsp;values)</PRE>
<DL>
<DD>Sets the indexed condition of the retrieval to a single value that are interpreted disjunctively. Each condition has a string name. Available conditions depend on the type of objects being retrieved.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>conditionName</CODE> - the name of the indexed condition<DD><CODE>index</CODE> - the index of the value being set<DD><CODE>values</CODE> - the value of the indexed condition
<DT><B>Returns:</B><DD>this request</DL>
</DD>
</DL>
<HR>

<A NAME="setSorting(java.util.Comparator)"><!-- --></A><H3>
setSorting</H3>
<PRE>
<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="interface in org.semanticweb.kaon2.api">Request</A>&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt; <B>setSorting</B>(java.util.Comparator&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt;&nbsp;comparator)</PRE>
<DL>
<DD>Specifies how the returned values should be sorted.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>comparator</CODE> - the comparator
<DT><B>Returns:</B><DD>this request</DL>
</DD>
</DL>
<HR>

<A NAME="size()"><!-- --></A><H3>
size</H3>
<PRE>
int <B>size</B>()
         throws <A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the number of results in this ontology.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the number of results in this ontology
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="get()"><!-- --></A><H3>
get</H3>
<PRE>
java.util.Set&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt; <B>get</B>()
                     throws <A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the entire result set by considering axioms only from the given ontology.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>entire result set
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></CODE> - thrown if there is an error</DL>
</DD>
</DL>
<HR>

<A NAME="get(int, int)"><!-- --></A><H3>
get</H3>
<PRE>
java.util.Set&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt; <B>get</B>(int&nbsp;fromIndex,
                     int&nbsp;toIndex)
                     throws <A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the window of the result set by considering axioms only from the given ontology.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fromIndex</CODE> - the index of the first element to be returned<DD><CODE>toIndex</CODE> - the index of the first element not returned
<DT><B>Returns:</B><DD>entire result set
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></CODE> - thrown if there is an error</DL>
</DD>
</DL>
<HR>

<A NAME="sizeAll()"><!-- --></A><H3>
sizeAll</H3>
<PRE>
int <B>sizeAll</B>()
            throws <A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the number of results in this and all included ontologies. WARNING: The returned size is simply the sum of all the sizes in each and every ontology. There is no guarantee for duplicate removal.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the number of results in this and all included ontologies
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></CODE> - thrown if there is an error</DL>
</DD>
</DL>
<HR>

<A NAME="getAll()"><!-- --></A><H3>
getAll</H3>
<PRE>
java.util.Set&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt; <B>getAll</B>()
                        throws <A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the entire result set by considering axioms only from the given and all included ontologies.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>entire result set
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></CODE> - thrown if there is an error</DL>
</DD>
</DL>
<HR>

<A NAME="getAll(int, int)"><!-- --></A><H3>
getAll</H3>
<PRE>
java.util.Set&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt; <B>getAll</B>(int&nbsp;fromIndex,
                        int&nbsp;toIndex)
                        throws <A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the window of the result set by considering axioms only from the given and all included ontologies.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fromIndex</CODE> - the index of the first element to be returned<DD><CODE>toIndex</CODE> - the index of the first element not returned
<DT><B>Returns:</B><DD>entire result set
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></CODE> - thrown if there is an error</DL>
</DD>
</DL>
<HR>

<A NAME="openCursor()"><!-- --></A><H3>
openCursor</H3>
<PRE>
<A HREF="../../../../org/semanticweb/kaon2/api/Cursor.html" title="interface in org.semanticweb.kaon2.api">Cursor</A>&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt; <B>openCursor</B>()
                     throws <A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns a cursor containing results from the given ontology.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the cursor
<DT><B>Throws:</B>
<DD><CODE>KAON2Eception</CODE> - thrown if there is an error
<DD><CODE><A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="openCursorAll()"><!-- --></A><H3>
openCursorAll</H3>
<PRE>
<A HREF="../../../../org/semanticweb/kaon2/api/Cursor.html" title="interface in org.semanticweb.kaon2.api">Cursor</A>&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>&gt; <B>openCursorAll</B>()
                        throws <A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns a cursor containing results from the given and all imported ontologies. There are no guarantees that the returned cursor will not return duplicate objects.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the cursor
<DT><B>Throws:</B>
<DD><CODE>KAON2Eception</CODE> - thrown if there is an error
<DD><CODE><A HREF="../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Request.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/semanticweb/kaon2/api/ProgressListener.html" title="interface in org.semanticweb.kaon2.api"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/semanticweb/kaon2/api/StringWithLanguage.html" title="class in org.semanticweb.kaon2.api"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?org/semanticweb/kaon2/api/Request.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Request.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -