public class OWLNamedIndividualImpl extends OWLIndividualImpl implements org.semanticweb.owlapi.model.OWLNamedIndividual
| Type | Property and Description |
|---|---|
org.semanticweb.owlapi.model.OWLAnnotationProperty |
asOWLAnnotation |
boolean |
isOWLAnnotation |
asOWLDataProperty, asOWLObjectProperty, isOWLDataProperty, isOWLObjectPropertyNO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLNamedIndividualImpl(org.semanticweb.owlapi.model.IRI iri) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.semanticweb.owlapi.model.OWLEntityVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLEntityVisitorEx<O> visitor) |
void |
accept(org.semanticweb.owlapi.model.OWLIndividualVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLIndividualVisitorEx<O> visitor) |
void |
accept(org.semanticweb.owlapi.model.OWLNamedObjectVisitor visitor) |
void |
accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor) |
org.semanticweb.owlapi.model.OWLAnnotationProperty |
asOWLAnnotationProperty() |
org.semanticweb.owlapi.model.OWLAnonymousIndividual |
asOWLAnonymousIndividual() |
org.semanticweb.owlapi.model.OWLNamedIndividual |
asOWLNamedIndividual() |
protected int |
compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object) |
boolean |
equals(Object obj) |
Set<org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom> |
getAnnotationAssertionAxioms(org.semanticweb.owlapi.model.OWLOntology ontology) |
Set<org.semanticweb.owlapi.model.OWLAnnotation> |
getAnnotations(org.semanticweb.owlapi.model.OWLOntology ontology) |
Set<org.semanticweb.owlapi.model.OWLAnnotation> |
getAnnotations(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLAnnotationProperty annotationProperty) |
org.semanticweb.owlapi.model.EntityType<?> |
getEntityType() |
org.semanticweb.owlapi.model.IRI |
getIRI() |
<E extends org.semanticweb.owlapi.model.OWLEntity> |
getOWLEntity(org.semanticweb.owlapi.model.EntityType<E> entityType) |
Set<org.semanticweb.owlapi.model.OWLAxiom> |
getReferencingAxioms(org.semanticweb.owlapi.model.OWLOntology ontology) |
Set<org.semanticweb.owlapi.model.OWLAxiom> |
getReferencingAxioms(org.semanticweb.owlapi.model.OWLOntology ontology,
boolean includeImports) |
boolean |
isAnonymous() |
boolean |
isNamed() |
boolean |
isOWLAnnotationProperty() |
boolean |
isOWLNamedIndividual() |
boolean |
isType(org.semanticweb.owlapi.model.EntityType<?> entityType) |
String |
toStringID() |
asOWLClass, asOWLDataProperty, asOWLDatatype, asOWLObjectProperty, getDataPropertyValues, getDataPropertyValues, getDifferentIndividuals, getNegativeDataPropertyValues, getNegativeObjectPropertyValues, getObjectPropertyValues, getObjectPropertyValues, getSameIndividuals, getTypes, getTypes, hasDataPropertyValue, hasNegativeDataPropertyValue, hasNegativeObjectPropertyValue, hasObjectPropertyValue, isBuiltIn, isOWLClass, isOWLDataProperty, isOWLDatatype, isOWLObjectPropertycompareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDataPropertyValues, getDataPropertyValues, getDifferentIndividuals, getNegativeDataPropertyValues, getNegativeObjectPropertyValues, getObjectPropertyValues, getObjectPropertyValues, getSameIndividuals, getTypes, getTypes, hasDataPropertyValue, hasNegativeDataPropertyValue, hasNegativeObjectPropertyValue, hasObjectPropertyValueasOWLClass, asOWLDataProperty, asOWLDatatype, asOWLObjectProperty, isBuiltIn, isOWLClass, isOWLDataProperty, isOWLDatatype, isOWLObjectPropertygetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareToasOWLAnnotationProperty in interface org.semanticweb.owlapi.model.OWLEntityisOWLAnnotationProperty in interface org.semanticweb.owlapi.model.OWLEntitypublic OWLNamedIndividualImpl(org.semanticweb.owlapi.model.IRI iri)
iri - the iripublic boolean isNamed()
isNamed in interface org.semanticweb.owlapi.model.OWLIndividualpublic org.semanticweb.owlapi.model.EntityType<?> getEntityType()
getEntityType in interface org.semanticweb.owlapi.model.OWLEntitypublic <E extends org.semanticweb.owlapi.model.OWLEntity> E getOWLEntity(org.semanticweb.owlapi.model.EntityType<E> entityType)
getOWLEntity in interface org.semanticweb.owlapi.model.OWLEntitypublic boolean isType(org.semanticweb.owlapi.model.EntityType<?> entityType)
isType in interface org.semanticweb.owlapi.model.OWLEntitypublic String toStringID()
toStringID in interface org.semanticweb.owlapi.model.OWLEntitytoStringID in interface org.semanticweb.owlapi.model.OWLIndividualpublic boolean isOWLNamedIndividual()
isOWLNamedIndividual in interface org.semanticweb.owlapi.model.OWLEntitypublic org.semanticweb.owlapi.model.IRI getIRI()
getIRI in interface org.semanticweb.owlapi.model.OWLNamedObjectpublic boolean isAnonymous()
isAnonymous in interface org.semanticweb.owlapi.model.OWLIndividualpublic org.semanticweb.owlapi.model.OWLNamedIndividual asOWLNamedIndividual()
asOWLNamedIndividual in interface org.semanticweb.owlapi.model.OWLEntityasOWLNamedIndividual in interface org.semanticweb.owlapi.model.OWLIndividualpublic org.semanticweb.owlapi.model.OWLAnonymousIndividual asOWLAnonymousIndividual()
asOWLAnonymousIndividual in interface org.semanticweb.owlapi.model.OWLIndividualpublic org.semanticweb.owlapi.model.OWLAnnotationProperty asOWLAnnotationProperty()
asOWLAnnotationProperty in interface org.semanticweb.owlapi.model.OWLEntitypublic boolean isOWLAnnotationProperty()
isOWLAnnotationProperty in interface org.semanticweb.owlapi.model.OWLEntitypublic boolean equals(Object obj)
equals in class OWLIndividualImplpublic Set<org.semanticweb.owlapi.model.OWLAnnotation> getAnnotations(org.semanticweb.owlapi.model.OWLOntology ontology)
getAnnotations in interface org.semanticweb.owlapi.model.OWLEntitypublic Set<org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom> getAnnotationAssertionAxioms(org.semanticweb.owlapi.model.OWLOntology ontology)
getAnnotationAssertionAxioms in interface org.semanticweb.owlapi.model.OWLEntitypublic Set<org.semanticweb.owlapi.model.OWLAnnotation> getAnnotations(org.semanticweb.owlapi.model.OWLOntology ontology, org.semanticweb.owlapi.model.OWLAnnotationProperty annotationProperty)
getAnnotations in interface org.semanticweb.owlapi.model.OWLEntitypublic Set<org.semanticweb.owlapi.model.OWLAxiom> getReferencingAxioms(org.semanticweb.owlapi.model.OWLOntology ontology)
getReferencingAxioms in interface org.semanticweb.owlapi.model.OWLEntitypublic Set<org.semanticweb.owlapi.model.OWLAxiom> getReferencingAxioms(org.semanticweb.owlapi.model.OWLOntology ontology, boolean includeImports)
getReferencingAxioms in interface org.semanticweb.owlapi.model.OWLEntityprotected int compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object)
compareObjectOfSameType in class OWLObjectImplpublic void accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic <O> O accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic void accept(org.semanticweb.owlapi.model.OWLEntityVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLEntitypublic <O> O accept(org.semanticweb.owlapi.model.OWLEntityVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLEntitypublic void accept(org.semanticweb.owlapi.model.OWLNamedObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLNamedObjectpublic void accept(org.semanticweb.owlapi.model.OWLIndividualVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLIndividualpublic <O> O accept(org.semanticweb.owlapi.model.OWLIndividualVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLIndividualCopyright © 2014 The University of Manchester. All Rights Reserved.