?? ontologyfileformat.html
字號:
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="OWL_RDF"><!-- --></A><H3>
OWL_RDF</H3>
<PRE>
public static final java.lang.String <B>OWL_RDF</B></PRE>
<DL>
<DD>The name of the format for OWL RDF.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.semanticweb.kaon2.api.formatting.OntologyFileFormat.OWL_RDF">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OWL_XML"><!-- --></A><H3>
OWL_XML</H3>
<PRE>
public static final java.lang.String <B>OWL_XML</B></PRE>
<DL>
<DD>The name of the format for OWL XML.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.semanticweb.kaon2.api.formatting.OntologyFileFormat.OWL_XML">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OWL_1_1_XML"><!-- --></A><H3>
OWL_1_1_XML</H3>
<PRE>
public static final java.lang.String <B>OWL_1_1_XML</B></PRE>
<DL>
<DD>The name of the format for OWL 1.1 XML.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.semanticweb.kaon2.api.formatting.OntologyFileFormat.OWL_1_1_XML">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FUNCTIONAL_SYNTAX"><!-- --></A><H3>
FUNCTIONAL_SYNTAX</H3>
<PRE>
public static final java.lang.String <B>FUNCTIONAL_SYNTAX</B></PRE>
<DL>
<DD>The name of the format for functional syntax.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.semanticweb.kaon2.api.formatting.OntologyFileFormat.FUNCTIONAL_SYNTAX">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="KRSS"><!-- --></A><H3>
KRSS</H3>
<PRE>
public static final java.lang.String <B>KRSS</B></PRE>
<DL>
<DD>The name of the format for KRSS format.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.semanticweb.kaon2.api.formatting.OntologyFileFormat.KRSS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DB_MAPPINGS"><!-- --></A><H3>
DB_MAPPINGS</H3>
<PRE>
public static final java.lang.String <B>DB_MAPPINGS</B></PRE>
<DL>
<DD>The name of the format for database mappings.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.semanticweb.kaon2.api.formatting.OntologyFileFormat.DB_MAPPINGS">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_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>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="OntologyFileFormat()"><!-- --></A><H3>
OntologyFileFormat</H3>
<PRE>
public <B>OntologyFileFormat</B>()</PRE>
<DL>
</DL>
<!-- ============ 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="getFormatName(java.io.Reader, java.lang.String)"><!-- --></A><H3>
getFormatName</H3>
<PRE>
public static java.lang.String <B>getFormatName</B>(java.io.Reader reader,
java.lang.String physicalURI)
throws <A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the name of the format of the ontology stored in the given reader.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>reader</CODE> - the reader<DD><CODE>physicalURI</CODE> - the physical URI
<DT><B>Returns:</B><DD>the name of the format
<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="getOntologyInfo(java.io.InputStream, java.lang.String)"><!-- --></A><H3>
getOntologyInfo</H3>
<PRE>
public static java.lang.String <B>getOntologyInfo</B>(java.io.InputStream inputStream,
java.lang.String physicalURI)
throws <A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the name of the format of the ontology stored in the given input stream.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>inputStream</CODE> - the input stream<DD><CODE>physicalURI</CODE> - the physical URI
<DT><B>Returns:</B><DD>the name of the format
<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="getOntologyInfo(java.io.File)"><!-- --></A><H3>
getOntologyInfo</H3>
<PRE>
public static java.lang.String <B>getOntologyInfo</B>(java.io.File file)
throws <A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the name of the format of the ontology stored in the file.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>file</CODE> - the file
<DT><B>Returns:</B><DD>the name of the format
<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="getOntologyInfo(java.lang.String, java.net.Proxy)"><!-- --></A><H3>
getOntologyInfo</H3>
<PRE>
public static java.lang.String <B>getOntologyInfo</B>(java.lang.String physicalURI,
java.net.Proxy proxy)
throws <A HREF="../../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the name of the format of the ontology stored in the given pjysical URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>physicalURI</CODE> - the physical URI<DD><CODE>proxy</CODE> - the proxy (<code>null</code> if no proxy is required)
<DT><B>Returns:</B><DD>the name of the format
<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="getFileExtension(java.lang.String)"><!-- --></A><H3>
getFileExtension</H3>
<PRE>
public static java.lang.String <B>getFileExtension</B>(java.lang.String formatName)</PRE>
<DL>
<DD>Returns the default extension for files of the format with the given name.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>formatName</CODE> - the name of the format
<DT><B>Returns:</B><DD>the extension for files of the given format (<code>null</code> if the format is not supported)</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OntologyFileFormat.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/semanticweb/kaon2/api/formatting/FormattingElementCursor.html" title="interface in org.semanticweb.kaon2.api.formatting"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/semanticweb/kaon2/api/formatting/OntologyFormatting.html" title="interface in org.semanticweb.kaon2.api.formatting"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/semanticweb/kaon2/api/formatting/OntologyFileFormat.html" target="_top"><B>FRAMES</B></A>
<A HREF="OntologyFileFormat.html" target="_top"><B>NO FRAMES</B></A>
<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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <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 + -