|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OWLEntity in com.clarkparsia.explanation.util |
---|
Methods in com.clarkparsia.explanation.util with parameters of type OWLEntity | |
---|---|
boolean |
DefinitionTracker.isDefined(OWLEntity entity)
Checks if this entity is referred by a logical axiom in the imports closure of the designated ontology. |
Uses of OWLEntity in com.clarkparsia.modularity.locality |
---|
Method parameters in com.clarkparsia.modularity.locality with type arguments of type OWLEntity | |
---|---|
boolean |
SyntacticLocalityEvaluator.isLocal(OWLAxiom axiom,
java.util.Set<? extends OWLEntity> signature)
True if the axiom is syntactically local w.r.t. |
boolean |
SemanticLocalityEvaluator.isLocal(OWLAxiom axiom,
java.util.Set<? extends OWLEntity> signature)
True if the axiom is semantically local w.r.t. |
boolean |
LocalityEvaluator.isLocal(OWLAxiom axiom,
java.util.Set<? extends OWLEntity> signature)
|
Uses of OWLEntity in org.coode.manchesterowlsyntax |
---|
Methods in org.coode.manchesterowlsyntax with parameters of type OWLEntity | |
---|---|
java.util.Set<OWLAxiom> |
ManchesterOWLSyntaxEditorParser.parseAnnotations(OWLEntity subject)
|
Uses of OWLEntity in org.coode.obo.parser |
---|
Methods in org.coode.obo.parser that return OWLEntity | |
---|---|
OWLEntity |
OBOConsumer.getCurrentEntity()
|
Uses of OWLEntity in org.coode.owl.functionalparser |
---|
Methods in org.coode.owl.functionalparser that return OWLEntity | |
---|---|
OWLEntity |
OWLFunctionalSyntaxParser.Entity()
|
Uses of OWLEntity in org.coode.owl.functionalrenderer |
---|
Methods in org.coode.owl.functionalrenderer with parameters of type OWLEntity | |
---|---|
void |
OWLObjectRenderer.writeAnnotations(OWLEntity entity)
|
void |
OWLObjectRenderer.writeDeclarations(OWLEntity entity)
|
Uses of OWLEntity in org.semanticweb.owl.inference |
---|
Methods in org.semanticweb.owl.inference that return OWLEntity | |
---|---|
OWLEntity |
MonitorableOWLReasoner.getCurrentEntity()
Gets the entity which is currently being classified. |
OWLEntity |
UndefinedEntityException.getEntity()
|
Constructors in org.semanticweb.owl.inference with parameters of type OWLEntity | |
---|---|
UndefinedEntityException(OWLEntity entity)
|
Uses of OWLEntity in org.semanticweb.owl.model |
---|
Subinterfaces of OWLEntity in org.semanticweb.owl.model | |
---|---|
interface |
OWLAnonymousIndividual
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLClass
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a named class in OWL. |
interface |
OWLDataProperty
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLDataType
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a named data range. |
interface |
OWLIndividual
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 25-Oct-2006 Represents a named or anonymous individual. |
interface |
OWLObjectProperty
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLProperty<P extends OWLPropertyExpression,R extends OWLPropertyRange>
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 23-Jan-2007 A marker interface for properties that aren't expression i.e. |
Methods in org.semanticweb.owl.model that return OWLEntity | |
---|---|
OWLEntity |
OWLDeclarationAxiom.getEntity()
Gets the entity that this axiom declares. |
Methods in org.semanticweb.owl.model that return types with arguments of type OWLEntity | |
---|---|
java.util.Set<OWLEntity> |
OWLAxiomChange.getEntities()
A convenience method that obtains the entities which are referenced in the axiom contained within this change. |
java.util.Set<OWLEntity> |
OWLOntology.getReferencedEntities()
Gets the entities that are referenced by axioms in this ontology. |
java.util.Set<OWLEntity> |
OWLAxiom.getReferencedEntities()
A convenience method that obtains the entities that this axiom references. |
java.util.Set<OWLEntity> |
OWLObject.getSignature()
Gets the signature of this object |
Methods in org.semanticweb.owl.model with parameters of type OWLEntity | |
---|---|
boolean |
OWLOntology.containsEntityDeclaration(OWLEntity owlEntity)
Determines if this ontology contains a declaration axiom for the specified entity. |
boolean |
OWLOntology.containsEntityReference(OWLEntity owlEntity)
Determines if the ontology contains a reference to the specified entity. |
java.util.Set<OWLDeclarationAxiom> |
OWLOntology.getDeclarationAxioms(OWLEntity subject)
Gets the declaration axioms for specified entity. |
java.util.Set<OWLEntityAnnotationAxiom> |
OWLOntology.getEntityAnnotationAxioms(OWLEntity entity)
Gets the axioms that annotate the specified entity. |
OWLDeclarationAxiom |
OWLDataFactory.getOWLDeclarationAxiom(OWLEntity owlEntity)
|
OWLEntityAnnotationAxiom |
OWLDataFactory.getOWLEntityAnnotationAxiom(OWLEntity entity,
OWLAnnotation annotation)
|
OWLEntityAnnotationAxiom |
OWLDataFactory.getOWLEntityAnnotationAxiom(OWLEntity entity,
java.net.URI annotationURI,
OWLConstant value)
|
OWLEntityAnnotationAxiom |
OWLDataFactory.getOWLEntityAnnotationAxiom(OWLEntity entity,
java.net.URI annotationURI,
OWLIndividual value)
|
java.util.Set<OWLAxiom> |
OWLOntology.getReferencingAxioms(OWLEntity owlEntity)
Gets the axioms where the specified entity appears anywhere in the axiom. |
Uses of OWLEntity in org.semanticweb.owl.modularity |
---|
Method parameters in org.semanticweb.owl.modularity with type arguments of type OWLEntity | |
---|---|
java.util.Set<OWLAxiom> |
OntologySegmenter.extract(java.util.Set<OWLEntity> signature)
Returns a set of axioms that is a segment of the ontology associated with this segmenter. |
OWLOntology |
OntologySegmenter.extractAsOntology(java.util.Set<OWLEntity> signature,
java.net.URI uri)
Returns an ontology that is a segment of the ontology associated with this segmenter. |
Uses of OWLEntity in org.semanticweb.owl.util |
---|
Classes in org.semanticweb.owl.util with type parameters of type OWLEntity | |
---|---|
class |
InferredEntityAxiomGenerator<E extends OWLEntity,A extends OWLAxiom>
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 27-Jul-2007 Generates axioms which relate to inferred information for a specific entity. |
interface |
OWLEntitySetProvider<E extends OWLEntity>
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 18-Apr-2007 Provides a set of entities to inputs that require this. |
Methods in org.semanticweb.owl.util that return OWLEntity | |
---|---|
OWLEntity |
CachingBidirectionalShortFormProvider.getEntity(java.lang.String shortForm)
|
OWLEntity |
BidirectionalShortFormProvider.getEntity(java.lang.String shortForm)
A convenience method which gets an entity from its short form. |
Methods in org.semanticweb.owl.util that return types with arguments of type OWLEntity | |
---|---|
java.util.Set<OWLEntity> |
ReferencedEntitySetProvider.getEntities()
|
java.util.Set<OWLEntity> |
OWLEntityCollectingOntologyChangeListener.getEntities()
Gets the entities which were referenced in the last change set. |
java.util.Set<OWLEntity> |
CachingBidirectionalShortFormProvider.getEntities(java.lang.String shortForm)
|
java.util.Set<OWLEntity> |
BidirectionalShortFormProvider.getEntities(java.lang.String shortForm)
For a given short form this method obtains the entities which have this short form. |
java.util.Set<OWLEntity> |
OWLEntityCollector.getObjects()
Gets the objects that are used by all axioms, descriptions etc. |
java.util.Set<OWLEntity> |
ImportsStructureEntitySorter.ReferencedEntitySelector.getObjects(OWLOntology ontology)
|
Methods in org.semanticweb.owl.util with parameters of type OWLEntity | |
---|---|
void |
CachingBidirectionalShortFormProvider.add(OWLEntity entity)
Adds an entity to the cache. |
java.util.List<OWLOntologyChange> |
OWLEntityRenamer.changeURI(OWLEntity entity,
java.net.URI newURI)
Changes the URI of an entity for another URI. |
int |
OWLEntityComparator.compare(OWLEntity o1,
OWLEntity o2)
|
java.net.URI |
OWLEntityURIUnderscores2CamelBackConverterStrategy.getConvertedURI(OWLEntity entity)
|
java.net.URI |
OWLEntityURIConverterStrategy.getConvertedURI(OWLEntity entity)
|
java.net.URI |
OWLEntityTinyURIConversionStrategy.getConvertedURI(OWLEntity entity)
|
java.lang.String |
SimpleShortFormProvider.getShortForm(OWLEntity entity)
|
java.lang.String |
ShortFormProvider.getShortForm(OWLEntity entity)
Gets the short form for the specified entity. |
java.lang.String |
QNameShortFormProvider.getShortForm(OWLEntity entity)
|
java.lang.String |
PropertyAssertionValueShortFormProvider.getShortForm(OWLEntity entity)
|
java.lang.String |
CachingBidirectionalShortFormProvider.getShortForm(OWLEntity entity)
|
java.lang.String |
AnnotationValueShortFormProvider.getShortForm(OWLEntity entity)
|
void |
CachingBidirectionalShortFormProvider.remove(OWLEntity entity)
Removes an entity and its short form from the cache. |
void |
CachingBidirectionalShortFormProvider.update(OWLEntity entity)
If the short form for a cached entity has changed then this method may be used to update the cached short form mapping for the entity. |
Method parameters in org.semanticweb.owl.util with type arguments of type OWLEntity | |
---|---|
java.util.List<OWLOntologyChange> |
OWLEntityRenamer.changeURI(java.util.Map<OWLEntity,java.net.URI> entity2URIMap)
|
void |
CachingBidirectionalShortFormProvider.rebuild(OWLEntitySetProvider<OWLEntity> entitySetProvider)
Rebuilds the cache using entities obtained from the specified entity set provider. |
Constructor parameters in org.semanticweb.owl.util with type arguments of type OWLEntity | |
---|---|
OWLObjectDuplicator(java.util.Map<OWLEntity,java.net.URI> entityURIReplacementMap,
OWLDataFactory dataFactory)
Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map. |
Uses of OWLEntity in uk.ac.manchester.cs.owl |
---|
Classes in uk.ac.manchester.cs.owl that implement OWLEntity | |
---|---|
class |
OWLClassImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 25-Oct-2006 |
class |
OWLDataPropertyImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
class |
OWLDataTypeImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
class |
OWLIndividualImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 25-Oct-2006 |
class |
OWLObjectPropertyImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
Methods in uk.ac.manchester.cs.owl that return OWLEntity | |
---|---|
OWLEntity |
OWLDeclarationAxiomImpl.getEntity()
|
Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLEntity | |
---|---|
java.util.Set<OWLEntity> |
OWLOntologyImpl.getReferencedEntities()
|
java.util.Set<OWLEntity> |
OWLAxiomImpl.getReferencedEntities()
|
java.util.Set<OWLEntity> |
OWLObjectImpl.getSignature()
|
Methods in uk.ac.manchester.cs.owl with parameters of type OWLEntity | |
---|---|
boolean |
OWLOntologyImpl.containsEntityDeclaration(OWLEntity owlEntity)
|
boolean |
OWLOntologyImpl.containsEntityReference(OWLEntity owlEntity)
|
static java.util.Set<OWLAnnotationAxiom> |
ImplUtils.getAnnotationAxioms(OWLEntity entity,
java.util.Set<OWLOntology> ontologies)
|
static java.util.Set<OWLAnnotation> |
ImplUtils.getAnnotations(OWLEntity entity,
java.util.Set<OWLOntology> ontologies)
|
static java.util.Set<OWLAnnotation> |
ImplUtils.getAnnotations(OWLEntity entity,
java.net.URI annotationURI,
java.util.Set<OWLOntology> ontologies)
|
java.util.Set<OWLDeclarationAxiom> |
OWLOntologyImpl.getDeclarationAxioms(OWLEntity entity)
|
java.util.Set<OWLEntityAnnotationAxiom> |
OWLOntologyImpl.getEntityAnnotationAxioms(OWLEntity entity)
|
OWLDeclarationAxiom |
OWLDataFactoryImpl.getOWLDeclarationAxiom(OWLEntity owlEntity)
|
OWLEntityAnnotationAxiom |
OWLDataFactoryImpl.getOWLEntityAnnotationAxiom(OWLEntity entity,
OWLAnnotation annotation)
|
OWLEntityAnnotationAxiom |
OWLDataFactoryImpl.getOWLEntityAnnotationAxiom(OWLEntity entity,
java.net.URI annotationURI,
OWLConstant value)
|
OWLEntityAnnotationAxiom |
OWLDataFactoryImpl.getOWLEntityAnnotationAxiom(OWLEntity entity,
java.net.URI annotationURI,
OWLIndividual value)
|
java.util.Set<OWLAxiom> |
OWLOntologyImpl.getReferencingAxioms(OWLEntity owlEntity)
|
Constructors in uk.ac.manchester.cs.owl with parameters of type OWLEntity | |
---|---|
OWLDeclarationAxiomImpl(OWLDataFactory dataFactory,
OWLEntity entity)
|
|
OWLEntityAnnotationAxiomImpl(OWLDataFactory dataFactory,
OWLEntity subject,
OWLAnnotation annotation)
|
Uses of OWLEntity in uk.ac.manchester.cs.owl.mansyntaxrenderer |
---|
Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLEntity | |
---|---|
java.util.Set<OWLEntityAnnotationAxiom> |
ManchesterOWLSyntaxFrameRenderer.writeAnnotations(OWLEntity entity)
|
Uses of OWLEntity in uk.ac.manchester.cs.owl.modularity |
---|
Method parameters in uk.ac.manchester.cs.owl.modularity with type arguments of type OWLEntity | |
---|---|
java.util.Set<OWLAxiom> |
SyntacticLocalityModuleExtractor.extract(java.util.Set<OWLEntity> sig)
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. |
OWLOntology |
SyntacticLocalityModuleExtractor.extractAsOntology(java.util.Set<OWLEntity> signature,
java.net.URI uri)
Extracts a module from the associated ontology for a given signature and the associated module type, and returns the module as an ontology. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |