Uses of Interface
org.semanticweb.owlapi.model.OWLEntity
Packages that use OWLEntity
Package
Description
Explanation utils.
Locality package.
OBO macro package.
OBO to OWL.
Binding package.
Ontology change classes.
Functional syntax parser and renderer.
Ontology parsing and saving classes.
Manchester OWL syntax parser and renderer.
Main API classes.
Axiom provider classes.
Provider interfaces.
Modularity interface package.
Profile classes.
Violation classes.
RDF model package.
RDF/XML syntax parser and renderer.
RDF/XML syntax parser and renderer.
OWLReasoner package.
Search utilities package.
Utilities package.
Vocabulary package.
Builders package.
This package contains a port of FaCT++ Atomic Decomposition implementation.
OWL API reference implementation package.
Concurrent implementation package.
Modularity package.
-
Uses of OWLEntity in com.clarkparsia.owlapi.explanation.util
Methods in com.clarkparsia.owlapi.explanation.util with parameters of type OWLEntity -
Uses of OWLEntity in com.clarkparsia.owlapi.modularity.locality
Method parameters in com.clarkparsia.owlapi.modularity.locality with type arguments of type OWLEntityModifier and TypeMethodDescriptionboolean
LocalityEvaluator.isLocal
(OWLAxiom axiom, Collection<OWLEntity> signature) Tests whether a given axiom is local with respect to a given signature.boolean
SemanticLocalityEvaluator.isLocal
(OWLAxiom axiom, Collection<OWLEntity> signature) boolean
SyntacticLocalityEvaluator.isLocal
(OWLAxiom axiom, Collection<OWLEntity> signature) -
Uses of OWLEntity in org.obolibrary.macro
Methods in org.obolibrary.macro with parameters of type OWLEntity -
Uses of OWLEntity in org.obolibrary.obo2owl
Methods in org.obolibrary.obo2owl with parameters of type OWLEntityModifier and TypeMethodDescriptionOboInOwlCardinalityTools.AnnotationCardinalityConfictHandler.handleConflict
(OWLEntity entity, OWLAnnotationProperty property, Collection<OWLAnnotationAssertionAxiom> axioms) Resolve a conflict for a given annotation property and axioms.void
OboInOwlCardinalityTools.AnnotationCardinalityReporter.reportConflict
(OWLEntity entity, OWLAnnotationProperty property, Collection<OWLAnnotationAssertionAxiom> axioms) Report a conflict for a given annotation property and axioms.boolean
-
Uses of OWLEntity in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLEntityModifier and TypeMethodDescriptionstatic OWLDeclarationAxiom
OWLFunctionalSyntaxFactory.Declaration
(OWLEntity entity) static OWLDeclarationAxiom
OWLFunctionalSyntaxFactory.Declaration
(OWLEntity entity, Collection<OWLAnnotation> a) static OWLDeclarationAxiom
OWLFunctionalSyntaxFactory.Declaration
(OWLEntity entity, OWLAnnotation... a) -
Uses of OWLEntity in org.semanticweb.owlapi.change
Methods in org.semanticweb.owlapi.change that return types with arguments of type OWLEntity -
Uses of OWLEntity in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLEntity -
Uses of OWLEntity in org.semanticweb.owlapi.io
Methods in org.semanticweb.owlapi.io that return OWLEntityConstructors in org.semanticweb.owlapi.io with parameters of type OWLEntityModifierConstructorDescriptionRDFResourceParseError
(OWLEntity parserGeneratedErrorEntity, RDFNode mainNode, Set<RDFTriple> mainNodeTriples) -
Uses of OWLEntity in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLEntityModifier and TypeMethodDescriptionManchesterOWLSyntaxPrefixNameShortFormProvider.getShortForm
(OWLEntity entity) ManchesterOWLSyntaxFrameRenderer.writeFrame
(OWLEntity entity) Write frame. -
Uses of OWLEntity in org.semanticweb.owlapi.model
Classes in org.semanticweb.owlapi.model with type parameters of type OWLEntityModifier and TypeClassDescriptionclass
EntityType<E extends OWLEntity>
Represents the different types of OWL 2 Entities.Subinterfaces of OWLEntity in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
Represents an AnnotationProperty in the OWL 2 specification.interface
Represents a Class in the OWL 2 specification.interface
Represents a Data Property in the OWL 2 Specification.interface
Represents a Datatype (named data range) in the OWL 2 Specification.interface
Deprecated.this interface is redundantinterface
Represents a Named Individual in the OWL 2 Specification.interface
Represents an Object Property in the OWL 2 Specification.interface
A marker interface for properties that aren't expression i.e.Methods in org.semanticweb.owlapi.model that return OWLEntityMethods in org.semanticweb.owlapi.model that return types with arguments of type OWLEntityModifier and TypeMethodDescriptionHasGetEntitiesInSignature.entitiesInSignature
(IRI entityIRI) OWLSignature.entitiesInSignature
(IRI iri, Imports imports) Gets the entities in the signature that have the specified IRI.HasGetEntitiesInSignature.getEntitiesInSignature
(IRI entityIRI) OWLSignature.getEntitiesInSignature
(IRI iri, Imports includeImportsClosure) Gets the entities in the signature that have the specified IRI.OWLSignatureBooleanArgs.getEntitiesInSignature
(IRI iri, boolean includeImportsClosure) Deprecated.HasSignature.getSignature()
Gets the signature of this object.OWLOntology.getSignature
(Imports imports) Gets the entities that are in the signature of this ontology.AnnotationChange.signature()
HasSignature.signature()
OWLAxiomChange.signature()
Gets the entities that are in the signature of this ontology.HasSignature.unsortedSignature()
Methods in org.semanticweb.owlapi.model with parameters of type OWLEntityModifier and TypeMethodDescriptiondefault boolean
HasContainsEntityInSignature.containsEntityInSignature
(OWLEntity owlEntity) Determines if the signature of this object contains the specified entity.default boolean
OWLSignature.containsEntityInSignature
(OWLEntity owlEntity, Imports imports) Determines if the signature contains the specified entity.default boolean
OWLSignatureBooleanArgs.containsEntityInSignature
(OWLEntity owlEntity, boolean includeImportsClosure) Deprecated.boolean
OWLSignature.containsReference
(OWLEntity entity) default boolean
OWLSignature.containsReference
(OWLEntity entity, Imports imports) Deprecated.default boolean
OWLSignatureBooleanArgs.containsReference
(OWLEntity entity, boolean includeImportsClosure) Deprecated.default Stream<OWLDeclarationAxiom>
OWLAxiomIndex.declarationAxioms
(OWLEntity subject) Gets the declaration axioms for specified entity.default Set<OWLDeclarationAxiom>
OWLAxiomIndex.getDeclarationAxioms
(OWLEntity subject) Gets the declaration axioms for specified entity.boolean
OWLOntology.isDeclared
(OWLEntity owlEntity) Determines if this ontology declares an entity i.e.default boolean
OWLOntology.isDeclared
(OWLEntity owlEntity, Imports imports) Determines if this ontology or its imports closure declares an entity i.e.static boolean
OWLDocumentFormat.isMissingType
(OWLEntity entity, OWLOntology ontology) Determines if a declaration axiom (type triple) needs to be added to the specified ontology for the given entity.Method parameters in org.semanticweb.owlapi.model with type arguments of type OWLEntityModifier and TypeMethodDescriptionstatic Collection<IRI>
OWLDocumentFormat.determineIllegalPunnings
(boolean add, Stream<OWLEntity> signature, Collection<IRI> punnedEntities) -
Uses of OWLEntity in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders with parameters of type OWLEntityModifier and TypeMethodDescriptiondefault OWLDeclarationAxiom
DeclarationAxiomProvider.getOWLDeclarationAxiom
(OWLEntity owlEntity) Gets a declaration for an entityDeclarationAxiomProvider.getOWLDeclarationAxiom
(OWLEntity owlEntity, Collection<OWLAnnotation> annotations) Gets a declaration with zero or more annotations for an entity -
Uses of OWLEntity in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers with type parameters of type OWLEntityModifier and TypeMethodDescription<E extends OWLEntity>
EEntityByTypeProvider.getOWLEntity
(EntityType<E> entityType, IRI iri) Gets an entity that has the specified IRI and is of the specified type. -
Uses of OWLEntity in org.semanticweb.owlapi.modularity
Method parameters in org.semanticweb.owlapi.modularity with type arguments of type OWLEntityModifier and TypeMethodDescriptionExtracts a module with respect to the given signature against the axiom base of this ModuleExtractor.Extracts a module with respect to the given signature against the subset of the axiom base this ModuleExtractor's axiom base that matches the givenPredicate
.Extracts a module with respect to the given signature against the subset of the axiom base this ModuleExtractor's axiom base that matches the givenPredicate
, if any.Returns a set of axioms that is a segment of the ontology associated with this segmenter.OntologySegmenter.extract
(Set<OWLEntity> signature, int superClassLevel, int subClassLevel, OWLReasoner reasoner) Returns a set of axioms that is a segment of the ontology associated with this segmenter.default OWLOntology
ModuleExtractor.extractAsOntology
(Stream<OWLEntity> signature, OWLOntologyManager ontologyManager, IRI ontologyIRI) Extracts a module as anOWLOntology
with respect to the given signature over the given axiom base.OntologySegmenter.extractAsOntology
(Set<OWLEntity> signature, IRI iri) Returns an ontology that is a segment of the ontology associated with this segmenter.OntologySegmenter.extractAsOntology
(Set<OWLEntity> signature, IRI iri, int superClassLevel, int subClassLevel, OWLReasoner reasoner) Returns an ontology that is a segment of the ontology associated with this segmenter. -
Uses of OWLEntity in org.semanticweb.owlapi.modularity.locality
Method parameters in org.semanticweb.owlapi.modularity.locality with type arguments of type OWLEntityModifier and TypeMethodDescriptionLocalityModuleExtractor.extract
(Stream<OWLEntity> signature, Optional<Predicate<OWLAxiom>> axiomFilter) boolean
LocalityEvaluator.isLocal
(OWLAxiom axiom, Collection<OWLEntity> signature) Tests whether the given axiom is local with respect to the given signature.default boolean
Tests whether the given axiom is local with respect to the given signature.boolean
SemanticLocalityEvaluator.isLocal
(OWLAxiom axiom, Collection<OWLEntity> signature) final boolean
SyntacticLocalityEvaluator.isLocal
(OWLAxiom axiom, Collection<OWLEntity> signature) -
Uses of OWLEntity in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLEntity -
Uses of OWLEntity in org.semanticweb.owlapi.profiles.violations
Methods in org.semanticweb.owlapi.profiles.violations that return OWLEntity -
Uses of OWLEntity in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model that return types with arguments of type OWLEntityMethods in org.semanticweb.owlapi.rdf.model with parameters of type OWLEntityModifier and TypeMethodDescriptionvoid
RDFGraph.addRootIRIs
(OWLEntity i) Some graphs have multiple root entities, i.e., sameAs(a1, a2, a3) axioms are turned to(a1 sameAs a2), (a2 sameAs a3)
because of RDF limitations.RDFGraph.getRootIRIs
(OWLEntity toSkip) -
Uses of OWLEntity in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser with type parameters of type OWLEntityModifier and TypeMethodDescription<E extends OWLEntity>
EOWLRDFConsumer.generateAndLogParseError
(EntityType<E> entityType, IRI mainNode) -
Uses of OWLEntity in org.semanticweb.owlapi.rdf.rdfxml.renderer
Methods in org.semanticweb.owlapi.rdf.rdfxml.renderer that return types with arguments of type OWLEntityModifier and TypeMethodDescriptionRDFXMLNamespaceManager.getEntitiesWithInvalidQNames()
RDFXMLRenderer.getUnserialisableEntities()
-
Uses of OWLEntity in org.semanticweb.owlapi.reasoner
Methods in org.semanticweb.owlapi.reasoner that return types with arguments of type OWLEntityConstructors in org.semanticweb.owlapi.reasoner with parameters of type OWLEntityModifierConstructorDescriptionFreshEntitiesException
(OWLEntity entity) FreshEntitiesException
(OWLEntity entity, Throwable t) Constructor parameters in org.semanticweb.owlapi.reasoner with type arguments of type OWLEntityModifierConstructorDescriptionFreshEntitiesException
(Collection<OWLEntity> entities) FreshEntitiesException
(Collection<OWLEntity> entities, Throwable t) -
Uses of OWLEntity in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search with parameters of type OWLEntityModifier and TypeMethodDescriptionstatic Stream<OWLAnnotationAssertionAxiom>
EntitySearcher.getAnnotationAssertionAxioms
(OWLEntity e, OWLOntology ontology) static Stream<OWLAnnotation>
EntitySearcher.getAnnotationObjects
(OWLEntity e, Stream<OWLOntology> ontologies, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.static Stream<OWLAnnotation>
EntitySearcher.getAnnotationObjects
(OWLEntity e, OWLOntology ontology) Obtains the annotations on e; this is restricted to the object of annotation assertion axioms.static Stream<OWLAnnotation>
EntitySearcher.getAnnotationObjects
(OWLEntity e, OWLOntology ontology, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.static Stream<OWLAnnotation>
EntitySearcher.getAnnotations
(OWLEntity e, Stream<OWLOntology> ontologies, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property.static Stream<OWLAnnotation>
EntitySearcher.getAnnotations
(OWLEntity e, OWLOntology ontology) Gets the annotations for e.static Stream<OWLAnnotation>
EntitySearcher.getAnnotations
(OWLEntity e, OWLOntology ontology, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property.EntitySearcher.getReferencingAxioms
(OWLEntity e, OWLOntology ontology) Gets the axioms in the specified ontology that contain e in their signature.EntitySearcher.getReferencingAxioms
(OWLEntity e, OWLOntology ontology, Imports includeImports) Gets the axioms in the specified ontology and possibly its imports closure that contain e in their signature. -
Uses of OWLEntity in org.semanticweb.owlapi.util
Classes in org.semanticweb.owlapi.util with type parameters of type OWLEntityModifier and TypeClassDescriptionclass
InferredEntityAxiomGenerator<E extends OWLEntity,
A extends OWLAxiom> Generates axioms which relate to inferred information for a specific entity.interface
OWLEntitySetProvider<E extends OWLEntity>
Provides a set of entities to inputs that require this.Methods in org.semanticweb.owlapi.util that return OWLEntityModifier and TypeMethodDescriptionA convenience method which gets an entity from its short form.Methods in org.semanticweb.owlapi.util that return types with arguments of type OWLEntityModifier and TypeMethodDescriptionFor a given short form this method obtains the entities which have this short form.BidirectionalShortFormProvider.getEntities
(String shortForm) For a given short form this method obtains the entities which have this short form.OWLEntityCollectingOntologyChangeListener.getEntities()
OWLEntityCollector.visit
(OWLAnnotationProperty property) OWLEntityCollector.visit
(OWLDataProperty property) OWLEntityCollector.visit
(OWLDatatype node) OWLEntityCollector.visit
(OWLNamedIndividual individual) OWLEntityCollector.visit
(OWLObjectProperty property) OWLEntityCollector.visit
(OWLOntology ontology) Methods in org.semanticweb.owlapi.util with parameters of type OWLEntityModifier and TypeMethodDescriptionvoid
Adds an entity to the cache.Changes the IRI of an entity for another IRI.int
int
OWLEntityTinyURIConversionStrategy.getConvertedIRI
(OWLEntity entity) OWLEntityURIConverterStrategy.getConvertedIRI
(OWLEntity entity) OWLEntityURIUnderscores2CamelBackConverterStrategy.getConvertedIRI
(OWLEntity entity) AnnotationValueShortFormProvider.getShortForm
(OWLEntity entity) CachingBidirectionalShortFormProvider.getShortForm
(OWLEntity entity) DefaultPrefixManager.getShortForm
(OWLEntity entity) PropertyAssertionValueShortFormProvider.getShortForm
(OWLEntity entity) QNameShortFormProvider.getShortForm
(OWLEntity entity) ShortFormFromRDFSLabelAxiomListProvider.getShortForm
(OWLEntity entity) ShortFormProvider.getShortForm
(OWLEntity entity) Gets the short form for the specified entity.SimpleShortFormProvider.getShortForm
(OWLEntity entity) Method parameters in org.semanticweb.owlapi.util with type arguments of type OWLEntityModifier and TypeMethodDescriptionConstructor parameters in org.semanticweb.owlapi.util with type arguments of type OWLEntityModifierConstructorDescriptionOWLAnnotationPropertyTransformer
(Map<OWLEntity, OWLEntity> entityIRIReplacementMap, OWLDataFactory dataFactory) Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.OWLAnnotationPropertyTransformer
(Map<OWLEntity, OWLEntity> entityIRIReplacementMap, OWLDataFactory dataFactory) Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.OWLAnnotationPropertyTransformer
(OWLDataFactory dataFactory, Map<OWLEntity, OWLEntity> iriReplacementMap) Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.OWLAnnotationPropertyTransformer
(OWLDataFactory dataFactory, Map<OWLEntity, OWLEntity> iriReplacementMap) Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.OWLEntityCollector
(Collection<OWLEntity> toReturn) OWLObjectDuplicator
(Map<OWLEntity, IRI> entityIRIReplacementMap, Map<OWLLiteral, OWLLiteral> literals, OWLOntologyManager m) Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.OWLObjectDuplicator
(Map<OWLEntity, IRI> entityIRIReplacementMap, Map<OWLLiteral, OWLLiteral> literals, OWLOntologyManager m, RemappingIndividualProvider anonProvider) Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.OWLObjectDuplicator
(Map<OWLEntity, IRI> entityIRIReplacementMap, OWLOntologyManager m) Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map. -
Uses of OWLEntity in org.semanticweb.owlapi.vocab
Methods in org.semanticweb.owlapi.vocab with parameters of type OWLEntity -
Uses of OWLEntity in org.semanticweb.owlapitools.builders
Classes in org.semanticweb.owlapitools.builders with type parameters of type OWLEntityModifier and TypeClassDescriptionclass
BaseEntityBuilder<T extends OWLEntity,
B> Abstract builder for entities.Methods in org.semanticweb.owlapitools.builders that return OWLEntityMethods in org.semanticweb.owlapitools.builders with parameters of type OWLEntityConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLEntityModifierConstructorDescriptionBuilderEntity
(OWLEntity expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLEntity in org.semanticweb.owlapitools.decomposition
Methods in org.semanticweb.owlapitools.decomposition that return types with arguments of type OWLEntityMethods in org.semanticweb.owlapitools.decomposition with parameters of type OWLEntityModifier and TypeMethodDescriptionboolean
boolean
given an entity, return a set of all axioms that contain this entity in a signatureMethod parameters in org.semanticweb.owlapitools.decomposition with type arguments of type OWLEntityModifier and TypeMethodDescriptionvoid
Decomposer.getModule
(Stream<OWLEntity> signature, boolean useSemantics, ModuleType moduletype) Decomposer.getNonLocal
(Stream<OWLEntity> signature, ModuleType moduletype) Constructor parameters in org.semanticweb.owlapitools.decomposition with type arguments of type OWLEntity -
Uses of OWLEntity in uk.ac.manchester.cs.atomicdecomposition
Methods in uk.ac.manchester.cs.atomicdecomposition that return types with arguments of type OWLEntityModifier and TypeMethodDescriptionAtom.getLabel()
AtomicDecomposition.getPrincipalIdealSignature
(Atom atom) AtomicDecompositionImpl.getPrincipalIdealSignature
(Atom atom) Atom.getSignature()
AtomicDecomposition.getTermBasedIndex()
AtomicDecompositionImpl.getTermBasedIndex()
Method parameters in uk.ac.manchester.cs.atomicdecomposition with type arguments of type OWLEntityModifier and TypeMethodDescriptionAtomicDecomposition.getModule
(Stream<OWLEntity> signature, boolean useSemantics, ModuleType moduletype) AtomicDecompositionImpl.getModule
(Stream<OWLEntity> signature, boolean useSemantics, ModuleType moduletype) void
Atom.setLabel
(Collection<OWLEntity> labelSignature) -
Uses of OWLEntity in uk.ac.manchester.cs.factplusplusad
Method parameters in uk.ac.manchester.cs.factplusplusad with type arguments of type OWLEntityModifier and TypeMethodDescriptionOntologyBasedModularizer.getModule
(Stream<OWLEntity> entities, ModuleType type) -
Uses of OWLEntity in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLEntityModifier and TypeClassDescriptionclass
An optimised implementation of OWLDatatype for OWL2Datatypes.class
class
class
class
class
class
Methods in uk.ac.manchester.cs.owl.owlapi with type parameters of type OWLEntityModifier and TypeMethodDescription<E extends OWLEntity>
EOWLDataFactoryImpl.getOWLEntity
(EntityType<E> entityType, IRI iri) Methods in uk.ac.manchester.cs.owl.owlapi that return OWLEntityMethods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLEntityModifier and TypeMethodDescriptionHasIncrementalSignatureGenerationSupport.addSignatureEntitiesToSet
(Set<OWLEntity> entities) OWLImmutableOntologyImpl.entitiesInSignature
(IRI iri) OWL2DatatypeImpl.signature()
OWLImmutableOntologyImpl.signature()
OWLObjectImpl.signature()
OWLImmutableOntologyImpl.unsortedSignature()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLEntityModifier and TypeMethodDescriptionboolean
OWL2DatatypeImpl.containsEntityInSignature
(OWLEntity owlEntity) boolean
OWLImmutableOntologyImpl.containsEntityInSignature
(OWLEntity owlEntity) boolean
OWLObjectImpl.containsEntityInSignature
(OWLEntity owlEntity) boolean
Internals.containsReference
(OWLEntity entity) boolean
OWLImmutableOntologyImpl.containsReference
(OWLEntity entity) boolean
OWLImmutableOntologyImpl.containsReference
(OWLEntity entity, Imports includeImportsClosure) OWLDataFactoryImpl.getOWLDeclarationAxiom
(OWLEntity owlEntity, Collection<OWLAnnotation> annotations) Internals.getReferencingAxioms
(OWLEntity owlEntity) boolean
Internals.isDeclared
(OWLEntity e) boolean
OWLImmutableOntologyImpl.isDeclared
(OWLEntity owlEntity) Method parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLEntityModifier and TypeMethodDescriptionHasIncrementalSignatureGenerationSupport.addSignatureEntitiesToSet
(Set<OWLEntity> entities) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLEntityModifierConstructorDescriptionOWLDeclarationAxiomImpl
(OWLEntity entity, Collection<OWLAnnotation> annotations) -
Uses of OWLEntity in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLEntityModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.entitiesInSignature
(IRI iri) ConcurrentOWLOntologyImpl.entitiesInSignature
(IRI iri, Imports imports) ConcurrentOWLOntologyImpl.getEntitiesInSignature
(IRI iri) ConcurrentOWLOntologyImpl.getEntitiesInSignature
(IRI iri, boolean b) ConcurrentOWLOntologyImpl.getEntitiesInSignature
(IRI iri, Imports imports) ConcurrentOWLOntologyImpl.getSignature()
ConcurrentOWLOntologyImpl.getSignature
(Imports imports) ConcurrentOWLOntologyImpl.signature()
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLEntityModifier and TypeMethodDescriptionboolean
ConcurrentOWLOntologyImpl.containsEntityInSignature
(OWLEntity owlEntity) boolean
ConcurrentOWLOntologyImpl.containsEntityInSignature
(OWLEntity owlEntity, boolean b) boolean
ConcurrentOWLOntologyImpl.containsEntityInSignature
(OWLEntity owlEntity, Imports imports) boolean
ConcurrentOWLOntologyImpl.containsReference
(OWLEntity owlEntity) boolean
ConcurrentOWLOntologyImpl.containsReference
(OWLEntity owlEntity, boolean b) boolean
ConcurrentOWLOntologyImpl.containsReference
(OWLEntity owlEntity, Imports imports) ConcurrentOWLOntologyImpl.declarationAxioms
(OWLEntity subject) ConcurrentOWLOntologyImpl.getDeclarationAxioms
(OWLEntity owlEntity) boolean
ConcurrentOWLOntologyImpl.isDeclared
(OWLEntity owlEntity) boolean
ConcurrentOWLOntologyImpl.isDeclared
(OWLEntity owlEntity, Imports imports) -
Uses of OWLEntity in uk.ac.manchester.cs.owlapi.modularity
Method parameters in uk.ac.manchester.cs.owlapi.modularity with type arguments of type OWLEntityModifier and TypeMethodDescriptionSyntacticLocalityModuleExtractor.extract
(Set<OWLEntity> sig, int superClassLevel, int subClassLevel, OWLReasoner reasoner) Extracts a module from the associated ontology for a given signature and the associated module type, and returns the module as a set of axioms.SyntacticLocalityModuleExtractor.extractAsOntology
(Set<OWLEntity> signature, IRI iri) SyntacticLocalityModuleExtractor.extractAsOntology
(Set<OWLEntity> signature, IRI iri, int superClassLevel, int subClassLevel, OWLReasoner reasoner)