|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
OWLOntologyManager that
should be associated with the parserOWLExpressionVisitor
Nodes to this set.
Nodes to this set.
NodeSet by wrapping it in a Node.
Node to this set.
Node to this set.
OWLClass without the need for casting.
OWLSubClassOfAxiom.
OWLSubClassOfAxioms.
PrefixOWLOntologyFormat then this method
will obtain it as a PrefixOWLOntologyFormat
ClassExpressionTranslator
consumes the triples that represent the class expression, and
translates the triples to the appropriate OWL API OWLClassExpression
object.OWLComplementOf
class expression.NodeSet contains a specific entity.
InferredAxiomGenerator
OWLOntologyChangeFilter.OWLAnnotation
object.
OWLAnnotationPropertyDomainAxioms where the specified property is the property
in the domain axiom.
OWLAnnotationPropertyRangeAxioms where the specified property is the property
in the range axiom.
annotationProperty.
OWLAsymmetricObjectPropertyAxioms contained in this ontology that
make the specified object property asymmetric.
Node corresponding to the bottom node (containing owl:Nothing) in the
class hierarchy.
Node corresponding to the bottom node (containing owl:bottomDataProperty) in the
data property hierarchy.
Node corresponding to the bottom node (containing owl:bottomObjectProperty) in the
object property hierarchy.
IOException
OWLClassAssertionAxioms contained in this ontology that
make the specified individual an instance of some class expression.
OWLClassAssertionAxioms contained in this ontology that make the
specified class expression, ce, a type for some individual.
OWLNaryClassAxiom.getClassExpressions() method
as a list of class expressions.
OWLDataPropertyAssertionAxioms contained in this ontology that
have the specified individual as the subject of the axiom.
OWLDataPropertyDomainAxioms where the property (returned by
OWLUnaryPropertyAxiom.getProperty()) is equal to the specified property.
OWLDataPropertyRangeAxioms where the property (returned by
OWLUnaryPropertyAxiom.getProperty()) is equal to the
specified property.
OWLSubDataPropertyOfAxioms where the sub-property is equal to the specified property.
OWLSubDataPropertyOfAxioms where the super-property (returned by
OWLSubPropertyAxiom.getSuperProperty()) is equal to the specified property.
null if there is no datatype
OWLDatatype that is assigned a definition
OWLDatatype which types this literal.
Number, this method returns the datatype of
that number.
OWLDatatypeDefinitionAxioms contained in this ontology that provide
a definition for the specified datatype.
OWLDifferentIndividualsAxioms contained in this ontology that make
the specified individual different to some other individual.
ce.
pe.
OWLDisjointDataPropertiesAxioms that make the specified property
disjoint with some other data property expression(s).
pe.
OWLDisjointObjectPropertiesAxioms that make the specified property
disjoint with some other object property expression(s).
e.
OWLEquivalentDataPropertiesAxioms that make the specified property
equivalent to some other data property expression(s).
OWLEquivalentObjectPropertiesAxioms that make the specified property
equivalent to some other object property expression(s).
Nodes in this NodeSet.
OWLFunctionalDataPropertyAxioms contained in this ontology that
make the specified data property functional.
OWLFunctionalObjectPropertyAxioms contained in this ontology that
make the specified object property functional.
IndividualNodeSetPolicy which determines how NodeSets
of named individuals are returned from the reasoner.
OWLNaryIndividualAxiom.getIndividuals() as a list.
XMLWriterFactory
OWLInverseFunctionalObjectPropertyAxioms contained in this ontology that
make the specified object property inverse functional.
OWLInverseObjectPropertiesAxioms where the specified property
is contained in the set returned by OWLNaryPropertyAxiom.getProperties().
OWLIrreflexiveObjectPropertyAxioms contained in this ontology that
make the specified object property irreflexive.
IOException.
OWLNegativeDataPropertyAssertionAxioms contained in this ontology that
have the specified individual as the subject of the axiom.
OWLNegativeObjectPropertyAssertionAxioms contained in this ontology that
have the specified individual as the subject of the axiom.
Nodes contained in this NodeSet
OWLObjectPropertyAssertionAxioms contained in this ontology that
have the specified individual as the subject of the axiom.
OWLObjectPropertyDomainAxioms where the property (returned by
OWLUnaryPropertyAxiom.getProperty()) is equal to the specified property.
OWLObjectPropertyRangeAxioms where the property (returned by
OWLUnaryPropertyAxiom.getProperty()) is equal to the
specified property.
OWLSubObjectPropertyOfAxioms where the sub-property is equal to the specified property.
OWLSubObjectPropertyOfAxioms where the super-property (returned by
OWLSubPropertyAxiom.getSuperProperty()) is equal to the specified property.
OWLNaryBooleanClassExpression.getOperands() as a list of class expressions.
OutputStream that can be used to write an ontology to an ontology document.
owl:backwardCompatibleWith.
owl:backwardCompatibleWith.
DisjointClasses axiom.
EquivalentClasses axiom.
owl:incompatibleWith.
OWLLiteral, which has the specified lexical value, and is typed with the specified
datatype.
OWLLiteral, which has the specified lexical value, and is typed with the specified
datatype.
OWLOntology that is being debugged.
OWLDataFactory.getOWLLiteral(String, String)
Gets an OWLStringLiteral with a language tag.
OWLDataFactory.getOWLLiteral(String, String) with the second parameter as the empty string ("").
Gets a string literal without a language tag.
OWLDataFactoryImpl.getOWLLiteral(String, String)
Gets an OWLStringLiteral with a language tag.
OWLDataFactoryImpl.getOWLLiteral(String, String) with the second parameter as the empty string ("").
Gets a string literal without a language tag.
OWLDataFactory.getOWLLiteral(String, OWLDatatype)
OWLDataFactory.getOWLLiteral(String, org.semanticweb.owlapi.vocab.OWL2Datatype)
Creates a typed literal that has the specified OWL 2 Datatype as its datatype
OWLDataFactory.getOWLLiteral(int)
Convenience method that obtains a literal typed as an integer.
OWLDataFactory.getOWLLiteral(double)
Convenience method that obtains a literal typed as a double.
OWLDataFactory.getOWLLiteral(boolean)
Convenience method that obtains a literal typed as a boolean.
OWLDataFactory.getOWLLiteral(float)
Convenience method that obtains a literal typed as a float.
OWLDataFactory.getOWLLiteral(String)
Convenience method that obtains a literal typed as a string.
OWLDataFactoryImpl.getOWLLiteral(String, org.semanticweb.owlapi.model.OWLDatatype)
OWLDataFactoryImpl.getOWLLiteral(String, org.semanticweb.owlapi.vocab.OWL2Datatype)
Creates a typed literal that has the specified OWL 2 Datatype as its datatype
OWLDataFactoryImpl.getOWLLiteral(int)
Convenience method that obtains a literal typed as an integer.
OWLDataFactoryImpl.getOWLLiteral(double)
Convenience method that obtains a literal typed as a double.
OWLDataFactoryImpl.getOWLLiteral(boolean)
Convenience method that obtains a literal typed as a boolean.
OWLDataFactoryImpl.getOWLLiteral(float)
Convenience method that obtains a literal typed as a float.
OWLDataFactoryImpl.getOWLLiteral(String)
Convenience method that obtains a literal typed as a string.
owl:versionInfo.
InferenceTypes that are precomputable by reasoner.
rdfs:comment.
rdfs:isDefinedBy.
rdfs:label.
rdfs:seeAlso.
OWLReflexiveObjectPropertyAxioms contained in this ontology that
make the specified object property reflexive.
OWLSameIndividualAxioms contained in this ontology that make
the specified individual the same as some other individual.
Node
SubAnnotationPropertyOfAxioms where the specified property is the sub-property.
SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set, java.util.Set) or
SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set) instead.
SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set, java.util.Set) or
SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set) instead.
OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set, java.util.Set) or
OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set) instead.
Gets a SWRL rule which is named with a URI
OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set, java.util.Set) or
OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set) instead.
OWLSymmetricObjectPropertyAxioms contained in this ontology that
make the specified object property symmetric.
Node corresponding to the top node (containing owl:Thing)
in the class hierarchy.
Node corresponding to the top node (containing owl:topDataProperty)
in the data property hierarchy.
Node corresponding to the top node (containing owl:topObjectProperty)
in the object property hierarchy.
OWLTransitiveObjectPropertyAxioms contained in this ontology that
make the specified object property transitive.
OWLLiterals) that this data range consists of.
Writer that can be used to write an ontology to an ontology document.
OWLLiteral has a particular language tag.
OWLReasoner to indicate that
the imports closure of the root ontology (returned by OWLReasoner.getRootOntology())
is inconsistent.OWLClassAssertionsAxioms for inferred individual types.OWLMetric that returns an integer valueOWLIntersectionOf.OWLAnonymousIndividual
Note that this method is the dual of OWLIndividual.isNamed().
xsd:boolean
"http://www.w3.org/2001/XMLSchema#"boolean.
NodeSet is a singleton that only contains the bottom node (in a hierarchy).
rdfs:comment.
OWLEquivalentClassesAxiom
in the specified ontology.
OWLEquivalentClassesAxiom
in at least one of the specified ontologies.
owl:deprecated.
xsd:double
"http://www.w3.org/2001/XMLSchema#"double.
xsd:float
"http://www.w3.org/2001/XMLSchema#"float.
xsd:integer
"http://www.w3.org/2001/XMLSchema#"integer.
rdfs:label.
OWLNamedIndividual.
OWLNegativeDataPropertyAssertionAxiom axioms
are structurally OWL 2 axioms, but can be represented using OWL 1 syntax.
owl:Nothing is named with
OutputStream.
rdf:PlainLiteral
rdf:PlainLiteral
rdf:PlainLiteral.
rdf:PlainLiteral
Node contains just one entity.
NodeSet is a singleton.
xsd:string
owl:Thing is named with
NodeSet is a singleton node that only contains the top node (in a hierarchy).
Writer.
KRSS2ObjectRenderer is an extension of KRSSObjectRenderer which uses the extended vocabulary.KRSSOWLParser that
it supports an extended KRSS vocabulary available in many reasoning systems.KRSS2ObjectRenderer
for definition/explanation of the syntax.KRSSObjectRenderer renderes an OWLOntology in the original KRSS syntax.KRSSObjectRenderer
for definition/explanation of the syntax.ontologyIRI as its IRI or version IRI.
OWLOntology.
List, or Java Set.Comparator which compares entities.OWLLogicalEntity is an OWLEntity that is not an OWLAnnotationProperty.OWLOntologyManager
with commonly required features (such as an RDF parser for example).OWLObjectVisitorEx.OWLOntologyAlreadyExistsException to describe the situation where an attempt to
create an ontology failed because the manager already contained an ontology with specified ontology ID.
OWLOntologyAlreadyExistsException to describe the situation where an attempt to
load an ontology failed because the manager already contained an ontology with the ID that was the same as
the ontology being loaded
IOException happened during ontology creation.OWLOntologyCreationHandler gets notified when the factory has created an empty
ontology (during the loading process).OWLOntologySetProvider which provides a set of ontologies
which correspond to the imports closure of a given ontology.OWLOntologySetProvider which provides a set containing the imports
closure of a given ontology.
OWLOntologySingletonSetProvider which provides a singleton
set contain the specified ontology.
OWLParser.OWLParserFactoryRegistry provides a central point for
the registration of parser factories that create parsers to parse OWL
ontologies.IOExceptionOWLOntologyDocumentTarget.
OWLOntologyManager which should be used to load
imports etc.
SWRLAtoms that are either
OWLLiterals or variables for
individuals SWRLLiteralVariableSWRLAtoms that are either
OWLIndividuals or variables for
individuals SWRLIndividualArgumentOWLClassExpression.
OWLClassExpression.
OWLUnionOf.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||