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

📄 ontologylistener.html

📁 本体推理工具 共八个例子:从如何建立本体到做一些简单的的本体推理
💻 HTML
📖 第 1 页 / 共 2 页
字号:
 
<P>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="ontologyUpdated(org.semanticweb.kaon2.api.Ontology, org.semanticweb.kaon2.api.Ontology, java.util.List, java.util.Set, java.util.Set)"><!-- --></A><H3>
ontologyUpdated</H3>
<PRE>
void <B>ontologyUpdated</B>(<A HREF="../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>&nbsp;changedOntology,
                     <A HREF="../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>&nbsp;sourceOntology,
                     java.util.List&lt;<A HREF="../../../../org/semanticweb/kaon2/api/OntologyChangeEvent.html" title="class in org.semanticweb.kaon2.api">OntologyChangeEvent</A>&gt;&nbsp;changes,
                     java.util.Set&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Entity.html" title="interface in org.semanticweb.kaon2.api">Entity</A>&gt;&nbsp;addedEntities,
                     java.util.Set&lt;<A HREF="../../../../org/semanticweb/kaon2/api/Entity.html" title="interface in org.semanticweb.kaon2.api">Entity</A>&gt;&nbsp;removedEntities)</PRE>
<DL>
<DD>Called when an ontology has changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>changedOntology</CODE> - the ontology whose axioms have changed<DD><CODE>sourceOntology</CODE> - the ontology at which the axioms have changed<DD><CODE>changes</CODE> - the list of changes<DD><CODE>addedEntities</CODE> - the set of entities that were added to the model<DD><CODE>removedEntities</CODE> - the set of entities that were removed from the model</DL>
</DD>
</DL>
<HR>

<A NAME="ontologyAnnotationUpdated(org.semanticweb.kaon2.api.Ontology, org.semanticweb.kaon2.api.Ontology, org.semanticweb.kaon2.api.OntologyChangeEvent.ChangeType, org.semanticweb.kaon2.api.owl.elements.Annotation)"><!-- --></A><H3>
ontologyAnnotationUpdated</H3>
<PRE>
void <B>ontologyAnnotationUpdated</B>(<A HREF="../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>&nbsp;changedOntology,
                               <A HREF="../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>&nbsp;sourceOntology,
                               <A HREF="../../../../org/semanticweb/kaon2/api/OntologyChangeEvent.ChangeType.html" title="enum in org.semanticweb.kaon2.api">OntologyChangeEvent.ChangeType</A>&nbsp;changeType,
                               <A HREF="../../../../org/semanticweb/kaon2/api/owl/elements/Annotation.html" title="interface in org.semanticweb.kaon2.api.owl.elements">Annotation</A>&nbsp;annotation)</PRE>
<DL>
<DD>Called when an ontology annotation has been added or removed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>changedOntology</CODE> - the ontology whose properties have changed<DD><CODE>sourceOntology</CODE> - the ontology at which the axioms have changed<DD><CODE>changeType</CODE> - the type of the changed<DD><CODE>annotation</CODE> - the annotation that was updated</DL>
</DD>
</DL>
<HR>

<A NAME="ontologyImportUpdated(org.semanticweb.kaon2.api.Ontology, org.semanticweb.kaon2.api.Ontology, org.semanticweb.kaon2.api.OntologyChangeEvent.ChangeType, java.lang.String)"><!-- --></A><H3>
ontologyImportUpdated</H3>
<PRE>
void <B>ontologyImportUpdated</B>(<A HREF="../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>&nbsp;changedOntology,
                           <A HREF="../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>&nbsp;sourceOntology,
                           <A HREF="../../../../org/semanticweb/kaon2/api/OntologyChangeEvent.ChangeType.html" title="enum in org.semanticweb.kaon2.api">OntologyChangeEvent.ChangeType</A>&nbsp;changeType,
                           java.lang.String&nbsp;importedOntologyURI)</PRE>
<DL>
<DD>Called when imports of an ontology have been changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>changedOntology</CODE> - the ontology whose properties have changed<DD><CODE>sourceOntology</CODE> - the ontology at which the axioms have changed<DD><CODE>changeType</CODE> - the type of the changed<DD><CODE>importedOntologyURI</CODE> - the URI of the imported ontology</DL>
</DD>
</DL>
<HR>

<A NAME="ontologyChangedDrastically(org.semanticweb.kaon2.api.Ontology)"><!-- --></A><H3>
ontologyChangedDrastically</H3>
<PRE>
void <B>ontologyChangedDrastically</B>(<A HREF="../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>&nbsp;changedOntology)</PRE>
<DL>
<DD>Called when the ontology has been changed in a drastic way. In this case the delta about the ontology changes is unavailable, and the client should process entire ontology from scratch. The clients should assume that ontology properties have also changed, not only the ontology contents.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>changedOntology</CODE> - the ontology</DL>
</DD>
</DL>
<HR>

<A NAME="ontologyClosed(org.semanticweb.kaon2.api.Ontology)"><!-- --></A><H3>
ontologyClosed</H3>
<PRE>
void <B>ontologyClosed</B>(<A HREF="../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A>&nbsp;closedOntology)</PRE>
<DL>
<DD>Called when the ontology has been closed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>closedOntology</CODE> - the ontology</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/OntologyListener.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/OntologyChangeEvent.ChangeType.html" title="enum in org.semanticweb.kaon2.api"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/semanticweb/kaon2/api/OntologyResolver.html" title="interface 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/OntologyListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="OntologyListener.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 + -