371372373374375376377
return getIterator(performRequest(doc)).next().getIndividuals(); } public Map<OWLObjectProperty, Set<OWLIndividual>> getObjectPropertyRelationships(OWLIndividual individual)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
376377378379380381382
throw new UnsupportedReasonerOperationException(); } public Map<OWLDataProperty, Set<OWLConstant>> getDataPropertyRelationships(OWLIndividual individual)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
381382383384385386387
throw new UnsupportedReasonerOperationException(); } public Set<OWLIndividual> getRelatedIndividuals(OWLIndividual subject, OWLObjectPropertyExpression property) throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
386387388389390391392
throw new UnsupportedReasonerOperationException(); } public Set<OWLConstant> getRelatedValues(OWLIndividual subject, OWLDataPropertyExpression property) throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
392393394395396397398
} public boolean hasDataPropertyRelationship(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
398399400401402403404
} public boolean hasObjectPropertyRelationship(OWLIndividual subject, OWLObjectPropertyExpression property, OWLIndividual object)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
446447448449450451452
return toObjectPropertySet(getIterator(performRequest(doc))); } public Set<Set<OWLObjectProperty>> getInverseProperties(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
459460461462463464465
return ancestors; } public Set<Set<OWLDescription>> getDomains(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
464465466467468469470
throw new UnsupportedReasonerOperationException(); } public Set<OWLDescription> getRanges(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }
469470471472473474475
throw new UnsupportedReasonerOperationException(); } public boolean isFunctional(OWLObjectProperty property)throws OWLReasonerException { throw new UnsupportedReasonerOperationException(); }