public abstract class OWLIndividualImpl extends OWLObjectImpl implements OWLIndividual
| Type | Property and Description |
|---|---|
OWLDataProperty |
asOWLData
Deprecated.
|
OWLObjectProperty |
asOWLObject
Deprecated.
|
boolean |
isOWLData
Deprecated.
|
boolean |
isOWLObject
Deprecated.
|
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLIndividualImpl() |
compareLists, compareObjectOfSameType, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, accept, asOWLAnonymousIndividual, asOWLNamedIndividual, isAnonymous, isNamed, toStringIDaccept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTo@Deprecated public boolean isBuiltIn()
public boolean equals(Object obj)
equals in class OWLObjectImplpublic Set<OWLClassExpression> getTypes(OWLOntology ontology)
getTypes in interface OWLIndividualpublic Set<OWLClassExpression> getTypes(Set<OWLOntology> ontologies)
getTypes in interface OWLIndividualpublic Set<OWLIndividual> getObjectPropertyValues(OWLObjectPropertyExpression property, OWLOntology ontology)
getObjectPropertyValues in interface OWLIndividualpublic Set<OWLLiteral> getDataPropertyValues(OWLDataPropertyExpression property, OWLOntology ontology)
getDataPropertyValues in interface OWLIndividualpublic boolean hasObjectPropertyValue(OWLObjectPropertyExpression property, OWLIndividual individual, OWLOntology ontology)
hasObjectPropertyValue in interface OWLIndividualpublic boolean hasDataPropertyValue(OWLDataPropertyExpression property, OWLLiteral value, OWLOntology ontology)
hasDataPropertyValue in interface OWLIndividualpublic Map<OWLObjectPropertyExpression,Set<OWLIndividual>> getObjectPropertyValues(OWLOntology ontology)
getObjectPropertyValues in interface OWLIndividualpublic Map<OWLObjectPropertyExpression,Set<OWLIndividual>> getNegativeObjectPropertyValues(OWLOntology ontology)
getNegativeObjectPropertyValues in interface OWLIndividualpublic boolean hasNegativeObjectPropertyValue(OWLObjectPropertyExpression property, OWLIndividual individual, OWLOntology ontology)
hasNegativeObjectPropertyValue in interface OWLIndividualpublic Map<OWLDataPropertyExpression,Set<OWLLiteral>> getDataPropertyValues(OWLOntology ontology)
getDataPropertyValues in interface OWLIndividualpublic Map<OWLDataPropertyExpression,Set<OWLLiteral>> getNegativeDataPropertyValues(OWLOntology ontology)
getNegativeDataPropertyValues in interface OWLIndividualpublic boolean hasNegativeDataPropertyValue(OWLDataPropertyExpression property, OWLLiteral literal, OWLOntology ontology)
hasNegativeDataPropertyValue in interface OWLIndividualpublic Set<OWLIndividual> getSameIndividuals(OWLOntology ontology)
getSameIndividuals in interface OWLIndividualpublic Set<OWLIndividual> getDifferentIndividuals(OWLOntology ontology)
getDifferentIndividuals in interface OWLIndividual@Deprecated public OWLClass asOWLClass()
@Deprecated public OWLDataProperty asOWLDataProperty()
@Deprecated public OWLDatatype asOWLDatatype()
@Deprecated public OWLObjectProperty asOWLObjectProperty()
@Deprecated public boolean isOWLClass()
@Deprecated public boolean isOWLDataProperty()
@Deprecated public boolean isOWLDatatype()
@Deprecated public boolean isOWLObjectProperty()
Copyright © 2013 CSIRO HRPPC. All Rights Reserved.