📄 kaon2exception.html
字号:
<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.lang.String, org.semanticweb.kaon2.api.ProgressListener)">importContentsFrom</A></B>(java.lang.String physicalURI,
<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> boolean</CODE></FONT></TD>
<TD><CODE><B>KAON2Connection.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Connection.html#isOpen()">isOpen</A></B>()</CODE>
<BR>
Returns <code>true</code> if this connection is open.</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#isOpen()">isOpen</A></B>()</CODE>
<BR>
Returns <code>true</code> if the cursor is open.</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#isPersistent()">isPersistent</A></B>()</CODE>
<BR>
Checks whether this ontology is atuomatically persistent.</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/KAON2Connection.html" title="interface in org.semanticweb.kaon2.api">KAON2Connection</A></CODE></FONT></TD>
<TD><CODE><B>KAON2Manager.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Manager.html#newConnection()">newConnection</A></B>()</CODE>
<BR>
Creates a new connection with no default connection parameters.</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/KAON2Connection.html" title="interface in org.semanticweb.kaon2.api">KAON2Connection</A></CODE></FONT></TD>
<TD><CODE><B>KAON2Manager.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Manager.html#newConnection(java.util.Map)">newConnection</A></B>(java.util.Map<java.lang.String,java.lang.Object> parameters)</CODE>
<BR>
Creates a new connection initialized with the given parameters.</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/KAON2Connection.html" title="interface in org.semanticweb.kaon2.api">KAON2Connection</A></CODE></FONT></TD>
<TD><CODE><B>KAON2Manager.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Manager.html#newConnection(java.util.Properties)">newConnection</A></B>(java.util.Properties parameters)</CODE>
<BR>
Creates a new connection initialized with the given parameters.</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.AxiomIterator.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Factory.AxiomIterator.html#next()">next</A></B>()</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/Cursor.html" title="type parameter in Cursor">E</A></CODE></FONT></TD>
<TD><CODE><B>Cursor.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/Cursor.html#next()">next</A></B>()</CODE>
<BR>
Returns the current objects and moves the cursor to the next object.</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#occursInAxioms(org.semanticweb.kaon2.api.logic.Term, boolean)">occursInAxioms</A></B>(<A HREF="../../../../../org/semanticweb/kaon2/api/logic/Term.html" title="interface in org.semanticweb.kaon2.api.logic">Term</A> term,
boolean checkImportedOntologies)</CODE>
<BR>
Checks whether the supplied term occurs in one of the axioms 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/Cursor.html" title="interface in org.semanticweb.kaon2.api">Cursor</A><<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#openCursor()">openCursor</A></B>()</CODE>
<BR>
Returns a cursor containing results from the given 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/Cursor.html" title="interface in org.semanticweb.kaon2.api">Cursor</A><<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#openCursorAll()">openCursorAll</A></B>()</CODE>
<BR>
Returns a cursor containing results from the given and all imported ontologies.</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#openOntology(java.lang.String, java.util.Map)">openOntology</A></B>(java.lang.String ontologyURI,
java.util.Map<java.lang.String,java.lang.Object> parameters)</CODE>
<BR>
Opens an ontology with given ontology URI.</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#openOntology(java.lang.String, java.util.Map, org.semanticweb.kaon2.api.ProgressListener)">openOntology</A></B>(java.lang.String ontologyURI,
java.util.Map<java.lang.String,java.lang.Object> parameters,
<A HREF="../../../../../org/semanticweb/kaon2/api/ProgressListener.html" title="interface in org.semanticweb.kaon2.api">ProgressListener</A> progressListener)</CODE>
<BR>
Opens an ontology with given ontology URI.</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#persist()">persist</A></B>()</CODE>
<BR>
Ensures that the ontology is persisted.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B>DefaultOntologyResolver.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/DefaultOntologyResolver.html#registerOntology(java.io.File)">registerOntology</A></B>(java.io.File file)</CODE>
<BR>
Registers the ontology in a given file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B>DefaultOntologyResolver.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/DefaultOntologyResolver.html#registerOntology(java.lang.String)">registerOntology</A></B>(java.lang.String physicalURI)</CODE>
<BR>
Registers the ontology with a given physical URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B>DefaultOntologyResolver.</B><B><A HREF="../../../../../org/semanticweb/kaon2/api/DefaultOntologyResolver.html#registerOntology(java.lang.String, java.net.Proxy)">registerOntology</A></B>(java.lang.String physicalURI,
java.net.Proxy proxy)</CODE>
<BR>
Registers the ontology with a given physical URI.</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#removeAllAxioms()">removeAllAxioms</A></B>()</CODE>
<BR>
This method removes all axioms from an 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#removeAnnotation(org.semanticweb.kaon2.api.owl.elements.Annotation)">removeAnnotation</A></B>(<A HREF="../../../../../org/semanticweb/kaon2/api/owl/elements/Annotation.html" title="interface in org.semanticweb.kaon2.api.owl.elements">Annotation</A> annotation)</CODE>
<BR>
Removes an annotation from an 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#removeAxiom(org.semanticweb.kaon2.api.Axiom)">removeAxiom</A></B>(<A HREF="../../../../../org/semanticweb/kaon2/api/Axiom.html" title="interface in org.semanticweb.kaon2.api">Axiom</A> axiom)</CODE>
<BR>
Removes an axiom from an 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#removeAxioms(java.util.Collection)">removeAxioms</A></B>(java.util.Collection<<A HREF="../../../../../org/semanticweb/kaon2/api/Axiom.html" title="interface in org.semanticweb.kaon2.api">Axiom</A>> axioms)</CODE>
<BR>
Removes a collection of axioms from an 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#removeFromImports(org.semanticweb.kaon2.api.Ontology)">removeFromImports</A></B>(<A HREF="../../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A> ontology)</CODE>
<BR>
Removes specified ontology from the set of ontologies imported in 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#replaceTerm(org.semanticweb.kaon2.api.logic.Term, org.semanticweb.kaon2.api.logic.Term, org.semanticweb.kaon2.api.ProgressListener)">replaceTerm</A></B>(<A HREF="../../../../../org/semanticweb/kaon2/api/logic/Term.html" title="interface in org.semanticweb.kaon2.api.logic">Term</A> termToReplace,
<A HREF="../../../../../org/semanticweb/kaon2/api/logic/Term.html" title="interface in org.semanticweb.kaon2.api.logic">Term</A> replaceWith,
<A HREF="../../../../../org/semanticweb/kaon2/api/ProgressListener.html" title="interface in org.semanticweb.kaon2.api">ProgressListener</A> progressListener)</CODE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -