edu.stanford.smi.protegex.owl.ui.widget
Class OWLWidgetUtil
java.lang.Object
edu.stanford.smi.protegex.owl.ui.widget.OWLWidgetUtil
- public class OWLWidgetUtil
- extends Object
- Author:
- Holger Knublauch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLWidgetUtil
public OWLWidgetUtil()
isDatatypeProperty
public static boolean isDatatypeProperty(RDFSNamedClass cls,
RDFProperty property)
isDatatypeProperty
public static boolean isDatatypeProperty(RDFSDatatype datatype,
RDFSNamedClass cls,
RDFProperty property)
isFunctionalProperty
public static boolean isFunctionalProperty(RDFSNamedClass cls,
RDFProperty property)
isRangelessDatatypeProperty
public static boolean isRangelessDatatypeProperty(RDFSNamedClass cls,
RDFProperty property)
isRangelessObjectProperty
public static boolean isRangelessObjectProperty(RDFSNamedClass cls,
RDFProperty property)
isRestrictedProperty
public static boolean isRestrictedProperty(RDFSNamedClass namedClass,
RDFProperty property)
isSingleDatatypeProperty
public static boolean isSingleDatatypeProperty(RDFSDatatype datatype,
RDFSNamedClass cls,
RDFProperty property)