📄 datarange.html
字号:
<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="isInNNF()"><!-- --></A><H3>
isInNNF</H3>
<PRE>
boolean <B>isInNNF</B>()</PRE>
<DL>
<DD>Returns <code>true</code> if this data range is in negation-normal form.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><code>true</code> if this data range is in negation-normal form</DL>
</DD>
</DL>
<HR>
<A NAME="getNNF()"><!-- --></A><H3>
getNNF</H3>
<PRE>
<A HREF="../../../../../../org/semanticweb/kaon2/api/owl/elements/DataRange.html" title="interface in org.semanticweb.kaon2.api.owl.elements">DataRange</A> <B>getNNF</B>()</PRE>
<DL>
<DD>Returns the negation-normal form of this data range.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the negation-normal form of this data range</DL>
</DD>
</DL>
<HR>
<A NAME="getComplementNNF()"><!-- --></A><H3>
getComplementNNF</H3>
<PRE>
<A HREF="../../../../../../org/semanticweb/kaon2/api/owl/elements/DataRange.html" title="interface in org.semanticweb.kaon2.api.owl.elements">DataRange</A> <B>getComplementNNF</B>()</PRE>
<DL>
<DD>Returns the negation-normal form of the complement of this data range.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the negation-normal form of the complement of this data range</DL>
</DD>
</DL>
<HR>
<A NAME="getSimplified()"><!-- --></A><H3>
getSimplified</H3>
<PRE>
<A HREF="../../../../../../org/semanticweb/kaon2/api/owl/elements/DataRange.html" title="interface in org.semanticweb.kaon2.api.owl.elements">DataRange</A> <B>getSimplified</B>()</PRE>
<DL>
<DD>Returns the simplified version of this description.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the simplified version of this description</DL>
</DD>
</DL>
<HR>
<A NAME="toString(java.lang.StringBuffer, org.semanticweb.kaon2.api.Namespaces)"><!-- --></A><H3>
toString</H3>
<PRE>
void <B>toString</B>(java.lang.StringBuffer buffer,
<A HREF="../../../../../../org/semanticweb/kaon2/api/Namespaces.html" title="class in org.semanticweb.kaon2.api">Namespaces</A> namespaces)</PRE>
<DL>
<DD>Writes this data range to the supplied sting buffer.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/semanticweb/kaon2/api/logic/Predicate.html#toString(java.lang.StringBuffer, org.semanticweb.kaon2.api.Namespaces)">toString</A></CODE> in interface <CODE><A HREF="../../../../../../org/semanticweb/kaon2/api/logic/Predicate.html" title="interface in org.semanticweb.kaon2.api.logic">Predicate</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>buffer</CODE> - the buffer<DD><CODE>namespaces</CODE> - the namespaces object</DL>
</DD>
</DL>
<HR>
<A NAME="accept(org.semanticweb.kaon2.api.KAON2Visitor)"><!-- --></A><H3>
accept</H3>
<PRE>
java.lang.Object <B>accept</B>(<A HREF="../../../../../../org/semanticweb/kaon2/api/KAON2Visitor.html" title="interface in org.semanticweb.kaon2.api">KAON2Visitor</A> visitor)</PRE>
<DL>
<DD>Accepts a visitor for this object.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/semanticweb/kaon2/api/logic/Predicate.html#accept(org.semanticweb.kaon2.api.KAON2Visitor)">accept</A></CODE> in interface <CODE><A HREF="../../../../../../org/semanticweb/kaon2/api/logic/Predicate.html" title="interface in org.semanticweb.kaon2.api.logic">Predicate</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>visitor</CODE> - the object visitor
<DT><B>Returns:</B><DD>the return value of the visitor (can be <code>null</code>)</DL>
</DD>
</DL>
<HR>
<A NAME="getDataPropertiesTo(org.semanticweb.kaon2.api.Ontology)"><!-- --></A><H3>
getDataPropertiesTo</H3>
<PRE>
java.util.Set<<A HREF="../../../../../../org/semanticweb/kaon2/api/owl/elements/DataPropertyExpression.html" title="interface in org.semanticweb.kaon2.api.owl.elements">DataPropertyExpression</A>> <B>getDataPropertiesTo</B>(<A HREF="../../../../../../org/semanticweb/kaon2/api/Ontology.html" title="interface in org.semanticweb.kaon2.api">Ontology</A> ontology)
throws <A HREF="../../../../../../org/semanticweb/kaon2/api/KAON2Exception.html" title="class in org.semanticweb.kaon2.api">KAON2Exception</A></PRE>
<DL>
<DD>Returns the set of all data properties where this data range is asserted as range in an DataPropertyRange axiom.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ontology</CODE> - the ontology in which the search is perfromed
<DT><B>Returns:</B><DD>the set of data properties for which this data range is a range
<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>
<!-- ========= 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/DataRange.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/owl/elements/DataPropertyExpression.html" title="interface in org.semanticweb.kaon2.api.owl.elements"><B>PREV CLASS</B></A>
<A HREF="../../../../../../org/semanticweb/kaon2/api/owl/elements/DataSome.html" title="interface in org.semanticweb.kaon2.api.owl.elements"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/semanticweb/kaon2/api/owl/elements/DataRange.html" target="_top"><B>FRAMES</B></A>
<A HREF="DataRange.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 | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <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 + -