public interface OWLSignatureBooleanArgs extends HasGetEntitiesInSignature, HasClassesInSignature, HasObjectPropertiesInSignature, HasDataPropertiesInSignature, HasDatatypesInSignature, HasIndividualsInSignature, HasContainsEntityInSignature
Modifier and Type | Method and Description |
---|---|
boolean |
containsAnnotationPropertyInSignature(IRI owlAnnotationPropertyIRI,
boolean includeImportsClosure)
Deprecated.
|
boolean |
containsClassInSignature(IRI owlClassIRI,
boolean includeImportsClosure)
Deprecated.
|
boolean |
containsDataPropertyInSignature(IRI owlDataPropertyIRI,
boolean includeImportsClosure)
Deprecated.
|
boolean |
containsDatatypeInSignature(IRI owlDatatypeIRI,
boolean includeImportsClosure)
Deprecated.
|
boolean |
containsEntityInSignature(IRI entityIRI,
boolean includeImportsClosure)
Deprecated.
|
boolean |
containsEntityInSignature(OWLEntity owlEntity,
boolean includeImportsClosure)
Deprecated.
|
boolean |
containsIndividualInSignature(IRI owlIndividualIRI,
boolean includeImportsClosure)
Deprecated.
|
boolean |
containsObjectPropertyInSignature(IRI owlObjectPropertyIRI,
boolean includeImportsClosure)
Deprecated.
|
boolean |
containsReference(OWLEntity entity,
boolean includeImportsClosure)
Deprecated.
|
Set<OWLAnnotationProperty> |
getAnnotationPropertiesInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLClass> |
getClassesInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLDataProperty> |
getDataPropertiesInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLDatatype> |
getDatatypesInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLEntity> |
getEntitiesInSignature(IRI iri,
boolean includeImportsClosure)
Deprecated.
|
Set<OWLNamedIndividual> |
getIndividualsInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLObjectProperty> |
getObjectPropertiesInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLAnonymousIndividual> |
getReferencedAnonymousIndividuals(boolean includeImportsClosure)
Deprecated.
|
getEntitiesInSignature
getClassesInSignature
getObjectPropertiesInSignature
getDataPropertiesInSignature
getDatatypesInSignature
getIndividualsInSignature
containsEntityInSignature
@Deprecated @Nonnull Set<OWLClass> getClassesInSignature(boolean includeImportsClosure)
includeImportsClosure
- if true, include imports closure.@Deprecated @Nonnull Set<OWLObjectProperty> getObjectPropertiesInSignature(boolean includeImportsClosure)
includeImportsClosure
- if true, include imports closure.@Deprecated @Nonnull Set<OWLDataProperty> getDataPropertiesInSignature(boolean includeImportsClosure)
includeImportsClosure
- if true, include imports closure.@Deprecated @Nonnull Set<OWLNamedIndividual> getIndividualsInSignature(boolean includeImportsClosure)
includeImportsClosure
- if true, include imports closure.@Deprecated @Nonnull Set<OWLAnonymousIndividual> getReferencedAnonymousIndividuals(boolean includeImportsClosure)
includeImportsClosure
- if true, include imports closure.@Deprecated @Nonnull Set<OWLDatatype> getDatatypesInSignature(boolean includeImportsClosure)
includeImportsClosure
- if true, include imports closure.@Deprecated @Nonnull Set<OWLAnnotationProperty> getAnnotationPropertiesInSignature(boolean includeImportsClosure)
includeImportsClosure
- if true, include imports closure.@Deprecated boolean containsEntityInSignature(@Nonnull OWLEntity owlEntity, boolean includeImportsClosure)
owlEntity
- The entityincludeImportsClosure
- if true, include imports closure.true
if the signature or the import closure contains a
reference to the specified entity.@Deprecated boolean containsEntityInSignature(@Nonnull IRI entityIRI, boolean includeImportsClosure)
entityIRI
- The IRI to test for.includeImportsClosure
- if true, include imports closure.@Deprecated boolean containsClassInSignature(@Nonnull IRI owlClassIRI, boolean includeImportsClosure)
owlClassIRI
- The IRI of the class to check forincludeImportsClosure
- if true, include imports closure.@Deprecated boolean containsObjectPropertyInSignature(@Nonnull IRI owlObjectPropertyIRI, boolean includeImportsClosure)
owlObjectPropertyIRI
- The IRI of the OWLObjectProperty to check forincludeImportsClosure
- if true, include imports closure.@Deprecated boolean containsDataPropertyInSignature(@Nonnull IRI owlDataPropertyIRI, boolean includeImportsClosure)
owlDataPropertyIRI
- The IRI of the OWLDataProperty to check forincludeImportsClosure
- if true, include imports closure.@Deprecated boolean containsAnnotationPropertyInSignature(@Nonnull IRI owlAnnotationPropertyIRI, boolean includeImportsClosure)
owlAnnotationPropertyIRI
- The IRI of the OWLAnnotationProperty to check forincludeImportsClosure
- if true, include imports closure.@Deprecated boolean containsDatatypeInSignature(@Nonnull IRI owlDatatypeIRI, boolean includeImportsClosure)
owlDatatypeIRI
- The IRI of the OWLDatatype to check forincludeImportsClosure
- if true, include imports closure.@Deprecated boolean containsIndividualInSignature(@Nonnull IRI owlIndividualIRI, boolean includeImportsClosure)
owlIndividualIRI
- The IRI of the OWLNamedIndividual to check forincludeImportsClosure
- if true, include imports closure.@Deprecated @Nonnull Set<OWLEntity> getEntitiesInSignature(@Nonnull IRI iri, boolean includeImportsClosure)
iri
- The IRI of the entitied to be retrieved.includeImportsClosure
- if true, include imports closure.@Deprecated boolean containsReference(@Nonnull OWLEntity entity, boolean includeImportsClosure)
entity
- entity to checkincludeImportsClosure
- if true, include imports closure.Copyright © 2020 The University of Manchester. All rights reserved.