📄 kaon2exception.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set<<A HREF="../../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>></CODE></FONT></TD>
<TD><CODE><B>Request.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Request.html#get(int, int)">get</A></B>(int fromIndex,
int toIndex)</CODE>
<BR>
Returns the window of the result set by considering axioms only from the given ontology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set<<A HREF="../../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>></CODE></FONT></TD>
<TD><CODE><B>Request.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Request.html#getAll()">getAll</A></B>()</CODE>
<BR>
Returns the entire result set by considering axioms only from the given and all included ontologies.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set<<A HREF="../../../../../org/semanticweb/kaon2/api/Request.html" title="type parameter in Request">E</A>></CODE></FONT></TD>
<TD><CODE><B>Request.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Request.html#getAll(int, int)">getAll</A></B>(int fromIndex,
int toIndex)</CODE>
<BR>
Returns the window of the result set by considering axioms only from the given and all included ontologies.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set<<A HREF="../../../../../org/semanticweb/kaon2/api/owl/elements/Annotation.html" title="interface in org.semanticweb.kaon2.api.owl.elements">Annotation</A>></CODE></FONT></TD>
<TD><CODE><B>Ontology.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html#getAnnotations()">getAnnotations</A></B>()</CODE>
<BR>
Returns the annotations of this ontology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/semanticweb/kaon2/api/Axiom.html" title="interface in org.semanticweb.kaon2.api">Axiom</A></CODE></FONT></TD>
<TD><CODE><B>KAON2Factory.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Factory.html#getAxiomFromURI(java.lang.String)">getAxiomFromURI</A></B>(java.lang.String uri)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A></CODE></FONT></TD>
<TD><CODE><B>Ontology.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html#getDeclaringOntology(org.semanticweb.kaon2.api.Axiom)">getDeclaringOntology</A></B>(<A HREF="../../../../../org/semanticweb/kaon2/api/Axiom.html" title="interface in org.semanticweb.kaon2.api">Axiom</A> axiom)</CODE>
<BR>
Returns the ontology where the given axiom is declared.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>Ontology.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html#getDuplicateAxiomsThrowException()">getDuplicateAxiomsThrowException</A></B>()</CODE>
<BR>
Returns <code>true</code> if duplicate additions of axioms to this ontology result in an exception.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/semanticweb/kaon2/api/logic/Term.html" title="interface in org.semanticweb.kaon2.api.logic">Term</A></CODE></FONT></TD>
<TD><CODE><B>Ontology.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html#getModule()">getModule</A></B>()</CODE>
<BR>
Returns the module of this ontology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/semanticweb/kaon2/api/logic/Term.html" title="interface in org.semanticweb.kaon2.api.logic">Term</A></CODE></FONT></TD>
<TD><CODE><B>KAON2Manager.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Manager.html#getModule(java.lang.String, java.net.Proxy)">getModule</A></B>(java.lang.String physicalURI,
java.net.Proxy proxy)</CODE>
<BR>
Returns the module of the ontology with the given physical URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set<<A HREF="../../../../../org/semanticweb/kaon2/api/logic/Term.html" title="interface in org.semanticweb.kaon2.api.logic">Term</A>></CODE></FONT></TD>
<TD><CODE><B>KAON2Connection.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Connection.html#getModules()">getModules</A></B>()</CODE>
<BR>
Returns the set of modules of all ontologies opened by this connection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set<<A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>></CODE></FONT></TD>
<TD><CODE><B>KAON2Connection.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Connection.html#getOntologies()">getOntologies</A></B>()</CODE>
<BR>
Returns the set of ontologies open by the connection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set<<A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>></CODE></FONT></TD>
<TD><CODE><B>KAON2Connection.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Connection.html#getOntologies(org.semanticweb.kaon2.api.logic.Term)">getOntologies</A></B>(<A HREF="../../../../../org/semanticweb/kaon2/api/logic/Term.html" title="interface in org.semanticweb.kaon2.api.logic">Term</A> module)</CODE>
<BR>
Returns the set of onotlogies opened by this connection that have the given module.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A></CODE></FONT></TD>
<TD><CODE><B>KAON2Connection.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Connection.html#getOntology(java.lang.String)">getOntology</A></B>(java.lang.String ontologyURI)</CODE>
<BR>
Returns an ontology with a given ontology URI, provided that it was opened or created before.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/semanticweb/kaon2/api/formatting/OntologyFormatting.html" title="interface in org.semanticweb.kaon2.api.formatting">OntologyFormatting</A></CODE></FONT></TD>
<TD><CODE><B>Ontology.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html#getOntologyFormatting()">getOntologyFormatting</A></B>()</CODE>
<BR>
Returns the object that describes the formatting of an ontology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B>KAON2Manager.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Manager.html#getOntologyURI(java.lang.String, java.net.Proxy)">getOntologyURI</A></B>(java.lang.String physicalURI,
java.net.Proxy proxy)</CODE>
<BR>
Returns an ontology URI for given physical URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set<java.lang.String></CODE></FONT></TD>
<TD><CODE><B>KAON2Connection.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Connection.html#getOntologyURIs()">getOntologyURIs</A></B>()</CODE>
<BR>
Returns the set of logical URIs of all ontologies open by the connection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Object</CODE></FONT></TD>
<TD><CODE><B>KAON2Connection.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Connection.html#getParameter(java.lang.String)">getParameter</A></B>(java.lang.String parameterName)</CODE>
<BR>
Returns the value of the parameter with the given name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/semanticweb/kaon2/api/logic/Term.html" title="interface in org.semanticweb.kaon2.api.logic">Term</A></CODE></FONT></TD>
<TD><CODE><B>KAON2Factory.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Factory.html#groundTerm(java.io.Reader, org.semanticweb.kaon2.api.Namespaces)">groundTerm</A></B>(java.io.Reader reader,
<A HREF="../../../../../org/semanticweb/kaon2/api/Namespaces.html" title="class in org.semanticweb.kaon2.api">Namespaces</A> namespaces)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/semanticweb/kaon2/api/logic/Term.html" title="interface in org.semanticweb.kaon2.api.logic">Term</A></CODE></FONT></TD>
<TD><CODE><B>KAON2Factory.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Factory.html#groundTerm(java.lang.String, org.semanticweb.kaon2.api.Namespaces)">groundTerm</A></B>(java.lang.String string,
<A HREF="../../../../../org/semanticweb/kaon2/api/Namespaces.html" title="class in org.semanticweb.kaon2.api">Namespaces</A> namespaces)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>Cursor.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Cursor.html#hasNext()">hasNext</A></B>()</CODE>
<BR>
Returns <code>true</code> if there are more objects in the cursor, i.e.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Ontology.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html#importContentsFrom(java.io.File, org.semanticweb.kaon2.api.ProgressListener)">importContentsFrom</A></B>(java.io.File file,
<A HREF="../../../../../org/semanticweb/kaon2/api/ProgressListener.html" title="interface in org.semanticweb.kaon2.api">ProgressListener</A> progressListener)</CODE>
<BR>
Exports this ontolgy into specified format.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Ontology.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html#importContentsFrom(java.io.InputStream, java.lang.String, org.semanticweb.kaon2.api.ProgressListener)">importContentsFrom</A></B>(java.io.InputStream inputStream,
java.lang.String physicalURI,
<A HREF="../../../../../org/semanticweb/kaon2/api/ProgressListener.html" title="interface in org.semanticweb.kaon2.api">ProgressListener</A> progressListener)</CODE>
<BR>
Adds axioms from the supplied input stream into this ontology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Ontology.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html#importContentsFrom(java.io.Reader, java.lang.String, org.semanticweb.kaon2.api.ProgressListener)">importContentsFrom</A></B>(java.io.Reader reader,
java.lang.String physicalURI,
<A HREF="../../../../../org/semanticweb/kaon2/api/ProgressListener.html" title="interface in org.semanticweb.kaon2.api">ProgressListener</A> progressListener)</CODE>
<BR>
Adds the contents from the supplied source into this ontology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -