524525526527528529530
throw new UnsupportedReasonerOperationException(); } public Set<OWLDataProperty> getEquivalentProperties(OWLDataProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
529530531532533534535
throw new UnsupportedReasonerOperationException(); } public Set<Set<OWLDescription>> getDomains(OWLDataProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
534535536537538539540
throw new UnsupportedReasonerOperationException(); } public Set<OWLDataRange> getRanges(OWLDataProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
539540541542543544545
throw new UnsupportedReasonerOperationException(); } public boolean isFunctional(OWLDataProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }