|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OWLAnnotationProperty | |
| org.semanticweb.owl.impl.model | A basic implementation of the OWL API. |
| org.semanticweb.owl.io.abstract_syntax | Simple renderer that writes ontologies in OWL Abstract Syntax. |
| org.semanticweb.owl.io.owl_rdf | |
| org.semanticweb.owl.model | An API for OWL. |
| org.semanticweb.owl.model.change | Change API for OWL Ontologies. |
| org.semanticweb.owl.model.helper | Helper classes for the OWL API. |
| uk.ac.man.cs.img.owl.io.html | |
| Uses of OWLAnnotationProperty in org.semanticweb.owl.impl.model |
| Classes in org.semanticweb.owl.impl.model that implement OWLAnnotationProperty | |
class |
OWLAnnotationPropertyImpl
An OWLProperty whose range is a class (a
collection of domain objects). |
| Methods in org.semanticweb.owl.impl.model that return OWLAnnotationProperty | |
OWLAnnotationProperty |
OWLOntologyImpl.getAnnotationProperty(URI uri)
getAnnotationProperty Retrieves an AnnotationProperty with a given uri |
OWLAnnotationProperty |
OWLDataFactoryImpl.getOWLAnnotationProperty(URI uri)
|
OWLAnnotationProperty |
OWLAnnotationInstanceImpl.getProperty()
|
| Methods in org.semanticweb.owl.impl.model with parameters of type OWLAnnotationProperty | |
void |
OWLOntologyImpl.EntityAdder.visit(OWLAnnotationProperty entity)
|
void |
OWLOntologyImpl.EntityRemover.visit(OWLAnnotationProperty entity)
|
OWLAnnotationInstance |
OWLDataFactoryImpl.getOWLAnnotationInstance(OWLObject subject,
OWLAnnotationProperty property,
Object content)
|
| Constructors in org.semanticweb.owl.impl.model with parameters of type OWLAnnotationProperty | |
OWLAnnotationInstanceImpl(OWLDataFactoryImpl factory,
OWLObject subj,
OWLAnnotationProperty prop,
Object cont)
|
|
| Uses of OWLAnnotationProperty in org.semanticweb.owl.io.abstract_syntax |
| Methods in org.semanticweb.owl.io.abstract_syntax that return OWLAnnotationProperty | |
OWLAnnotationProperty |
ANTLRParser.annotationProperty()
Rule. |
| Uses of OWLAnnotationProperty in org.semanticweb.owl.io.owl_rdf |
| Methods in org.semanticweb.owl.io.owl_rdf that return OWLAnnotationProperty | |
protected OWLAnnotationProperty |
OWLConsumer.createAnnotationProperty(OWLOntology onto,
URI uri)
|
protected OWLAnnotationProperty |
OWLConsumer.getOrCreateAnnotationProperty(URI uri)
|
| Uses of OWLAnnotationProperty in org.semanticweb.owl.model |
| Methods in org.semanticweb.owl.model that return OWLAnnotationProperty | |
OWLAnnotationProperty |
OWLOntology.getAnnotationProperty(URI uri)
getAnnotationProperty Retrieves an Annotation Property with a given uri |
OWLAnnotationProperty |
OWLDataFactory.getOWLAnnotationProperty(URI uri)
|
OWLAnnotationProperty |
OWLAnnotationInstance.getProperty()
|
| Methods in org.semanticweb.owl.model with parameters of type OWLAnnotationProperty | |
void |
OWLObjectVisitor.visit(OWLAnnotationProperty node)
|
void |
OWLEntityVisitor.visit(OWLAnnotationProperty entity)
|
OWLAnnotationInstance |
OWLDataFactory.getOWLAnnotationInstance(OWLObject subj,
OWLAnnotationProperty property,
Object content)
|
| Uses of OWLAnnotationProperty in org.semanticweb.owl.model.change |
| Methods in org.semanticweb.owl.model.change that return OWLAnnotationProperty | |
OWLAnnotationProperty |
AddAnnotationInstance.getProperty()
|
| Constructors in org.semanticweb.owl.model.change with parameters of type OWLAnnotationProperty | |
AddAnnotationInstance(OWLOntology ontology,
OWLObject subject,
OWLAnnotationProperty property,
Object content,
OntologyChange cause)
|
|
| Uses of OWLAnnotationProperty in org.semanticweb.owl.model.helper |
| Methods in org.semanticweb.owl.model.helper that return OWLAnnotationProperty | |
OWLAnnotationProperty |
OWLBuilder.getAnnotationProperty(URI id)
Returns the annotation property corresponding to id
in the current ontology. |
OWLAnnotationProperty |
OWLBuilder.addAnnotationProperty(URI id)
Adds the annotation property identified by id,
to the current ontology. |
OWLAnnotationProperty |
OWLBuilder.AnnotationComponent.getProperty()
Gets the property property. |
| Methods in org.semanticweb.owl.model.helper with parameters of type OWLAnnotationProperty | |
void |
OWLObjectVisitorAdapter.visit(OWLAnnotationProperty node)
|
static List |
OntologyHelper.getAnnotations(OWLOntology ontology,
OWLObject oo,
OWLAnnotationProperty oap)
Return the objects which are the fillers in the annotations applied to the given object using the given annotation property. |
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLAnnotationProperty node)
|
| Constructors in org.semanticweb.owl.model.helper with parameters of type OWLAnnotationProperty | |
OWLBuilder.AnnotationComponent(OWLAnnotationProperty property,
Object content)
Creates a new AnnotationComponent instance and sets
its property and content properties. |
|
| Uses of OWLAnnotationProperty in uk.ac.man.cs.img.owl.io.html |
| Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLAnnotationProperty | |
void |
OntologyRenderer.renderAnnotationProperty(OWLAnnotationProperty prop,
PrintWriter pw,
Linker linker)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||