|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of OWLException in org.semanticweb.owl.impl.model |
| Methods in org.semanticweb.owl.impl.model that throw OWLException | |
void |
OWLSubPropertyAxiomImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLSubPropertyAxiomImpl.accept(OWLPropertyAxiomVisitor visitor)
|
void |
OWLSubClassAxiomImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLSubClassAxiomImpl.accept(OWLClassAxiomVisitor visitor)
|
void |
OWLSameIndividualsAxiomImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLSameIndividualsAxiomImpl.accept(OWLIndividualAxiomVisitor visitor)
|
void |
OWLOrImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLOrImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLOntologyImpl.applyChanges(List changeList)
Processes changes in the change list. |
void |
OWLOntologyImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLOntologyImpl.visit(AddAnnotationInstance event)
Change Visitor events. |
void |
OWLOntologyImpl.visit(AddEntity event)
|
void |
OWLOntologyImpl.visit(AddDataType event)
|
void |
OWLOntologyImpl.visit(RemoveEntity event)
|
void |
OWLOntologyImpl.visit(AddImport event)
|
void |
OWLOntologyImpl.visit(AddIndividualAxiom event)
|
void |
OWLOntologyImpl.visit(AddClassAxiom event)
|
void |
OWLOntologyImpl.visit(AddPropertyAxiom event)
|
void |
OWLOntologyImpl.visit(AddSuperClass event)
|
void |
OWLOntologyImpl.visit(AddSuperProperty event)
|
void |
OWLOntologyImpl.visit(AddIndividualClass event)
|
void |
OWLOntologyImpl.visit(AddEquivalentClass event)
|
void |
OWLOntologyImpl.visit(AddEnumeration event)
|
void |
OWLOntologyImpl.visit(AddDomain event)
|
void |
OWLOntologyImpl.visit(AddDataPropertyRange event)
|
void |
OWLOntologyImpl.visit(AddObjectPropertyRange event)
|
void |
OWLOntologyImpl.visit(AddInverse event)
|
void |
OWLOntologyImpl.visit(SetFunctional event)
|
void |
OWLOntologyImpl.visit(SetTransitive event)
|
void |
OWLOntologyImpl.visit(SetSymmetric event)
|
void |
OWLOntologyImpl.visit(SetInverseFunctional event)
|
void |
OWLOntologyImpl.visit(SetOneToOne event)
|
void |
OWLOntologyImpl.visit(SetDeprecated event)
|
void |
OWLOntologyImpl.visit(AddObjectPropertyInstance event)
|
void |
OWLOntologyImpl.visit(AddDataPropertyInstance event)
|
void |
OWLOntologyImpl.visit(RemoveClassAxiom event)
|
void |
OWLOntologyImpl.visit(RemoveSuperClass event)
|
void |
OWLOntologyImpl.visit(RemoveEquivalentClass event)
|
void |
OWLOntologyImpl.visit(RemoveEnumeration event)
|
void |
OWLOntologyImpl.visit(SetLogicalURI event)
|
protected void |
OWLOntologyImpl.filterEvent(OntologyChange event)
|
protected void |
OWLOntologyImpl.handleEvent(OntologyChange event)
|
protected void |
OWLOntologyImpl.notifyListeners(OntologyChange event)
|
void |
OWLOntologyImpl.addOntologyChangeListener(OntologyChangeListener listener)
|
void |
OWLOntologyImpl.removeOntologyChangeListener(OntologyChangeListener listener)
|
void |
OWLOntologyImpl.EntityAdder.visit(OWLClass entity)
|
void |
OWLOntologyImpl.EntityAdder.visit(OWLObjectProperty entity)
|
void |
OWLOntologyImpl.EntityAdder.visit(OWLAnnotationProperty entity)
|
void |
OWLOntologyImpl.EntityAdder.visit(OWLDataProperty entity)
|
void |
OWLOntologyImpl.EntityAdder.visit(OWLIndividual entity)
|
void |
OWLOntologyImpl.EntityRemover.visit(OWLClass entity)
|
void |
OWLOntologyImpl.EntityRemover.visit(OWLObjectProperty entity)
|
void |
OWLOntologyImpl.EntityRemover.visit(OWLAnnotationProperty entity)
|
void |
OWLOntologyImpl.EntityRemover.visit(OWLDataProperty entity)
|
void |
OWLOntologyImpl.EntityRemover.visit(OWLIndividual entity)
|
void |
OWLObjectValueRestrictionImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLObjectValueRestrictionImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLObjectSomeRestrictionImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLObjectSomeRestrictionImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLObjectPropertyImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLObjectPropertyImpl.accept(OWLEntityVisitor visitor)
|
abstract void |
OWLObjectImpl.accept(OWLObjectVisitor visitor)
Accept a visit from a visitor |
int |
OWLObjectCardinalityRestrictionImpl.getAtLeast()
|
int |
OWLObjectCardinalityRestrictionImpl.getAtMost()
|
void |
OWLObjectCardinalityRestrictionImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLObjectCardinalityRestrictionImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLObjectAllRestrictionImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLObjectAllRestrictionImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLNotImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLNotImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLIndividualImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLIndividualImpl.accept(OWLEntityVisitor visitor)
|
void |
OWLFrameImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLFrameImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLEquivalentPropertiesAxiomImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLEquivalentPropertiesAxiomImpl.accept(OWLPropertyAxiomVisitor visitor)
|
void |
OWLEquivalentClassesAxiomImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLEquivalentClassesAxiomImpl.accept(OWLClassAxiomVisitor visitor)
|
void |
OWLEnumerationImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLEnumerationImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLDisjointClassesAxiomImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLDisjointClassesAxiomImpl.accept(OWLClassAxiomVisitor visitor)
|
void |
OWLDifferentIndividualsAxiomImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLDifferentIndividualsAxiomImpl.accept(OWLIndividualAxiomVisitor visitor)
|
void |
OWLDataValueRestrictionImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLDataValueRestrictionImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLDataSomeRestrictionImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLDataSomeRestrictionImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLDataPropertyImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLDataPropertyImpl.accept(OWLEntityVisitor visitor)
|
OWLOntology |
OWLDataFactoryImpl.getOWLOntology(URI logicalURI,
URI physicalURI)
|
OWLObjectPropertyInstance |
OWLDataFactoryImpl.getOWLObjectPropertyInstance(OWLIndividual subject,
OWLObjectProperty property,
OWLIndividual object)
|
OWLAnnotationInstance |
OWLDataFactoryImpl.getOWLAnnotationInstance(OWLObject subject,
OWLAnnotationProperty property,
Object content)
|
OWLDataPropertyInstance |
OWLDataFactoryImpl.getOWLDataPropertyInstance(OWLIndividual subject,
OWLDataProperty property,
OWLDataValue object)
|
void |
OWLDataEnumerationImpl.accept(OWLObjectVisitor visitor)
|
int |
OWLDataCardinalityRestrictionImpl.getAtLeast()
|
int |
OWLDataCardinalityRestrictionImpl.getAtMost()
|
void |
OWLDataCardinalityRestrictionImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLDataCardinalityRestrictionImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLDataAllRestrictionImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLDataAllRestrictionImpl.accept(OWLDescriptionVisitor visitor)
|
OWLConnection |
OWLConnectionImpl.getConnection()
Deprecated. |
OWLOntology |
OWLConnectionImpl.openOntologyPhysical(URI physicalURI)
Deprecated. Use getOntology instead. |
OWLOntology |
OWLConnectionImpl.openOntologyLogical(URI logicalURI)
Deprecated. |
OWLOntology |
OWLConnectionImpl.createOWLOntology(URI physicalURI,
URI logicalURI)
Deprecated. Use createOntology instead. |
void |
OWLConnectionImpl.notifyOntologyDeleted(OWLOntology onto)
Notifies the connection that the OWLOntology has been deleted. |
void |
OWLConnectionImpl.applyChanges(List changes)
Deprecated. |
ChangeVisitor |
OWLConnectionImpl.getChangeVisitor(OWLOntology o)
Given an ontology, returns a change visitor that will enact changes over that ontology. |
void |
OWLConnectionImpl.changeOntologyLogicalURI(OWLOntology o,
URI uri)
|
OWLOntology |
OWLConnectionImpl.createOntology(URI physicalURI,
URI logicalURI)
|
OWLOntology |
OWLConnectionImpl.getOntologyLogical(URI logicalURI)
|
OWLOntology |
OWLConnectionImpl.getOntologyPhysical(URI physicalURI)
|
OWLOntology |
OWLConnectionImpl.loadOntologyPhysical(URI physicalURI)
|
OWLOntology |
OWLConnectionImpl.reloadOntologyPhysical(URI physicalURI)
|
void |
OWLConcreteDataTypeImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLConcreteDataImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLClassImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLClassImpl.accept(OWLEntityVisitor visitor)
|
void |
OWLClassImpl.accept(OWLDescriptionVisitor visitor)
|
void |
OWLAnnotationPropertyImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLAnnotationPropertyImpl.accept(OWLEntityVisitor visitor)
|
void |
OWLAnnotationInstanceImpl.accept(OWLObjectVisitor visitor)
|
OWLObject |
OWLAnnotationInstanceImpl.getSubject()
|
OWLAnnotationProperty |
OWLAnnotationInstanceImpl.getProperty()
|
Object |
OWLAnnotationInstanceImpl.getContent()
|
void |
OWLAndImpl.accept(OWLObjectVisitor visitor)
|
void |
OWLAndImpl.accept(OWLDescriptionVisitor visitor)
|
| Constructors in org.semanticweb.owl.impl.model that throw OWLException | |
OWLConnectionImpl()
Creates an instance of this class with default parameters. |
|
OWLConnectionImpl(Map parameters)
Creates an instance of this class using user defined parameters. |
|
OWLConnectionImpl(Map parameters,
Map ontologiesByLogicalURI,
Map ontologiesByPhysicalURI)
Creates an instance of this class. |
|
| Uses of OWLException in org.semanticweb.owl.inference |
| Methods in org.semanticweb.owl.inference that throw OWLException | |
Set |
OWLTaxonomyReasoner.superClassesOf(OWLClass cl)
Returns the collection of (named) most specific superclasses of the given class. |
Set |
OWLTaxonomyReasoner.ancestorClassesOf(OWLClass cl)
Returns the collection of all superclasses of the given class. |
Set |
OWLTaxonomyReasoner.subClassesOf(OWLClass cl)
Returns the collection of (named) most general subclasses of the given class. |
Set |
OWLTaxonomyReasoner.descendantClassesOf(OWLClass cl)
Returns the collection of all subclasses of the given class. |
Set |
OWLTaxonomyReasoner.equivalentClassesOf(OWLClass cl)
Returns the collection of (named) classes which are equivalent to the given class. |
void |
OWLReasoner.setOntology(OWLOntology ontology)
Set the ontology that the reasoner will reason with. |
OWLOntology |
OWLReasoner.getOntology()
Get the ontology that this reasoner reasons over |
boolean |
OWLIndividualReasoner.isInstanceOf(OWLIndividual i,
OWLDescription d)
Returns true if the given individual is an instance of the given description |
Set |
OWLIndividualReasoner.instancesOf(OWLDescription d)
Returns the individuals which are instances of the given description |
int |
OWLConsistencyChecker.consistency(OWLOntology onto)
Knowledge base consistency test. |
boolean |
OWLClassReasoner.isSubClassOf(OWLDescription d1,
OWLDescription d2)
Returns true if d1 is a subclass of d2. |
boolean |
OWLClassReasoner.isEquivalentClass(OWLDescription d1,
OWLDescription d2)
Returns true if d1 is equivalent to d2. |
boolean |
OWLClassReasoner.isConsistent(OWLDescription d1)
Returns true if the description is consistent (i.e. if it is possible for there to exist models in which the extension of the class is non-empty. |
Set |
OWLClassReasoner.superClassesOf(OWLDescription d)
Returns the collection of (named) most specific superclasses of the given description. |
Set |
OWLClassReasoner.ancestorClassesOf(OWLDescription d)
Returns the collection of all superclasses of the given description. |
Set |
OWLClassReasoner.subClassesOf(OWLDescription d)
Returns the collection of (named) most general subclasses of the given description. |
Set |
OWLClassReasoner.descendantClassesOf(OWLDescription d)
Returns the collection of all subclasses of the given description. |
Set |
OWLClassReasoner.equivalentClassesOf(OWLDescription d)
Returns the collection of (named) classes which are equivalent to the given description. |
| Uses of OWLException in org.semanticweb.owl.io |
| Subclasses of OWLException in org.semanticweb.owl.io | |
class |
ParserException
ParserException.java Created: Thu Dec 19 15:57:01 2002 |
class |
RendererException
RendererException.java Created: Thu Dec 19 15:57:01 2002 |
| Uses of OWLException in org.semanticweb.owl.io.abstract_syntax |
| Subclasses of OWLException in org.semanticweb.owl.io.abstract_syntax | |
class |
MalformedOWLPropertyURIException
MalformedOWLPropertyURIException.java. |
class |
MalformedOWLURIException
MalformedOWLURIException.java. |
class |
SomeUndefinedOWLPropertyException
SomeUndefinedOWLPropertyException.java. |
class |
UndefinedOWLPropertyException
UndefinedOWLPropertyException.java. |
class |
UndefinedOWLPropertyTypeException
UndefinedOWLPropertyTypeException.java. |
| Methods in org.semanticweb.owl.io.abstract_syntax that throw OWLException | |
OWLOntology |
ANTLRParser.ontology(URI physicalURI,
OWLBuilder builder)
Starting rule. |
void |
ANTLRParser.directive()
Rule. |
OWLIndividual |
ANTLRParser.individual()
Rule. |
OWLDataValue |
ANTLRParser.dataLiteral()
Rule. |
void |
ANTLRParser.fact()
Rule. |
void |
ANTLRParser.axiom()
Rule. |
OWLBuilder.AnnotationComponent |
ANTLRParser.annotation()
Rule. |
OWLDescription |
ANTLRParser.type()
Rule. |
OWLBuilder.PropertyValue |
ANTLRParser.value()
Rule. |
OWLDescription |
ANTLRParser.description()
Rule. |
OWLClass |
ANTLRParser.owlClass()
Rule. |
OWLClass |
ANTLRParser.enumeratedClass()
Rule. |
void |
ANTLRParser.disjointClasses()
Rule. |
void |
ANTLRParser.equivalentClasses()
Rule. |
void |
ANTLRParser.subClass()
Rule. |
OWLDataType |
ANTLRParser.dataType()
Rule. |
OWLDataProperty |
ANTLRParser.dataTypeProperty()
Rule. |
OWLObjectProperty |
ANTLRParser.objectProperty()
Rule. |
OWLAnnotationProperty |
ANTLRParser.annotationProperty()
Rule. |
void |
ANTLRParser.ontologyProperty()
Rule. |
void |
ANTLRParser.equivalentProperties()
Rule. |
void |
ANTLRParser.subprop()
Rule. |
OWLDataRange |
ANTLRParser.dataRange()
Rule. |
OWLDescription |
ANTLRParser.externalDescription(OWLBuilder newBuilder,
Map newIdsTable,
Map newNamespaceTable)
Invoked by AbstractOWLParser.parseDescription(Reader).
|
OWLRestriction |
ANTLRParser.restriction()
Rule. |
OWLBuilder.RestrictionComponent |
ANTLRParser.dataRestrictionComponent()
Rule. |
OWLBuilder.RestrictionComponent |
ANTLRParser.individualRestrictionComponent()
Rule. |
OWLDataValue |
ANTLRParser.datatypeString()
Rule. |
OWLDescription |
AbstractOWLParser.parseDescription(Reader descriptionReader)
Parses the description in descriptionReader
and returns the corresponding OWLDescription. |
OWLDescription |
AbstractOWLParser.parseDescription(String descriptionString)
Parses descriptionString
and returns the corresponding OWLDescription. |
void |
RenderingVisitor.visit(OWLClass clazz)
|
void |
RenderingVisitor.visit(OWLIndividual ind)
|
void |
RenderingVisitor.visit(OWLObjectProperty prop)
|
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
void |
RenderingVisitor.visit(OWLDataValue cd)
|
void |
RenderingVisitor.visit(OWLAnd and)
|
void |
RenderingVisitor.visit(OWLOr or)
|
void |
RenderingVisitor.visit(OWLNot not)
|
void |
RenderingVisitor.visit(OWLEnumeration enumeration)
|
void |
RenderingVisitor.visit(OWLObjectSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLEquivalentClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDisjointClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubClassAxiom axiom)
|
void |
RenderingVisitor.visit(OWLEquivalentPropertiesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubPropertyAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDifferentIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLSameIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLDataType ocdt)
|
void |
RenderingVisitor.visit(OWLDataEnumeration enumeration)
|
| Uses of OWLException in org.semanticweb.owl.io.owl_rdf |
| Methods in org.semanticweb.owl.io.owl_rdf that throw OWLException | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
void |
RenderingVisitor.visit(OWLIndividual ind)
|
void |
RenderingVisitor.visit(OWLEquivalentPropertiesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLObjectProperty prop)
|
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
void |
RenderingVisitor.visit(OWLAnd and)
|
void |
RenderingVisitor.visit(OWLOr or)
|
void |
RenderingVisitor.visit(OWLNot not)
|
void |
RenderingVisitor.visit(OWLEnumeration enumeration)
|
void |
RenderingVisitor.visit(OWLObjectSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataType datatype)
|
void |
RenderingVisitor.visit(OWLDataEnumeration enumeration)
|
void |
RenderingVisitor.visit(OWLEquivalentClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDisjointClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubClassAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubPropertyAxiom axiom)
|
protected void |
Renderer.writeExtensions()
This method allows us to extend the renderer and add extra information. |
protected void |
Renderer.renderPropertyAxiom(OWLPropertyAxiom axiom)
Method renderPropertyAxiom. |
protected void |
Renderer.renderClass(OWLOntology ontology,
OWLClass clazz)
|
protected void |
Renderer.renderIndividual(OWLOntology ontology,
OWLIndividual ind)
|
protected void |
Renderer.renderObjectProperty(OWLOntology ontology,
OWLObjectProperty prop)
|
protected void |
Renderer.renderDataProperty(OWLOntology ontology,
OWLDataProperty prop)
|
protected void |
Renderer.renderAnnotations(OWLOntology ontology,
OWLNamedObject object)
Render the annotations for an object |
protected void |
Renderer.renderClassAxiom(OWLClassAxiom axiom)
|
protected OWLProperty |
OWLConsumer.getProperty(URI uri)
Returns a property with the given uri if it is created in the ontology null otherwise |
protected OWLDataRange |
OWLConsumer.translateDataRange(URI range)
|
protected void |
OWLConsumer.applyChange(OntologyChange oc)
|
| Constructors in org.semanticweb.owl.io.owl_rdf that throw OWLException | |
OWLRDFParser()
|
|
OWLConsumer(OWLOntology onto)
Create a new consumer that will parse into the given ontology |
|
| Uses of OWLException in org.semanticweb.owl.io.simple |
| Methods in org.semanticweb.owl.io.simple that throw OWLException | |
void |
DescriptionRenderer.visit(OWLClass node)
|
void |
DescriptionRenderer.visit(OWLIndividual node)
|
void |
DescriptionRenderer.visit(OWLObjectProperty node)
|
void |
DescriptionRenderer.visit(OWLDataProperty node)
|
void |
DescriptionRenderer.visit(OWLSubClassAxiom node)
|
void |
DescriptionRenderer.visit(OWLEquivalentClassesAxiom node)
|
void |
DescriptionRenderer.visit(OWLDisjointClassesAxiom node)
|
| Uses of OWLException in org.semanticweb.owl.model |
| Methods in org.semanticweb.owl.model that throw OWLException | |
OWLProperty |
OWLSubPropertyAxiom.getSuperProperty()
|
OWLProperty |
OWLSubPropertyAxiom.getSubProperty()
|
OWLDescription |
OWLSubClassAxiom.getSuperClass()
|
OWLDescription |
OWLSubClassAxiom.getSubClass()
|
OWLProperty |
OWLRestriction.getProperty()
Returns the property involved in the restriction |
OWLIndividual |
OWLPropertyInstance.getSubject()
|
void |
OWLPropertyAxiomVisitor.visit(OWLEquivalentPropertiesAxiom axiom)
|
void |
OWLPropertyAxiomVisitor.visit(OWLSubPropertyAxiom axiom)
|
void |
OWLPropertyAxiom.accept(OWLPropertyAxiomVisitor visitor)
Accept a visit from a visitor |
Set |
OWLProperty.getSuperProperties(OWLOntology o)
Return any asserted superproperties in the given ontology. |
Set |
OWLProperty.getSuperProperties(Set ontologies)
Return any asserted superproperties in any of the given ontologies. |
Set |
OWLProperty.getDomains(OWLOntology o)
Return all domains (in the given ontology). |
Set |
OWLProperty.getDomains(Set ontologies)
Return all domains (in the given ontologies). |
Set |
OWLProperty.getRanges(OWLOntology o)
Return all ranges in the given ontology. |
Set |
OWLProperty.getRanges(Set ontologies)
Return all ranges in the given ontologies. |
boolean |
OWLProperty.isFunctional(OWLOntology o)
Returns true if the property is declared as being
functional in the given ontology |
boolean |
OWLProperty.isFunctional(Set ontologies)
Returns true if the property is declared as being
functional in any of the given ontologies |
Set |
OWLOntologyObject.getOntologies()
Returns the collection of ontologies that this object is known to occur in. |
Set |
OWLOntology.getClasses()
Returns a list of the classes of the ontology |
OWLClass |
OWLOntology.getClass(URI uri)
getClass Retrieves a class with a given uri |
Set |
OWLOntology.getAnnotationProperties()
Returns a list of the annotation properties of the ontology |
OWLAnnotationProperty |
OWLOntology.getAnnotationProperty(URI uri)
getAnnotationProperty Retrieves an Annotation Property with a given uri |
Set |
OWLOntology.getDataProperties()
Returns a list of the datatype properties of the ontology (i.e. those whose range is a concrete data type). |
OWLDataProperty |
OWLOntology.getDataProperty(URI uri)
getDataProperty Retrieves a DataProperty with a given uri |
Set |
OWLOntology.getObjectProperties()
Returns a list of the object properties of the ontology (i.e. those whose range is a subset of the object domain. |
OWLObjectProperty |
OWLOntology.getObjectProperty(URI uri)
getObjectProperty Retrieves a ObjectProperty with a given uri |
Set |
OWLOntology.getIndividuals()
Returns a list of the individuals in the ontology |
OWLIndividual |
OWLOntology.getIndividual(URI uri)
getIndividual Retrieves an individual with a given uri |
Set |
OWLOntology.getDatatypes()
Returns a list of the classes of the ontology |
OWLDataType |
OWLOntology.getDatatype(URI uri)
getClass Retrieves a class with a given uri |
Set |
OWLOntology.getClassAxioms()
Returns a list of class axioms in the ontology. |
Set |
OWLOntology.getPropertyAxioms()
Returns a list of the property axioms in the ontology. |
Set |
OWLOntology.getIndividualAxioms()
Returns a list of the individual axioms in the ontology. |
Set |
OWLOntology.getIncludedOntologies()
Returns a list of the Ontologies imported by this Ontology. |
Set |
OWLOntology.getPriorVersion()
|
Set |
OWLOntology.getBackwardCompatibleWith()
|
Set |
OWLOntology.getIncompatibleWith()
|
boolean |
OWLOntology.isMutable()
Returns true if the ontology is mutable, i.e. can
be changed. |
URI |
OWLOntology.getLogicalURI()
getLogicalURI Identifies this ontology uniquely (enforced within one OWLConnection) |
URI |
OWLOntology.getPhysicalURI()
getLogicalURI Physical URI of the ontology. |
void |
OWLObjectVisitor.visit(OWLAnd node)
|
void |
OWLObjectVisitor.visit(OWLAnnotationProperty node)
|
void |
OWLObjectVisitor.visit(OWLAnnotationInstance node)
|
void |
OWLObjectVisitor.visit(OWLDataValue node)
|
void |
OWLObjectVisitor.visit(OWLDataType node)
|
void |
OWLObjectVisitor.visit(OWLDataEnumeration node)
|
void |
OWLObjectVisitor.visit(OWLDataAllRestriction node)
|
void |
OWLObjectVisitor.visit(OWLDataCardinalityRestriction node)
|
void |
OWLObjectVisitor.visit(OWLDataProperty node)
|
void |
OWLObjectVisitor.visit(OWLDataSomeRestriction node)
|
void |
OWLObjectVisitor.visit(OWLDataValueRestriction node)
|
void |
OWLObjectVisitor.visit(OWLDifferentIndividualsAxiom node)
|
void |
OWLObjectVisitor.visit(OWLDisjointClassesAxiom node)
|
void |
OWLObjectVisitor.visit(OWLEquivalentClassesAxiom node)
|
void |
OWLObjectVisitor.visit(OWLEquivalentPropertiesAxiom node)
|
void |
OWLObjectVisitor.visit(OWLFrame node)
|
void |
OWLObjectVisitor.visit(OWLIndividual node)
|
void |
OWLObjectVisitor.visit(OWLObjectAllRestriction node)
|
void |
OWLObjectVisitor.visit(OWLObjectCardinalityRestriction node)
|
void |
OWLObjectVisitor.visit(OWLObjectProperty node)
|
void |
OWLObjectVisitor.visit(OWLObjectSomeRestriction node)
|
void |
OWLObjectVisitor.visit(OWLObjectValueRestriction node)
|
void |
OWLObjectVisitor.visit(OWLNot node)
|
void |
OWLObjectVisitor.visit(OWLOntology node)
|
void |
OWLObjectVisitor.visit(OWLOr node)
|
void |
OWLObjectVisitor.visit(OWLClass node)
|
void |
OWLObjectVisitor.visit(OWLEnumeration node)
|
void |
OWLObjectVisitor.visit(OWLSameIndividualsAxiom node)
|
void |
OWLObjectVisitor.visit(OWLSubClassAxiom node)
|
void |
OWLObjectVisitor.visit(OWLSubPropertyAxiom node)
|
OWLIndividual |
OWLObjectValueRestriction.getIndividual()
|
OWLObjectProperty |
OWLObjectRestriction.getObjectProperty()
Returns the OWLObjectProperty that the
restriction applies to. |
OWLDescription |
OWLObjectQuantifiedRestriction.getDescription()
|
OWLObjectProperty |
OWLObjectPropertyInstance.getProperty()
|
OWLIndividual |
OWLObjectPropertyInstance.getObject()
|
Set |
OWLObjectProperty.getInverses(OWLOntology o)
Return all inverses asserted in the given ontology. |
Set |
OWLObjectProperty.getInverses(Set ontologies)
Return all inverses asserted in the given ontologies. |
boolean |
OWLObjectProperty.isSymmetric(OWLOntology o)
Returns true if the property is asserted to be
symmetric (in the given ontology). |
boolean |
OWLObjectProperty.isSymmetric(Set ontologies)
Returns true if the property is asserted to be
symmetric (in the given ontologies). |
boolean |
OWLObjectProperty.isInverseFunctional(OWLOntology o)
Returns true if the property is asserted to be
inverse functional (in the given ontology). |
boolean |
OWLObjectProperty.isInverseFunctional(Set ontologies)
Returns true if the property is asserted to be
inverse functional (in the given ontologies). |
boolean |
OWLObjectProperty.isOneToOne(OWLOntology o)
Returns true if the property is asserted to be
oneToOne (in the given ontology). |
boolean |
OWLObjectProperty.isOneToOne(Set ontologies)
Returns true if the property is asserted to be
oneToOne (in the given ontologies). |
boolean |
OWLObjectProperty.isTransitive(OWLOntology o)
Returns true if the property is asserted to be
transitive (in the given ontology). |
boolean |
OWLObjectProperty.isTransitive(Set ontologies)
Returns true if the property is asserted to be
transitive (in the given ontology). |
OWLObject[] |
OWLObject.getContainedObjects()
Return any objects which are contained within this object. |
OWLDataFactory |
OWLObject.getOWLDataFactory()
Returns an OWLDataFactory [REVIEW] the DataFactory should live with the connection object... |
OWLConnection |
OWLObject.getOWLConnection()
Returns the Connection of this object |
void |
OWLObject.accept(OWLObjectVisitor visitor)
Accept a visit from a visitor |
Map |
OWLObject.getMetadata()
Get metadata -- this returns a Map which allows
the support of arbitrary metadata. |
Set |
OWLObject.getAnnotations()
Returns the annotations on the object. |
Set |
OWLObject.getAnnotations(OWLOntology o)
Returns the annotations on the object in the given ontology. |
OWLDescription |
OWLNot.getOperand()
Returns the OWLDescription being negated. |
Set |
OWLNaryBooleanDescription.getOperands()
Returns a list of OWLDescriptions which are the operands to the expression. |
URI |
OWLNamedObject.getURI()
The URI associated with the object. |
void |
OWLIndividualAxiomVisitor.visit(OWLDifferentIndividualsAxiom axiom)
|
void |
OWLIndividualAxiomVisitor.visit(OWLSameIndividualsAxiom axiom)
|
Set |
OWLIndividualAxiom.getIndividuals()
|
void |
OWLIndividualAxiom.accept(OWLIndividualAxiomVisitor visitor)
Accept a visit from a visitor |
boolean |
OWLIndividual.isAnonymous()
Indicates whether the individual is anonymous or not. |
Set |
OWLIndividual.getTypes(OWLOntology o)
Returns a list of the OWLDescriptions that
this individual is asserted as being an instance of in the given ontology. |
Set |
OWLIndividual.getTypes(Set ontologies)
Returns a list of the OWLDescriptions that
this individual is asserted as being an instance of in the given ontologies. |
Map |
OWLIndividual.getObjectPropertyValues(OWLOntology o)
Returns a Map which encapsulate the relationships
between this individual and other individuals in the given ontology. |
Map |
OWLIndividual.getObjectPropertyValues(Set ontologies)
Returns a Map which encapsulate the relationships
between this individual and other individuals in the given ontology. |
Map |
OWLIndividual.getDataPropertyValues(OWLOntology o)
Returns a Map which encapsulates the relationship
between this individual and data values in the given ontology. |
Map |
OWLIndividual.getDataPropertyValues(Set ontologies)
Returns a Map which encapsulates the relationship
between this individual and data values in the given ontology. |
Map |
OWLIndividual.getIncomingObjectPropertyValues(Set ontologies)
Returns a Map which encapsulate the relationships
between other individuals and this individual in the given
ontology. |
Map |
OWLIndividual.getIncomingObjectPropertyValues(OWLOntology o)
Returns a Map which encapsulate the relationships
between other individuals and this individual in the given
ontology. |
Set |
OWLFrame.getSuperclasses()
Returns a collection of OWLDescriptions. |
Set |
OWLFrame.getRestrictions()
Returns a collection of OWLRestrictions. |
Set |
OWLEquivalentPropertiesAxiom.getProperties()
|
Set |
OWLEquivalentClassesAxiom.getEquivalentClasses()
Returns a collection of OWLDescriptions which
are the descriptions asserted to be equivalent. |
Set |
OWLEnumeration.getIndividuals()
Returns a list of the individuals in the collection |
void |
OWLEntityVisitor.visit(OWLDataProperty entity)
|
void |
OWLEntityVisitor.visit(OWLObjectProperty entity)
|
void |
OWLEntityVisitor.visit(OWLAnnotationProperty entity)
|
void |
OWLEntityVisitor.visit(OWLIndividual entity)
|
void |
OWLEntityVisitor.visit(OWLClass entity)
|
void |
OWLEntity.accept(OWLEntityVisitor visitor)
Accept a visit from a visitor |
Set |
OWLDisjointClassesAxiom.getDisjointClasses()
Returns a collection of OWLDescriptions which
are the descriptions asserted to be disjoint. |
void |
OWLDescriptionVisitor.visit(OWLAnd node)
|
void |
OWLDescriptionVisitor.visit(OWLDataAllRestriction node)
|
void |
OWLDescriptionVisitor.visit(OWLDataCardinalityRestriction node)
|
void |
OWLDescriptionVisitor.visit(OWLDataSomeRestriction node)
|
void |
OWLDescriptionVisitor.visit(OWLDataValueRestriction node)
|
void |
OWLDescriptionVisitor.visit(OWLFrame node)
|
void |
OWLDescriptionVisitor.visit(OWLObjectAllRestriction node)
|
void |
OWLDescriptionVisitor.visit(OWLObjectCardinalityRestriction node)
|
void |
OWLDescriptionVisitor.visit(OWLObjectSomeRestriction node)
|
void |
OWLDescriptionVisitor.visit(OWLObjectValueRestriction node)
|
void |
OWLDescriptionVisitor.visit(OWLNot node)
|
void |
OWLDescriptionVisitor.visit(OWLOr node)
|
void |
OWLDescriptionVisitor.visit(OWLClass node)
|
void |
OWLDescriptionVisitor.visit(OWLEnumeration node)
|
void |
OWLDescription.accept(OWLDescriptionVisitor visitor)
Accept a visit from a visitor |
boolean |
OWLDeprecatableObject.isDeprecated(OWLOntology ontology)
|
OWLDataValue |
OWLDataValueRestriction.getValue()
|
URI |
OWLDataValue.getURI()
URI of the datatype of the value |
String |
OWLDataValue.getLang()
|
Object |
OWLDataValue.getValue()
|
URI |
OWLDataType.getURI()
|
OWLDataProperty |
OWLDataRestriction.getDataProperty()
Returns the OWLDataProperty that the
restriction applies to. |
OWLDataRange |
OWLDataQuantifiedRestriction.getDataType()
Returns the data type that the restriction quantifies over. |
OWLDataProperty |
OWLDataPropertyInstance.getProperty()
|
OWLDataValue |
OWLDataPropertyInstance.getObject()
|
OWLAnd |
OWLDataFactory.getOWLAnd(Set set)
|
OWLAnnotationProperty |
OWLDataFactory.getOWLAnnotationProperty(URI uri)
|
OWLAnnotationInstance |
OWLDataFactory.getOWLAnnotationInstance(OWLObject subj,
OWLAnnotationProperty property,
Object content)
|
OWLDataValue |
OWLDataFactory.getOWLConcreteData(URI uri,
String lang,
Object value)
|
OWLDataType |
OWLDataFactory.getOWLConcreteDataType(URI uri)
|
OWLDataEnumeration |
OWLDataFactory.getOWLDataEnumeration(Set values)
|
OWLDataAllRestriction |
OWLDataFactory.getOWLDataAllRestriction(OWLDataProperty prop,
OWLDataRange type)
|
OWLDataCardinalityRestriction |
OWLDataFactory.getOWLDataCardinalityRestriction(OWLDataProperty prop,
int atLeast,
int atMost)
|
OWLDataCardinalityRestriction |
OWLDataFactory.getOWLDataCardinalityAtLeastRestriction(OWLDataProperty prop,
int atLeast)
|
OWLDataCardinalityRestriction |
OWLDataFactory.getOWLDataCardinalityAtMostRestriction(OWLDataProperty prop,
int atMost)
|
OWLDataProperty |
OWLDataFactory.getOWLDataProperty(URI uri)
|
OWLDataSomeRestriction |
OWLDataFactory.getOWLDataSomeRestriction(OWLDataProperty prop,
OWLDataRange type)
|
OWLDataValueRestriction |
OWLDataFactory.getOWLDataValueRestriction(OWLDataProperty prop,
OWLDataValue value)
|
OWLDifferentIndividualsAxiom |
OWLDataFactory.getOWLDifferentIndividualsAxiom(Set set)
|
OWLDisjointClassesAxiom |
OWLDataFactory.getOWLDisjointClassesAxiom(Set set)
|
OWLEquivalentClassesAxiom |
OWLDataFactory.getOWLEquivalentClassesAxiom(Set set)
|
OWLEquivalentPropertiesAxiom |
OWLDataFactory.getOWLEquivalentPropertiesAxiom(Set set)
|
OWLFrame |
OWLDataFactory.getOWLFrame(Set superClasses,
Set restrictions)
|
OWLIndividual |
OWLDataFactory.getOWLIndividual(URI uri)
|
OWLObjectAllRestriction |
OWLDataFactory.getOWLObjectAllRestriction(OWLObjectProperty prop,
OWLDescription filler)
|
OWLObjectCardinalityRestriction |
OWLDataFactory.getOWLObjectCardinalityRestriction(OWLObjectProperty prop,
int atLeast,
int atMost)
|
OWLObjectCardinalityRestriction |
OWLDataFactory.getOWLObjectCardinalityAtLeastRestriction(OWLObjectProperty prop,
int atLeast)
|
OWLObjectCardinalityRestriction |
OWLDataFactory.getOWLObjectCardinalityAtMostRestriction(OWLObjectProperty prop,
int atMost)
|
OWLObjectProperty |
OWLDataFactory.getOWLObjectProperty(URI uri)
|
OWLObjectSomeRestriction |
OWLDataFactory.getOWLObjectSomeRestriction(OWLObjectProperty prop,
OWLDescription filler)
|
OWLObjectValueRestriction |
OWLDataFactory.getOWLObjectValueRestriction(OWLObjectProperty prop,
OWLIndividual filler)
|
OWLNot |
OWLDataFactory.getOWLNot(OWLDescription operand)
|
OWLClass |
OWLDataFactory.getOWLNothing()
|
OWLConnection |
OWLDataFactory.getOWLConnection()
|
OWLOr |
OWLDataFactory.getOWLOr(Set set)
|
OWLClass |
OWLDataFactory.getOWLClass(URI uri)
|
OWLEnumeration |
OWLDataFactory.getOWLEnumeration(Set individuals)
|
OWLSameIndividualsAxiom |
OWLDataFactory.getOWLSameIndividualsAxiom(Set set)
|
OWLSubClassAxiom |
OWLDataFactory.getOWLSubClassAxiom(OWLDescription subClass,
OWLDescription superClass)
|
OWLSubPropertyAxiom |
OWLDataFactory.getOWLSubPropertyAxiom(OWLProperty subProperty,
OWLProperty superProperty)
|
OWLClass |
OWLDataFactory.getOWLThing()
|
OWLObjectPropertyInstance |
OWLDataFactory.getOWLObjectPropertyInstance(OWLIndividual subject,
OWLObjectProperty property,
OWLIndividual object)
Method getOWLOntology. |
OWLDataPropertyInstance |
OWLDataFactory.getOWLDataPropertyInstance(OWLIndividual subject,
OWLDataProperty property,
OWLDataValue object)
|
OWLOntology |
OWLDataFactory.getOWLOntology(URI logicalURIObject,
URI physicalURIObject)
|
Set |
OWLDataEnumeration.getValues()
Returns a list of the individuals in the collection |
void |
OWLClassAxiomVisitor.visit(OWLDisjointClassesAxiom axiom)
|
void |
OWLClassAxiomVisitor.visit(OWLEquivalentClassesAxiom axiom)
|
void |
OWLClassAxiomVisitor.visit(OWLSubClassAxiom axiom)
|
void |
OWLClassAxiom.accept(OWLClassAxiomVisitor visitor)
Accept a visit from a visitor |
Set |
OWLClass.getSuperClasses(OWLOntology o)
Returns the explicit superclasses of this class in the given ontology. |
Set |
OWLClass.getSuperClasses(Set ontologies)
Returns the explicit superclasses of this class in any of the given ontologies. |
Set |
OWLClass.getEquivalentClasses(OWLOntology o)
Returns equivalent classes to this class in the given ontology. |
Set |
OWLClass.getEquivalentClasses(Set ontologies)
Returns equivalent classes to this class in any of the given ontologies. |
Set |
OWLClass.getEnumerations(Set ontologies)
Returns the enumerations that have been asserted as being equivalent to this class in any of the given ontologies. |
Set |
OWLClass.getEnumerations(OWLOntology o)
Returns the enumerations that have been asserted as being equivalent to this class in the given ontology. |
int |
OWLCardinalityRestriction.getAtLeast()
|
int |
OWLCardinalityRestriction.getAtMost()
|
boolean |
OWLCardinalityRestriction.isAtMost()
Is this an atmost cardinality restriction? |
boolean |
OWLCardinalityRestriction.isAtLeast()
Is this an atleast cardinality restriction? |
boolean |
OWLCardinalityRestriction.isExactly()
Is this an exact cardinality restriction, i.e. does atleast == atmost? |
OWLObject |
OWLAnnotationInstance.getSubject()
|
OWLAnnotationProperty |
OWLAnnotationInstance.getProperty()
|
Object |
OWLAnnotationInstance.getContent()
This is either an individual, a URI reference or a data literal |
| Uses of OWLException in org.semanticweb.owl.model.change |
| Methods in org.semanticweb.owl.model.change that throw OWLException | |
void |
SetTransitive.accept(ChangeVisitor visitor)
|
void |
SetSymmetric.accept(ChangeVisitor visitor)
|
void |
SetOneToOne.accept(ChangeVisitor visitor)
|
void |
SetLogicalURI.accept(ChangeVisitor visitor)
|
void |
SetInverseFunctional.accept(ChangeVisitor visitor)
|
void |
SetFunctional.accept(ChangeVisitor visitor)
|
void |
SetDeprecated.accept(ChangeVisitor visitor)
|
void |
RemoveSuperClass.accept(ChangeVisitor visitor)
|
void |
RemoveEquivalentClass.accept(ChangeVisitor visitor)
|
void |
RemoveEnumeration.accept(ChangeVisitor visitor)
|
void |
RemoveEntity.accept(ChangeVisitor visitor)
|
void |
RemoveClassAxiom.accept(ChangeVisitor visitor)
|
void |
OntologyChangeSource.addOntologyChangeListener(OntologyChangeListener listener)
Add an ontology change listener to the collection of things that should be notified when ontology change events occur. |
void |
OntologyChangeSource.removeOntologyChangeListener(OntologyChangeListener listener)
Remove the listener from the collection |
void |
OntologyChangeListener.ontologyChanged(OntologyChange evt)
|
void |
OntologyChangeEntityCollector.visit(AddIndividualAxiom event)
|
void |
OntologyChangeEntityCollector.visit(AddClassAxiom event)
|
void |
OntologyChangeEntityCollector.visit(AddPropertyAxiom event)
|
void |
OntologyChangeEntityCollector.visit(AddSuperClass event)
|
void |
OntologyChangeEntityCollector.visit(AddSuperProperty event)
|
void |
OntologyChangeEntityCollector.visit(AddIndividualClass event)
|
void |
OntologyChangeEntityCollector.visit(AddEquivalentClass event)
|
void |
OntologyChangeEntityCollector.visit(AddEnumeration event)
|
void |
OntologyChangeEntityCollector.visit(AddDomain event)
|
void |
OntologyChangeEntityCollector.visit(AddDataPropertyRange event)
|
void |
OntologyChangeEntityCollector.visit(AddObjectPropertyRange event)
|
void |
OntologyChangeEntityCollector.visit(AddInverse event)
|
void |
OntologyChangeEntityCollector.visit(SetFunctional event)
|
void |
OntologyChangeEntityCollector.visit(SetTransitive event)
|
void |
OntologyChangeEntityCollector.visit(SetSymmetric event)
|
void |
OntologyChangeEntityCollector.visit(SetInverseFunctional event)
|
void |
OntologyChangeEntityCollector.visit(SetOneToOne event)
|
void |
OntologyChangeEntityCollector.visit(SetDeprecated event)
|
void |
OntologyChangeEntityCollector.visit(AddObjectPropertyInstance event)
|
void |
OntologyChangeEntityCollector.visit(AddDataPropertyInstance event)
|
void |
OntologyChangeEntityCollector.visit(AddImport event)
|
abstract void |
OntologyChange.accept(ChangeVisitor visitor)
Accept a visit from a change visitor. |
List |
EvolutionStrategy.computeChanges(List list)
|
void |
ChangeVisitorAdapter.visit(AddAnnotationInstance event)
|
void |
ChangeVisitorAdapter.visit(AddEntity event)
|
void |
ChangeVisitorAdapter.visit(AddDataType event)
|
void |
ChangeVisitorAdapter.visit(RemoveEntity event)
|
void |
ChangeVisitorAdapter.visit(AddImport event)
|
void |
ChangeVisitorAdapter.visit(AddIndividualAxiom event)
|
void |
ChangeVisitorAdapter.visit(AddClassAxiom event)
|
void |
ChangeVisitorAdapter.visit(AddPropertyAxiom event)
|
void |
ChangeVisitorAdapter.visit(AddSuperClass event)
|
void |
ChangeVisitorAdapter.visit(AddIndividualClass event)
|
void |
ChangeVisitorAdapter.visit(AddEquivalentClass event)
|
void |
ChangeVisitorAdapter.visit(AddEnumeration event)
|
void |
ChangeVisitorAdapter.visit(AddDomain event)
|
void |
ChangeVisitorAdapter.visit(AddDataPropertyRange event)
|
void |
ChangeVisitorAdapter.visit(AddObjectPropertyRange event)
|
void |
ChangeVisitorAdapter.visit(AddInverse event)
|
void |
ChangeVisitorAdapter.visit(SetFunctional event)
|
void |
ChangeVisitorAdapter.visit(SetTransitive event)
|
void |
ChangeVisitorAdapter.visit(SetSymmetric event)
|
void |
ChangeVisitorAdapter.visit(SetInverseFunctional event)
|
void |
ChangeVisitorAdapter.visit(SetOneToOne event)
|
void |
ChangeVisitorAdapter.visit(SetDeprecated event)
|
void |
ChangeVisitorAdapter.visit(AddObjectPropertyInstance event)
|
void |
ChangeVisitorAdapter.visit(AddDataPropertyInstance event)
|
void |
ChangeVisitorAdapter.visit(AddSuperProperty event)
|
void |
ChangeVisitorAdapter.visit(RemoveClassAxiom event)
|
void |
ChangeVisitorAdapter.visit(RemoveSuperClass event)
|
void |
ChangeVisitorAdapter.visit(RemoveEquivalentClass event)
|
void |
ChangeVisitorAdapter.visit(RemoveEnumeration event)
|
void |
ChangeVisitorAdapter.visit(SetLogicalURI event)
|
void |
ChangeVisitor.visit(AddAnnotationInstance event)
|
void |
ChangeVisitor.visit(AddEntity event)
|
void |
ChangeVisitor.visit(AddDataType event)
|
void |
ChangeVisitor.visit(RemoveEntity event)
|
void |
ChangeVisitor.visit(AddImport event)
|
void |
ChangeVisitor.visit(AddIndividualAxiom event)
|
void |
ChangeVisitor.visit(AddClassAxiom event)
|
void |
ChangeVisitor.visit(AddPropertyAxiom event)
|
void |
ChangeVisitor.visit(AddSuperClass event)
|
void |
ChangeVisitor.visit(AddSuperProperty event)
|
void |
ChangeVisitor.visit(AddIndividualClass event)
|
void |
ChangeVisitor.visit(AddEquivalentClass event)
|
void |
ChangeVisitor.visit(AddEnumeration event)
|
void |
ChangeVisitor.visit(AddDomain event)
|
void |
ChangeVisitor.visit(AddDataPropertyRange event)
|
void |
ChangeVisitor.visit(AddObjectPropertyRange event)
|
void |
ChangeVisitor.visit(AddInverse event)
|
void |
ChangeVisitor.visit(SetFunctional event)
|
void |
ChangeVisitor.visit(SetTransitive event)
|
void |
ChangeVisitor.visit(SetSymmetric event)
|
void |
ChangeVisitor.visit(SetInverseFunctional event)
|
void |
ChangeVisitor.visit(SetOneToOne event)
|
void |
ChangeVisitor.visit(SetDeprecated event)
|
void |
ChangeVisitor.visit(AddObjectPropertyInstance event)
|
void |
ChangeVisitor.visit(AddDataPropertyInstance event)
|
void |
ChangeVisitor.visit(RemoveClassAxiom event)
|
void |
ChangeVisitor.visit(RemoveSuperClass event)
|
void |
ChangeVisitor.visit(RemoveEquivalentClass event)
|
void |
ChangeVisitor.visit(RemoveEnumeration event)
|
void |
ChangeVisitor.visit(SetLogicalURI event)
|
void |
AddSuperProperty.accept(ChangeVisitor visitor)
|
void |
AddSuperClass.accept(ChangeVisitor visitor)
|
void |
AddPropertyAxiom.accept(ChangeVisitor visitor)
|
void |
AddObjectPropertyRange.accept(ChangeVisitor visitor)
|
void |
AddObjectPropertyInstance.accept(ChangeVisitor visitor)
|
void |
AddInverse.accept(ChangeVisitor visitor)
|
void |
AddIndividualClass.accept(ChangeVisitor visitor)
|
void |
AddIndividualAxiom.accept(ChangeVisitor visitor)
|
void |
AddImport.accept(ChangeVisitor visitor)
|
void |
AddEquivalentClass.accept(ChangeVisitor visitor)
|
void |
AddEnumeration.accept(ChangeVisitor visitor)
|
void |
AddEntity.accept(ChangeVisitor visitor)
|
void |
AddDomain.accept(ChangeVisitor visitor)
|
void |
AddDataType.accept(ChangeVisitor visitor)
|
void |
AddDataPropertyRange.accept(ChangeVisitor visitor)
|
void |
AddDataPropertyInstance.accept(ChangeVisitor visitor)
|
void |
AddClassAxiom.accept(ChangeVisitor visitor)
|
void |
AddAnnotationInstance.accept(ChangeVisitor visitor)
|
List |
AddAllEntitiesStrategy.computeChanges(List list)
|
| Uses of OWLException in org.semanticweb.owl.model.helper |
| Methods in org.semanticweb.owl.model.helper that throw OWLException | |
void |
OWLPropertyAxiomVisitorAdapter.visit(OWLEquivalentPropertiesAxiom node)
|
void |
OWLPropertyAxiomVisitorAdapter.visit(OWLSubPropertyAxiom node)
|
void |
OWLObjectVisitorAdapter.visit(OWLAnd node)
|
void |
OWLObjectVisitorAdapter.visit(OWLAnnotationProperty node)
|
void |
OWLObjectVisitorAdapter.visit(OWLAnnotationInstance node)
|
void |
OWLObjectVisitorAdapter.visit(OWLClassAxiom node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDataValue node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDataType node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDataEnumeration node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDataAllRestriction node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDataCardinalityRestriction node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDataProperty node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDataSomeRestriction node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDataValueRestriction node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDifferentIndividualsAxiom node)
|
void |
OWLObjectVisitorAdapter.visit(OWLDisjointClassesAxiom node)
|
void |
OWLObjectVisitorAdapter.visit(OWLEquivalentClassesAxiom node)
|
void |
OWLObjectVisitorAdapter.visit(OWLEquivalentPropertiesAxiom node)
|
void |
OWLObjectVisitorAdapter.visit(OWLFrame node)
|
void |
OWLObjectVisitorAdapter.visit(OWLIndividual node)
|
void |
OWLObjectVisitorAdapter.visit(OWLObjectAllRestriction node)
|
void |
OWLObjectVisitorAdapter.visit(OWLObjectCardinalityRestriction node)
|
void |
OWLObjectVisitorAdapter.visit(OWLObjectProperty node)
|
void |
OWLObjectVisitorAdapter.visit(OWLObjectSomeRestriction node)
|
void |
OWLObjectVisitorAdapter.visit(OWLObjectValueRestriction node)
|
void |
OWLObjectVisitorAdapter.visit(OWLNot node)
|
void |
OWLObjectVisitorAdapter.visit(OWLOntology node)
|
void |
OWLObjectVisitorAdapter.visit(OWLOr node)
|
void |
OWLObjectVisitorAdapter.visit(OWLClass node)
|
void |
OWLObjectVisitorAdapter.visit(OWLEnumeration node)
|
void |
OWLObjectVisitorAdapter.visit(OWLSameIndividualsAxiom node)
|
void |
OWLObjectVisitorAdapter.visit(OWLSubClassAxiom node)
|
void |
OWLObjectVisitorAdapter.visit(OWLSubPropertyAxiom node)
|
void |
OWLIndividualAxiomVisitorAdapter.visit(OWLSameIndividualsAxiom node)
|
void |
OWLIndividualAxiomVisitorAdapter.visit(OWLDifferentIndividualsAxiom node)
|
void |
OWLEntityCollector.visit(OWLAnd node)
|
void |
OWLEntityCollector.visit(OWLDataAllRestriction node)
|
void |
OWLEntityCollector.visit(OWLDataCardinalityRestriction node)
|
void |
OWLEntityCollector.visit(OWLDataProperty node)
|
void |
OWLEntityCollector.visit(OWLDataSomeRestriction node)
|
void |
OWLEntityCollector.visit(OWLDataValueRestriction node)
|
void |
OWLEntityCollector.visit(OWLDifferentIndividualsAxiom node)
|
void |
OWLEntityCollector.visit(OWLDisjointClassesAxiom node)
|
void |
OWLEntityCollector.visit(OWLEquivalentClassesAxiom node)
|
void |
OWLEntityCollector.visit(OWLEquivalentPropertiesAxiom node)
|
void |
OWLEntityCollector.visit(OWLFrame node)
|
void |
OWLEntityCollector.visit(OWLIndividual node)
|
void |
OWLEntityCollector.visit(OWLObjectAllRestriction node)
|
void |
OWLEntityCollector.visit(OWLObjectCardinalityRestriction node)
|
void |
OWLEntityCollector.visit(OWLObjectProperty node)
|
void |
OWLEntityCollector.visit(OWLObjectSomeRestriction node)
|
void |
OWLEntityCollector.visit(OWLObjectValueRestriction node)
|
void |
OWLEntityCollector.visit(OWLNot node)
|
void |
OWLEntityCollector.visit(OWLOntology node)
|
void |
OWLEntityCollector.visit(OWLOr node)
|
void |
OWLEntityCollector.visit(OWLClass node)
|
void |
OWLEntityCollector.visit(OWLEnumeration node)
|
void |
OWLEntityCollector.visit(OWLSameIndividualsAxiom node)
|
void |
OWLEntityCollector.visit(OWLSubClassAxiom node)
|
void |
OWLEntityCollector.visit(OWLSubPropertyAxiom node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLAnd node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLDataAllRestriction node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLDataCardinalityRestriction node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLDataProperty node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLDataSomeRestriction node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLDataValueRestriction node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLFrame node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLIndividual node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLObjectAllRestriction node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLObjectCardinalityRestriction node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLObjectSomeRestriction node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLObjectValueRestriction node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLNot node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLOr node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLClass node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLEnumeration node)
|
void |
OWLClassAxiomVisitorAdapter.visit(OWLDisjointClassesAxiom node)
|
void |
OWLClassAxiomVisitorAdapter.visit(OWLEquivalentClassesAxiom node)
|
void |
OWLClassAxiomVisitorAdapter.visit(OWLSubClassAxiom node)
|
void |
OWLBuilder.createOntology(URI id,
URI physicalURI)
Creates an ontology identified by id together
with an OWLDataFactory and a ChangeVisitor. |
OWLClass |
OWLBuilder.getClass(URI id)
Returns the class corresponding to id
in the current ontology. |
OWLClass |
OWLBuilder.addClass(URI id)
Adds the class identified by id,
to the current ontology. |
OWLIndividual |
OWLBuilder.getIndividual(URI id)
Returns the individual corresponding to id
in the current ontology. |
OWLIndividual |
OWLBuilder.addIndividual(URI id)
Adds the individual identified by id,
to the current ontology. |
void |
OWLBuilder.addAnnotationInstance(OWLObject subject,
OWLBuilder.AnnotationComponent annComponent)
Adds the annotation instance with the parameter subject
as subject and with property and content given by the
paameter annComponent. |
void |
OWLBuilder.addOntologyAnnotationInstance(OWLBuilder.AnnotationComponent annComponent)
Adds the annotation instance with ontology itself as subject and with property and content given by the paameter annComponent. |
OWLObjectProperty |
OWLBuilder.getObjectProperty(URI id)
Returns the object property corresponding to id
in the current ontology. |
OWLAnnotationProperty |
OWLBuilder.getAnnotationProperty(URI id)
Returns the annotation property corresponding to id
in the current ontology. |
OWLObjectProperty |
OWLBuilder.addObjectProperty(URI id)
Adds the object property identified by id
to the current ontology. |
OWLObjectProperty |
OWLBuilder.addInverse(OWLObjectProperty property,
URI inverseId)
Adds the inverse object property identified by inverseId
to property (and to the current ontology). |
OWLDataProperty |
OWLBuilder.getDataProperty(URI id)
Returns the data property corresponding to id
in the current ontology. |
OWLDataProperty |
OWLBuilder.addDataProperty(URI id)
Adds the data property identified by id,
to the current ontology. |
void |
OWLBuilder.setDeprecatedObject(OWLDeprecatableObject deprecatable)
Deprecates deprecatable. |
void |
OWLBuilder.addDescriptionToIndividual(OWLDescription description,
OWLIndividual individual)
Adds description to individual
in current ontology. |
void |
OWLBuilder.addSameIndividualsAxiom(Set individuals)
Asserts individuals are the same in
the current ontology. |
void |
OWLBuilder.addDifferentIndividualsAxiom(Set individuals)
Asserts individuals are different in
the current ontology. |
void |
OWLBuilder.setPropertyType(OWLObjectProperty property,
int type)
Sets property to type. |
void |
OWLBuilder.setDataPropertyFunctional(OWLDataProperty property)
Sets the OWLDataProperty property to functional. |
void |
OWLBuilder.addEnumeration(OWLClass oClass,
Set individuals)
Adds an enumeration of individuals to
oClass. |
void |
OWLBuilder.addEquivalentClass(OWLClass oClass,
Set descriptions)
Adds to the current ontology the axiom stating that oClass is equivalent
to the conjunction of the OWLDescriptions in
descriptions. |
void |
OWLBuilder.addSuperClass(OWLClass oClass,
Set descriptions)
Adds to the current ontology the axiom stating that the oClass is a subclass of
the conjunction of the OWLDescriptions in
descriptions. |
void |
OWLBuilder.addDisjointClassesAxiom(Set disjuncts)
Adds the evident axiom for disjuncts to the ontology. |
void |
OWLBuilder.addEquivalentClassesAxiom(Set equivalents)
Adds the evident axiom for equivalents to the ontology. |
void |
OWLBuilder.addSubClassAxiom(OWLDescription description1,
OWLDescription description2)
Adds an axiom stating that description1 is
a subclass of description1. |
void |
OWLBuilder.addClassAxiom(OWLClassAxiom axiom)
Adds axiom to the ontology. |
OWLDataType |
OWLBuilder.addDataType(URI id)
Add the data type corresponding to id
to the current ontology. |
void |
OWLBuilder.addDataSubPropertyAxiom(URI subId,
URI supId)
Adds to the current ontology an axiom stating that (the data property corresponding to) subId is a subproperty of
(the data property corresponding to) supId. |
void |
OWLBuilder.addSuperProperty(OWLProperty property,
OWLProperty superProperty)
Adds to the current ontology the fact that property has
superProperty as super property. |
void |
OWLBuilder.addObjectSubPropertyAxiom(URI subId,
URI supId)
Adds to the current ontology an axiom stating that (the object property corresponding to) subId is a subproperty of
(the object property corresponding to) supId. |
void |
OWLBuilder.addPropertyAxiom(OWLPropertyAxiom axiom)
Adds axiom to the current ontology. |
void |
OWLBuilder.addPropertyDomain(OWLProperty property,
OWLDescription domain)
Adds domain to property. |
void |
OWLBuilder.addObjectPropertyRange(OWLObjectProperty property,
OWLDescription range)
Adds range to property. |
void |
OWLBuilder.addDataPropertyRange(OWLDataProperty property,
OWLDataRange range)
Adds range to property. |
void |
OWLBuilder.addEquivalentObjectPropertiesAxiom(Set equivalents)
Adds the evident axiom for equivalents to the ontology. |
void |
OWLBuilder.addEquivalentDataPropertiesAxiom(Set equivalents)
Adds the evident axiom for equivalents to the ontology. |
OWLDescription |
OWLBuilder.unionOf(Set descriptions)
Returns the OWLDescription corresponding to
the union of descriptions. |
OWLDescription |
OWLBuilder.intersectionOf(Set descriptions)
Returns the OWLDescription corresponding to
the intersection of descriptions. |
OWLDescription |
OWLBuilder.complementOf(OWLDescription description)
Returns the OWLDescription corresponding to
the complement of description. |
OWLEnumeration |
OWLBuilder.oneOf(Set individuals)
Returns the OWLEnumeration of
individuals. |
Set |
OWLBuilder.toOWLIndividuals(Set individualURIs)
Returns the Set of OWLIndividuals corresponding
to individualURIs (in the current ontology). |
Set |
OWLBuilder.toOWLObjectProperties(Set objectPropertyURIs)
Returns the Set of OWLObjectPropertys corresponding
to objectPropertyURIs (in the current ontology). |
Set |
OWLBuilder.toOWLDataProperties(Set dataPropertyURIs)
Returns the Set of OWLDataPropertys corresponding
to dataPropertyURIs (in the current ontology). |
OWLAnnotationProperty |
OWLBuilder.addAnnotationProperty(URI id)
Adds the annotation property identified by id,
to the current ontology. |
OWLRestriction |
OWLBuilder.getObjectValueRestriction(URI propertyId,
OWLIndividual individual)
Returns a restriction to the value individual
for the property corresponding to propertyId. |
OWLRestriction |
OWLBuilder.getRestriction(OWLObjectProperty property,
OWLBuilder.RestrictionComponent component)
Returns the OWLRestriction for property corresponding
to the RestrictionComponent component. |
OWLRestriction |
OWLBuilder.getRestriction(OWLObjectProperty property,
OWLBuilder.CardinalityComponent cComponent)
Returns the OWLRestriction for property corresponding
to the CardinalityComponent cComponent. |
OWLRestriction |
OWLBuilder.getRestriction(OWLObjectProperty property,
OWLBuilder.DescriptionComponent dComponent)
Returns the OWLRestriction for property corresponding
to the DescriptionComponent dComponent. |
OWLRestriction |
OWLBuilder.getRestriction(OWLDataProperty property,
OWLBuilder.RestrictionComponent component)
Returns the OWLRestriction for property corresponding
to the RestrictionComponent component. |
OWLRestriction |
OWLBuilder.getRestriction(OWLDataProperty property,
OWLBuilder.CardinalityComponent card)
Returns the OWLRestriction for property corresponding
to the CardinalityComponent card. |
OWLRestriction |
OWLBuilder.getRestriction(OWLDataProperty property,
OWLBuilder.DataRangeComponent dRComponent)
Returns the OWLRestriction for property corresponding
to the DataRangeComponent dRComponent. |
OWLRestriction |
OWLBuilder.getRestriction(OWLDataProperty property,
OWLBuilder.DataLiteralValueComponent component)
Returns the OWLRestriction for property corresponding
to the DataLiteralValueComponent component. |
OWLDataValue |
OWLBuilder.getConcreteData(URI uri,
String lang,
Object value)
Returns the OWLDataValue corresponding to the two
arguments. |
OWLDataType |
OWLBuilder.getConcreteDataType(URI uri)
Returns the OWLDataType corresponding to uri. |
OWLDataEnumeration |
OWLBuilder.getDataEnumeration(Set literals)
Returns the enumeration of the set of DataValue literals. |
void |
OWLBuilder.addPropertyValue(OWLIndividual subject,
OWLBuilder.PropertyValue propValue)
Adds the property value propValue to
subject. |
static Set |
OntologyHelper.importClosure(OWLOntology ontology)
Returns the (unordered) closure of the imports from the given ontology. |
static OWLClass |
OntologyHelper.getClassNamed(OWLOntology ontology,
URI uri)
|
static OWLIndividual |
OntologyHelper.getIndividualNamed(OWLOntology ontology,
URI uri)
|
static OWLObjectProperty |
OntologyHelper.getObjectPropertyNamed(OWLOntology ontology,
URI uri)
|
static OWLDataProperty |
OntologyHelper.getDataPropertyNamed(OWLOntology ontology,
URI uri)
|
static Set |
OntologyHelper.allURIs(OWLOntology ontology)
Returns all the uris of all the entities in the ontology. |
static Set |
OntologyHelper.allDefinitionsAsAxioms(OWLOntology ontology)
Returns a collection of OWLClassAxioms that
represent all the assertions made about classes in the
ontology. |
static Set |
OntologyHelper.allPropertyDefinitionsAsAxioms(OWLOntology ontology)
Returns a collection of OWLPropertyAxioms that
represent all the assertions made about classes in the
ontology. |
static Set |
OntologyHelper.allSuperProperties(OWLProperty prop,
Set ontologies)
|
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. |
static OWLOntology |
OntologyHelper.getOntology(URI uri)
Returns an ontology from the given URI. |
static Set |
OntologyHelper.getRDFLabels(OWLOntology ontology,
OWLObject oo,
String language)
Returns all annotations on the object using the rdfs:label annotation property using the given language. |
static Set |
OntologyHelper.getRDFLabels(OWLOntology ontology,
OWLObject oo)
Returns all annotations on the object using the rdfs:label annotation property using any language. |
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLAnd node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLAnnotationProperty node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLAnnotationInstance node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLClassAxiom node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataValue node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataType node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataEnumeration node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataAllRestriction node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataCardinalityRestriction node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataProperty node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataSomeRestriction node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataValueRestriction node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDifferentIndividualsAxiom node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDisjointClassesAxiom node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLEquivalentClassesAxiom node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLEquivalentPropertiesAxiom node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLFrame node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLIndividual node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLObjectAllRestriction node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLObjectCardinalityRestriction node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLObjectProperty node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLObjectSomeRestriction node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLObjectValueRestriction node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLNot node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLOntology node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLOr node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLClass node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLEnumeration node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLSameIndividualsAxiom node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLSubClassAxiom node)
|
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLSubPropertyAxiom node)
|
| Constructors in org.semanticweb.owl.model.helper with parameters of type OWLException | |
ExceptionThrowingOWLObjectVisitorAdapter(OWLException exception)
Creates a new ExceptionThrowingOWLObjectVisitorAdapter instance. |
|
| Uses of OWLException in org.semanticweb.owl.util |
| Methods in org.semanticweb.owl.util that throw OWLException | |
static List |
OWLOntologies.topologicallySortOntologies(Set ontologies)
Sorts given OWLOntologies into a list so that including OWLOntologies are after included OWLOntologies. |
static Set |
OWLOntologies.getAllIncludedOntologies(OWLOntology ontology)
Finds all included ontologies. |
static void |
OWLManager.startOWLImplementation(String connectionClassName)
Starts the OWL API implementation with given name. |
static OWLConnection |
OWLManager.getOWLConnection(Map parameters)
Returns a factory to use for given parameters. |
static OWLConnection |
OWLManager.getOWLConnection()
Returns a default implementation of connection which is determined at run time by the following methods: 1. |
static Map |
OWLManager.getDefaultParametersForPhysicalURI(String physicalURI,
Map contextParameters)
Returns the default parameters for given physical URI. |
static void |
OWLManager.registerPhysicalURIToDefaultParametersResolver(String resolverClassName)
Registers a resolver from physical URI to default parameters by its class name. |
static OWLOntology |
OWLManager.resolveLogicalURI(OWLConnection OWLConnection,
URI logicalURI)
Tries to resolve a logical URI for the connection. |
static void |
OWLManager.registerWellKnownRDFOntology(URI wellKnownOIModelPhysicalURI)
Reegisters a well-known RDF OI-model. |
Map |
OWLConnection.getParameters()
Returns the parameters of this connection. |
void |
OWLConnection.close()
Closes this connection, i.e. closes all open ontologies. |
boolean |
OWLConnection.isOpen()
Returns true if this connection is open, i.e. atleast one ontology is open. |
OWLOntology |
OWLConnection.openOntologyPhysical(URI physicalURI)
Deprecated. |
OWLOntology |
OWLConnection.getOntologyPhysical(URI physicalURI)
|
OWLOntology |
OWLConnection.loadOntologyPhysical(URI physicalURI)
Loads an OWLOntology with given physical URI (in fact an URL), somewhere on the web or in the file system. |
OWLOntology |
OWLConnection.reloadOntologyPhysical(URI physicalURI)
Reloads an OWLOntology with given physical URI (in fact an URL), somewhere on the web or in the file system. |
OWLOntology |
OWLConnection.openOntologyLogical(URI logicalURI)
Deprecated. |
OWLOntology |
OWLConnection.getOntologyLogical(URI logicalURI)
Returns an OWLOntology with given logical URI. |
OWLOntology |
OWLConnection.createOWLOntology(URI physicalURI,
URI logicalURI)
Deprecated. |
OWLOntology |
OWLConnection.createOntology(URI physicalURI,
URI logicalURI)
Creates an OWLOntology with a given physical and logical URI. |
void |
OWLConnection.notifyOntologyDeleted(OWLOntology ontology)
Notifies the connection that the OWLOntology has been deleted. |
Set |
OWLConnection.getAllOntologies()
Returns the set of OWL Ontologies that are loaded by this OWLConnection. |
Set |
OWLConnection.getAllLogicalURIs()
Returns the set of logical URIs used as identifiers of the ontologies loaded by this connection. |
void |
OWLConnection.applyChanges(List changeList)
Applies the list of changes to the ontologies loaded by this connection. |
ChangeVisitor |
OWLConnection.getChangeVisitor(OWLOntology o)
Given an ontology, returns a change visitor that will enact changes over that ontology. |
OWLOntology |
OntologyReplicator.doReplication()
Starts the replication of the source model to the target model |
protected void |
OntologyReplicator.setUpModelMappings()
Establishes the map from source to target Ontologies. |
protected OWLOntology |
OntologyReplicator.createTargetOWLOntology(OWLOntology sourceOWLOntology)
Creates a target model for given source OWL Ontology. |
protected void |
OntologyReplicator.processConcepts()
Processes all concepts. |
protected void |
OntologyReplicator.processProperties()
Processes all properties. |
protected void |
OntologyReplicator.processInstances()
Processes all instances. |
protected Set |
OntologyReplicator.loadConcepts()
Loads the concepts. |
protected Set |
OntologyReplicator.loadProperties()
Loads the properties. |
protected Set |
OntologyReplicator.loadInstances()
Loads the instances. |
protected void |
OntologyReplicator.copyConcepts(Set concepts)
Copies the information about the concepts. |
protected void |
OntologyReplicator.copyProperties(Set properties)
Copies the information about the properties. |
protected void |
OntologyReplicator.copyInstances(Set instances)
Copies the information about the instances. |
protected void |
OntologyReplicator.applyChange(OntologyChange changeEvent)
Adds an event to be processed. |
protected void |
OntologyReplicator.flushChanges()
Flushes the changes to the OWL Ontology. |
protected void |
OntologyProcessor.processElements(Set set,
OWLOntology ontology,
int loadFlag,
OntologyProcessor.ObjectProcessor objectProcessor,
int progressPhase)
Loads and processes elements from the given set in chunks. |
void |
OntologyProcessor.ObjectProcessor.processLoadedObjects(Set objects)
|
| Uses of OWLException in org.semanticweb.owl.validation |
| Methods in org.semanticweb.owl.validation that throw OWLException | |
boolean |
SpeciesValidator.isOWLLite(OWLOntology ontology)
|
boolean |
SpeciesValidator.isOWLDL(OWLOntology ontology)
|
boolean |
SpeciesValidator.isOWLFull(OWLOntology ontology)
|
boolean |
SpeciesValidator.isOWLLite(URI uri)
|
boolean |
SpeciesValidator.isOWLDL(URI uri)
|
boolean |
SpeciesValidator.isOWLFull(URI uri)
|
Set |
ConstructChecker.constructsUsed(OWLOntology onto)
Returns a set of Integers representing the constructs used within an ontology. |
| Uses of OWLException in uk.ac.man.cs.img.owl.inference |
| Methods in uk.ac.man.cs.img.owl.inference that throw OWLException | |
void |
NonInferencingTaxonomyReasoner.setOntology(OWLOntology onto)
Set the ontology that the reasoner knows about. |
Set |
NonInferencingTaxonomyReasoner.superClassesOf(OWLClass clazz)
|
Set |
NonInferencingTaxonomyReasoner.subClassesOf(OWLClass clazz)
|
Set |
NonInferencingTaxonomyReasoner.ancestorClassesOf(OWLClass d)
|
Set |
NonInferencingTaxonomyReasoner.descendantClassesOf(OWLClass d)
|
Set |
NonInferencingTaxonomyReasoner.equivalentClassesOf(OWLClass d)
|
void |
NonInferencingTaxonomyReasoner.ontologyChanged(OntologyChange event)
|
void |
NonInferencingTaxonomyReasoner.dumpHierarchy(PrintWriter pw,
OWLClass clazz,
int level)
|
void |
NonInferencingTaxonomyReasoner.dumpHierarchy(PrintWriter pw)
|
static void |
InferenceHelper.dumpHierarchy(OWLTaxonomyReasoner reasoner,
PrintWriter pw)
Dumps a textual rendering of the class hierarchy to the given writer |
static void |
InferenceHelper.dumpHierarchyRDFS(OWLTaxonomyReasoner reasoner,
PrintWriter pw)
Dumps the class hierarchy as RDFS |
static OWLOntology |
InferenceHelper.hierarchyAsNewOntology(OWLTaxonomyReasoner reasoner)
Returns a new ontology which contains the classes from the original ontology along with any subclass information. |
| Uses of OWLException in uk.ac.man.cs.img.owl.inference.dl |
| Subclasses of OWLException in uk.ac.man.cs.img.owl.inference.dl | |
class |
RACERConsistencyChecker.ExpressivenessOutOfScopeException
|
class |
SimpleOWLReasoner.ExpressivenessOutOfScopeException
|
| Methods in uk.ac.man.cs.img.owl.inference.dl that throw OWLException | |
void |
SimpleOWLTaxonomyReasoner.setOntology(OWLOntology onto)
Set the ontology that the reasoner knows about. |
Set |
SimpleOWLTaxonomyReasoner.superClassesOf(OWLClass cl)
Returns the collection of (named) most specific superclasses of the given description. |
Set |
SimpleOWLTaxonomyReasoner.subClassesOf(OWLClass cl)
Returns the collection of (named) most general subclasses of the given description. |
Set |
SimpleOWLTaxonomyReasoner.ancestorClassesOf(OWLClass cl)
|
Set |
SimpleOWLTaxonomyReasoner.descendantClassesOf(OWLClass cl)
|
Set |
SimpleOWLTaxonomyReasoner.equivalentClassesOf(OWLClass cl)
|
void |
SimpleOWLReasoner.setOntology(OWLOntology onto)
Set the ontology that the reasoner knows about. |
void |
SimpleOWLReasoner.tell(String str)
|
boolean |
SimpleOWLReasoner.isSubClassOf(OWLDescription d1,
OWLDescription d2)
Returns true if d1 is a subclass of d2. |
boolean |
SimpleOWLReasoner.isEquivalentClass(OWLDescription d1,
OWLDescription d2)
Returns true if d1 is equivalent to d2. |
boolean |
SimpleOWLReasoner.isConsistent(OWLDescription d1)
Returns true if the description is consistent (i.e. if it is * possible for there to exist models in which the extension of the class is non-empty. |
boolean |
SimpleOWLReasoner.isConsistent()
|
Set |
SimpleOWLReasoner.superClassesOf(OWLDescription d)
Returns the collection of (named) most specific superclasses of the given description. |
Set |
SimpleOWLReasoner.subClassesOf(OWLDescription d)
Returns the collection of (named) most general subclasses of the given description. |
Set |
SimpleOWLReasoner.ancestorClassesOf(OWLDescription d)
|
Set |
SimpleOWLReasoner.descendantClassesOf(OWLDescription d)
|
Set |
SimpleOWLReasoner.equivalentClassesOf(OWLDescription d)
|
void |
SimpleOWLReasoner.ontologyChanged(OntologyChange event)
|
boolean |
SimpleOWLReasoner.isInstanceOf(OWLIndividual i,
OWLDescription d)
|
Set |
SimpleOWLReasoner.instancesOf(OWLDescription d1)
Returns all the instances of the given class. |
void |
ReasonerProxy.tell(String str)
|
void |
RACERConsistencyChecker.tell(String str)
|
int |
RACERConsistencyChecker.consistency(OWLOntology onto)
|
void |
OntologyChangeConverter.visit(AddAnnotationInstance event)
|
void |
OntologyChangeConverter.visit(AddEntity event)
|
void |
OntologyChangeConverter.visit(AddDataType event)
|
void |
OntologyChangeConverter.visit(RemoveEntity event)
|
void |
OntologyChangeConverter.visit(AddImport event)
|
void |
OntologyChangeConverter.visit(AddIndividualAxiom event)
|
void |
OntologyChangeConverter.visit(AddClassAxiom event)
|
void |
OntologyChangeConverter.visit(AddPropertyAxiom event)
|
void |
OntologyChangeConverter.visit(AddSuperClass event)
|
void |
OntologyChangeConverter.visit(AddSuperProperty event)
|
void |
OntologyChangeConverter.visit(AddIndividualClass event)
|
void |
OntologyChangeConverter.visit(AddEquivalentClass event)
|
void |
OntologyChangeConverter.visit(AddEnumeration event)
|
void |
OntologyChangeConverter.visit(AddDomain event)
|
void |
OntologyChangeConverter.visit(AddDataPropertyRange event)
|
void |
OntologyChangeConverter.visit(AddObjectPropertyRange event)
|
void |
OntologyChangeConverter.visit(AddInverse event)
|
void |
OntologyChangeConverter.visit(SetFunctional event)
|
void |
OntologyChangeConverter.visit(SetTransitive event)
|
void |
OntologyChangeConverter.visit(SetSymmetric event)
|
void |
OntologyChangeConverter.visit(SetInverseFunctional event)
|
void |
OntologyChangeConverter.visit(SetOneToOne event)
|
void |
OntologyChangeConverter.visit(SetDeprecated event)
|
void |
OntologyChangeConverter.visit(AddObjectPropertyInstance event)
|
void |
OntologyChangeConverter.visit(AddDataPropertyInstance event)
|
| Constructors in uk.ac.man.cs.img.owl.inference.dl that throw OWLException | |
SimpleOWLTaxonomyReasoner(uk.ac.man.cs.img.dig.reasoner.Reasoner digReasoner)
Create a new reasoning object. |
|
SimpleOWLReasoner(uk.ac.man.cs.img.dig.reasoner.Reasoner digReasoner)
Create a new reasoning object. |
|
RACERConsistencyChecker(uk.ac.man.cs.img.dig.reasoner.Reasoner digReasoner)
Create a new reasoning object. |
|
| Uses of OWLException in uk.ac.man.cs.img.owl.inference.firstorder |
| Methods in uk.ac.man.cs.img.owl.inference.firstorder that throw OWLException | |
int |
ConsistencyChecker.consistency(OWLOntology onto)
Knowledge base consistency test. |
| Uses of OWLException in uk.ac.man.cs.img.owl.io.dig1_0 |
| Methods in uk.ac.man.cs.img.owl.io.dig1_0 that throw OWLException | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
void |
RenderingVisitor.visit(OWLIndividual ind)
|
void |
RenderingVisitor.visit(OWLObjectProperty prop)
|
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
void |
RenderingVisitor.visit(OWLDataValue cd)
|
void |
RenderingVisitor.visit(OWLAnd and)
|
void |
RenderingVisitor.visit(OWLOr or)
|
void |
RenderingVisitor.visit(OWLNot not)
|
void |
RenderingVisitor.visit(OWLEnumeration enumeration)
|
void |
RenderingVisitor.visit(OWLObjectSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataAllRestriction node)
|
void |
RenderingVisitor.visit(OWLDataSomeRestriction node)
|
void |
RenderingVisitor.visit(OWLDataValueRestriction node)
|
void |
RenderingVisitor.visit(OWLEquivalentClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDisjointClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubClassAxiom axiom)
|
void |
RenderingVisitor.visit(OWLEquivalentPropertiesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubPropertyAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDifferentIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLSameIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLDataType ocdt)
|
| Uses of OWLException in uk.ac.man.cs.img.owl.io.fact |
| Methods in uk.ac.man.cs.img.owl.io.fact that throw OWLException | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
void |
RenderingVisitor.visit(OWLIndividual ind)
|
void |
RenderingVisitor.visit(OWLObjectProperty prop)
|
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
void |
RenderingVisitor.visit(OWLDataValue cd)
|
void |
RenderingVisitor.visit(OWLAnd and)
|
void |
RenderingVisitor.visit(OWLOr or)
|
void |
RenderingVisitor.visit(OWLNot not)
|
void |
RenderingVisitor.visit(OWLEnumeration enumeration)
|
void |
RenderingVisitor.visit(OWLObjectSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLEquivalentClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDisjointClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubClassAxiom axiom)
|
void |
RenderingVisitor.visit(OWLEquivalentPropertiesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubPropertyAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDifferentIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLSameIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLDataType ocdt)
|
| Uses of OWLException in uk.ac.man.cs.img.owl.io.factplus |
| Methods in uk.ac.man.cs.img.owl.io.factplus that throw OWLException | |
String |
ShortFormProvider.shortForm(OWLNamedObject ono)
|
void |
RenderingVisitor.visit(OWLClass clazz)
|
void |
RenderingVisitor.visit(OWLIndividual ind)
|
void |
RenderingVisitor.visit(OWLObjectProperty prop)
|
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
void |
RenderingVisitor.visit(OWLDataValue cd)
|
void |
RenderingVisitor.visit(OWLAnd and)
|
void |
RenderingVisitor.visit(OWLOr or)
|
void |
RenderingVisitor.visit(OWLNot not)
|
void |
RenderingVisitor.visit(OWLEnumeration enumeration)
|
void |
RenderingVisitor.visit(OWLObjectSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLEquivalentClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDisjointClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubClassAxiom axiom)
|
void |
RenderingVisitor.visit(OWLEquivalentPropertiesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubPropertyAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDifferentIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLSameIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLDataType ocdt)
|
String |
Renderer.shortForm(OWLNamedObject ono)
|
| Uses of OWLException in uk.ac.man.cs.img.owl.io.html |
| Methods in uk.ac.man.cs.img.owl.io.html that throw OWLException | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
void |
RenderingVisitor.visit(OWLIndividual ind)
|
void |
RenderingVisitor.visit(OWLObjectProperty prop)
|
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
void |
RenderingVisitor.visit(OWLDataValue cd)
|
void |
RenderingVisitor.visit(OWLAnd and)
|
void |
RenderingVisitor.visit(OWLOr or)
|
void |
RenderingVisitor.visit(OWLNot not)
|
void |
RenderingVisitor.visit(OWLEnumeration enumeration)
|
void |
RenderingVisitor.visit(OWLObjectSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLEquivalentClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDisjointClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubClassAxiom axiom)
|
void |
RenderingVisitor.visit(OWLEquivalentPropertiesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubPropertyAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDifferentIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLSameIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLDataType ocdt)
|
void |
RenderingVisitor.visit(OWLAnnotationInstance oai)
|
void |
OntologyRenderer.listClasses(PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.listObjectProperties(PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.listDataProperties(PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.listIndividuals(PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderURI(URI uri,
PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderClass(OWLClass clazz,
PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderIndividual(OWLIndividual ind,
PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderAnnotationProperty(OWLAnnotationProperty prop,
PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderObjectProperty(OWLObjectProperty prop,
PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderDataProperty(OWLDataProperty prop,
PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderDataType(OWLDataType datatype,
PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderClassAxiom(OWLClassAxiom axiom,
PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderPropertyAxiom(OWLPropertyAxiom axiom,
PrintWriter pw,
Linker linker)
|
void |
OntologyRenderer.renderIndividualAxiom(OWLIndividualAxiom axiom,
PrintWriter pw,
Linker linker)
|
String |
Linker.linkFor(OWLNamedObject obj)
|
| Uses of OWLException in uk.ac.man.cs.img.owl.io.tptp |
| Subclasses of OWLException in uk.ac.man.cs.img.owl.io.tptp | |
class |
Renderer.BigCardinalityException
|
| Methods in uk.ac.man.cs.img.owl.io.tptp that throw OWLException | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
void |
RenderingVisitor.visit(OWLIndividual ind)
|
void |
RenderingVisitor.visit(OWLObjectProperty prop)
|
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
void |
RenderingVisitor.visit(OWLDataValue cd)
|
void |
RenderingVisitor.visit(OWLAnd and)
|
void |
RenderingVisitor.visit(OWLOr or)
|
void |
RenderingVisitor.visit(OWLNot not)
|
void |
RenderingVisitor.visit(OWLEnumeration enumeration)
|
void |
RenderingVisitor.visit(OWLObjectSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLObjectCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataSomeRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataAllRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataValueRestriction restriction)
|
void |
RenderingVisitor.visit(OWLDataCardinalityRestriction restriction)
|
void |
RenderingVisitor.visit(OWLEquivalentClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDisjointClassesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubClassAxiom axiom)
|
void |
RenderingVisitor.visit(OWLEquivalentPropertiesAxiom axiom)
|
void |
RenderingVisitor.visit(OWLSubPropertyAxiom axiom)
|
void |
RenderingVisitor.visit(OWLDifferentIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLSameIndividualsAxiom ax)
|
void |
RenderingVisitor.visit(OWLDataType ocdt)
|
void |
RenderingVisitor.visit(OWLDataEnumeration enumeration)
|
int |
Renderer.determineType(URI uri)
|
String |
Renderer.typeFor(OWLDataType odt)
|
int |
Renderer.determineType(OWLDataValue dv)
|
String |
Renderer.canonicalize(OWLDataValue dv)
|
String |
Renderer.shortForm(OWLNamedObject ono)
|
protected void |
Renderer.cardinalityException(String message)
|
void |
AxiomRenderer.visit(OWLEquivalentClassesAxiom axiom)
|
void |
AxiomRenderer.visit(OWLDisjointClassesAxiom axiom)
|
void |
AxiomRenderer.visit(OWLSubClassAxiom axiom)
|
void |
AxiomRenderer.visit(OWLEquivalentPropertiesAxiom axiom)
|
void |
AxiomRenderer.visit(OWLSubPropertyAxiom axiom)
|
void |
AxiomRenderer.visit(OWLDifferentIndividualsAxiom ax)
|
void |
AxiomRenderer.visit(OWLSameIndividualsAxiom ax)
|
| Uses of OWLException in uk.ac.man.cs.img.owl.presentation |
| Methods in uk.ac.man.cs.img.owl.presentation that throw OWLException | |
protected void |
PresentationServlet.printFrame(OWLOntology ontology,
PrintWriter out)
|
| Uses of OWLException in uk.ac.man.cs.img.owl.util |
| Methods in uk.ac.man.cs.img.owl.util that throw OWLException | |
void |
Validator.validate()
Do the validation |
void |
Fixer.parse()
|
| Uses of OWLException in uk.ac.man.cs.img.owl.validation |
| Subclasses of OWLException in uk.ac.man.cs.img.owl.validation | |
class |
ValidationException
Basic exception class used during validation. |
| Methods in uk.ac.man.cs.img.owl.validation that throw OWLException | |
boolean |
SpeciesValidator.isOWLLite(OWLOntology ontology)
Returns true if the ontology is OWL-Lite. |
boolean |
SpeciesValidator.isOWLDL(OWLOntology ontology)
Returns true if the ontology is OWL-DL. |
boolean |
SpeciesValidator.isOWLFull(OWLOntology ontology)
Returns true if the ontology is OWL-Full. |
Set |
ConstructChecker.constructsUsed(OWLOntology ontology)
|
void |
ClassOrRestrictionIdentifier.visit(OWLObjectAllRestriction node)
|
void |
ClassOrRestrictionIdentifier.visit(OWLObjectSomeRestriction node)
|
| Constructors in uk.ac.man.cs.img.owl.validation that throw OWLException | |
SpeciesValidator()
Create a new validator. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||