Uses of Enum Class
org.semanticweb.owlapi.model.parameters.AxiomAnnotations
Packages that use AxiomAnnotations
Package
Description
Main API classes.
Parameter classes.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of AxiomAnnotations in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model with parameters of type AxiomAnnotationsModifier and TypeMethodDescriptionboolean
OWLAxiomCollection.containsAxiom
(OWLAxiom axiom, Imports includeImportsClosure, AxiomAnnotations ignoreAnnotations) Determines if this ontology contains the specified axiom, optionally including the imports closure. -
Uses of AxiomAnnotations in org.semanticweb.owlapi.model.parameters
Methods in org.semanticweb.owlapi.model.parameters that return AxiomAnnotationsModifier and TypeMethodDescriptionstatic AxiomAnnotations
Returns the enum constant of this class with the specified name.static AxiomAnnotations[]
AxiomAnnotations.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AxiomAnnotations in uk.ac.manchester.cs.owl.owlapi
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type AxiomAnnotationsModifier and TypeMethodDescriptionboolean
OWLImmutableOntologyImpl.containsAxiom
(OWLAxiom axiom, Imports imports, AxiomAnnotations ignoreAnnotations) -
Uses of AxiomAnnotations in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type AxiomAnnotationsModifier and TypeMethodDescriptionboolean
ConcurrentOWLOntologyImpl.containsAxiom
(OWLAxiom owlAxiom, Imports imports, AxiomAnnotations axiomAnnotations)