474475476477478479480
throw new UnsupportedReasonerOperationException(); } public boolean isInverseFunctional(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
479480481482483484485
throw new UnsupportedReasonerOperationException(); } public boolean isSymmetric(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
484485486487488489490
throw new UnsupportedReasonerOperationException(); } public boolean isTransitive(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
489490491492493494495
throw new UnsupportedReasonerOperationException(); } public boolean isReflexive(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
494495496497498499500
throw new UnsupportedReasonerOperationException(); } public boolean isIrreflexive(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
499500501502503504505
throw new UnsupportedReasonerOperationException(); } public boolean isAntiSymmetric(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
504505506507508509510
throw new UnsupportedReasonerOperationException(); } public Set<Set<OWLDataProperty>> getSuperProperties(OWLDataProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
509510511512513514515
throw new UnsupportedReasonerOperationException(); } public Set<Set<OWLDataProperty>> getSubProperties(OWLDataProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
514515516517518519520
throw new UnsupportedReasonerOperationException(); } public Set<Set<OWLDataProperty>> getAncestorProperties(OWLDataProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
519520521522523524525
throw new UnsupportedReasonerOperationException(); } public Set<Set<OWLDataProperty>> getDescendantProperties(OWLDataProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }