|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OWLDataFactory
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
| Methods inherited from interface org.semanticweb.owl.model.SWRLDataFactory |
|---|
getSWRLAtomConstantObject, getSWRLAtomDVariable, getSWRLAtomIndividualObject, getSWRLAtomIVariable, getSWRLBuiltInAtom, getSWRLClassAtom, getSWRLDataRangeAtom, getSWRLDataValuedPropertyAtom, getSWRLDifferentFromAtom, getSWRLObjectPropertyAtom, getSWRLRule, getSWRLRule, getSWRLRule, getSWRLSameAsAtom |
| Method Detail |
|---|
OWLClass getOWLThing()
OWLClass getOWLNothing()
OWLDataType getTopDataType()
OWLClass getOWLClass(java.net.URI uri)
OWLObjectProperty getOWLObjectProperty(java.net.URI uri)
OWLDataProperty getOWLDataProperty(java.net.URI uri)
OWLIndividual getOWLIndividual(java.net.URI uri)
OWLIndividual getOWLAnonymousIndividual(java.net.URI anonId)
OWLDataType getOWLDataType(java.net.URI uri)
OWLDataType getIntegerDataType()
OWLDataType getFloatDataType()
OWLDataType getDoubleDataType()
OWLDataType getBooleanDataType()
OWLTypedConstant getOWLTypedConstant(java.lang.String literal,
OWLDataType dataType)
OWLTypedConstant getOWLTypedConstant(int value)
value - The value of the constant
OWLTypedConstant whose literal is the lexical
value of the integer, and whose data type is xsd:integer.OWLTypedConstant getOWLTypedConstant(double value)
value - The value of the constant
OWLTypedConstant whose literal is the lexical
value of the double, and whose data type is xsd:double.OWLTypedConstant getOWLTypedConstant(boolean value)
value - The value of the constant
OWLTypedConstant whose literal is the lexical
value of the boolean, and whose data type is xsd:boolean.OWLTypedConstant getOWLTypedConstant(float value)
value - The value of the constant
OWLTypedConstant whose literal is the lexical
value of the float, and whose data type is xsd:float.OWLTypedConstant getOWLTypedConstant(java.lang.String value)
value - The value of the constant
OWLTypedConstant whose literal is the lexical
value of the string, and whose data type is xsd:string.OWLUntypedConstant getOWLUntypedConstant(java.lang.String literal)
OWLUntypedConstant getOWLUntypedConstant(java.lang.String literal,
java.lang.String lang)
OWLDataOneOf getOWLDataOneOf(java.util.Set<? extends OWLConstant> values)
OWLDataOneOf getOWLDataOneOf(OWLConstant... values)
OWLDataComplementOf getOWLDataComplementOf(OWLDataRange dataRange)
OWLDataRangeRestriction getOWLDataRangeRestriction(OWLDataRange dataRange,
java.util.Set<OWLDataRangeFacetRestriction> facetRestrictions)
OWLDataRangeRestriction getOWLDataRangeRestriction(OWLDataRange dataRange,
OWLRestrictedDataRangeFacetVocabulary facet,
OWLTypedConstant typedConstant)
OWLDataRangeRestriction getOWLDataRangeRestriction(OWLDataRange dataRange,
OWLDataRangeFacetRestriction... facetRestrictions)
OWLDataRangeFacetRestriction getOWLDataRangeFacetRestriction(OWLRestrictedDataRangeFacetVocabulary facet,
OWLTypedConstant facetValue)
OWLDataRangeFacetRestriction getOWLDataRangeFacetRestriction(OWLRestrictedDataRangeFacetVocabulary facet,
int facetValue)
OWLDataRangeFacetRestriction getOWLDataRangeFacetRestriction(OWLRestrictedDataRangeFacetVocabulary facet,
double facetValue)
OWLDataRangeFacetRestriction getOWLDataRangeFacetRestriction(OWLRestrictedDataRangeFacetVocabulary facet,
float facetValue)
OWLObjectPropertyInverse getOWLObjectPropertyInverse(OWLObjectPropertyExpression property)
OWLObjectIntersectionOf getOWLObjectIntersectionOf(java.util.Set<? extends OWLDescription> operands)
OWLObjectIntersectionOf getOWLObjectIntersectionOf(OWLDescription... operands)
OWLDataAllRestriction getOWLDataAllRestriction(OWLDataPropertyExpression property,
OWLDataRange dataRange)
OWLDataExactCardinalityRestriction getOWLDataExactCardinalityRestriction(OWLDataPropertyExpression property,
int cardinality)
OWLDataExactCardinalityRestriction getOWLDataExactCardinalityRestriction(OWLDataPropertyExpression property,
int cardinality,
OWLDataRange dataRange)
OWLDataMaxCardinalityRestriction getOWLDataMaxCardinalityRestriction(OWLDataPropertyExpression property,
int cardinality)
OWLDataMaxCardinalityRestriction getOWLDataMaxCardinalityRestriction(OWLDataPropertyExpression property,
int cardinality,
OWLDataRange dataRange)
OWLDataMinCardinalityRestriction getOWLDataMinCardinalityRestriction(OWLDataPropertyExpression property,
int cardinality)
OWLDataMinCardinalityRestriction getOWLDataMinCardinalityRestriction(OWLDataPropertyExpression property,
int cardinality,
OWLDataRange dataRange)
OWLDataSomeRestriction getOWLDataSomeRestriction(OWLDataPropertyExpression property,
OWLDataRange dataRange)
OWLDataValueRestriction getOWLDataValueRestriction(OWLDataPropertyExpression property,
OWLConstant value)
OWLObjectComplementOf getOWLObjectComplementOf(OWLDescription operand)
OWLObjectAllRestriction getOWLObjectAllRestriction(OWLObjectPropertyExpression property,
OWLDescription description)
OWLObjectOneOf getOWLObjectOneOf(java.util.Set<OWLIndividual> values)
OWLObjectOneOf getOWLObjectOneOf(OWLIndividual... individuals)
OWLObjectExactCardinalityRestriction getOWLObjectExactCardinalityRestriction(OWLObjectPropertyExpression property,
int cardinality)
OWLObjectExactCardinalityRestriction getOWLObjectExactCardinalityRestriction(OWLObjectPropertyExpression property,
int cardinality,
OWLDescription description)
OWLObjectMinCardinalityRestriction getOWLObjectMinCardinalityRestriction(OWLObjectPropertyExpression property,
int cardinality)
OWLObjectMinCardinalityRestriction getOWLObjectMinCardinalityRestriction(OWLObjectPropertyExpression property,
int cardinality,
OWLDescription description)
OWLObjectMaxCardinalityRestriction getOWLObjectMaxCardinalityRestriction(OWLObjectPropertyExpression property,
int cardinality)
OWLObjectMaxCardinalityRestriction getOWLObjectMaxCardinalityRestriction(OWLObjectPropertyExpression property,
int cardinality,
OWLDescription description)
OWLObjectSelfRestriction getOWLObjectSelfRestriction(OWLObjectPropertyExpression property)
OWLObjectSomeRestriction getOWLObjectSomeRestriction(OWLObjectPropertyExpression property,
OWLDescription description)
OWLObjectValueRestriction getOWLObjectValueRestriction(OWLObjectPropertyExpression property,
OWLIndividual individual)
OWLObjectUnionOf getOWLObjectUnionOf(java.util.Set<? extends OWLDescription> operands)
OWLObjectUnionOf getOWLObjectUnionOf(OWLDescription... operands)
OWLAntiSymmetricObjectPropertyAxiom getOWLAntiSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property)
OWLDataPropertyDomainAxiom getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property,
OWLDescription domain)
OWLDataPropertyRangeAxiom getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression propery,
OWLDataRange owlDataRange)
OWLDataSubPropertyAxiom getOWLSubDataPropertyAxiom(OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty)
OWLDeclarationAxiom getOWLDeclarationAxiom(OWLEntity owlEntity)
OWLDifferentIndividualsAxiom getOWLDifferentIndividualsAxiom(java.util.Set<OWLIndividual> individuals)
OWLDifferentIndividualsAxiom getOWLDifferentIndividualsAxiom(OWLIndividual... individuals)
OWLDisjointClassesAxiom getOWLDisjointClassesAxiom(java.util.Set<? extends OWLDescription> descriptions)
OWLDisjointClassesAxiom getOWLDisjointClassesAxiom(OWLDescription clsA,
OWLDescription clsB)
OWLDisjointClassesAxiom getOWLDisjointClassesAxiom(OWLDescription clsA,
OWLDescription... descriptions)
OWLDisjointDataPropertiesAxiom getOWLDisjointDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
OWLDisjointDataPropertiesAxiom getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression... properties)
OWLDisjointObjectPropertiesAxiom getOWLDisjointObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties)
OWLDisjointObjectPropertiesAxiom getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression... properties)
OWLDisjointUnionAxiom getOWLDisjointUnionAxiom(OWLClass owlClass,
java.util.Set<? extends OWLDescription> descriptions)
OWLEquivalentClassesAxiom getOWLEquivalentClassesAxiom(java.util.Set<? extends OWLDescription> descriptions)
OWLEquivalentClassesAxiom getOWLEquivalentClassesAxiom(OWLDescription clsA,
OWLDescription clsB)
OWLEquivalentDataPropertiesAxiom getOWLEquivalentDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
OWLEquivalentDataPropertiesAxiom getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression... properties)
OWLEquivalentObjectPropertiesAxiom getOWLEquivalentObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties)
OWLEquivalentObjectPropertiesAxiom getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression... properties)
OWLFunctionalDataPropertyAxiom getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property)
OWLFunctionalObjectPropertyAxiom getOWLFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property)
OWLImportsDeclaration getOWLImportsDeclarationAxiom(OWLOntology subject,
java.net.URI importedOntologyURI)
OWLDataPropertyAssertionAxiom getOWLDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
OWLDataPropertyAssertionAxiom getOWLDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
int value)
OWLDataPropertyAssertionAxiom getOWLDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
double value)
OWLDataPropertyAssertionAxiom getOWLDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
float value)
OWLDataPropertyAssertionAxiom getOWLDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
boolean value)
OWLDataPropertyAssertionAxiom getOWLDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
java.lang.String value)
OWLNegativeDataPropertyAssertionAxiom getOWLNegativeDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
OWLNegativeObjectPropertyAssertionAxiom getOWLNegativeObjectPropertyAssertionAxiom(OWLIndividual subject,
OWLObjectPropertyExpression property,
OWLIndividual object)
OWLObjectPropertyAssertionAxiom getOWLObjectPropertyAssertionAxiom(OWLIndividual individual,
OWLObjectPropertyExpression property,
OWLIndividual object)
OWLClassAssertionAxiom getOWLClassAssertionAxiom(OWLIndividual individual,
OWLDescription description)
OWLInverseFunctionalObjectPropertyAxiom getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property)
OWLIrreflexiveObjectPropertyAxiom getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
OWLObjectPropertyDomainAxiom getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLDescription description)
OWLObjectPropertyRangeAxiom getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression property,
OWLDescription range)
OWLObjectSubPropertyAxiom getOWLSubObjectPropertyAxiom(OWLObjectPropertyExpression subProperty,
OWLObjectPropertyExpression superProperty)
OWLReflexiveObjectPropertyAxiom getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
OWLSameIndividualsAxiom getOWLSameIndividualsAxiom(java.util.Set<OWLIndividual> individuals)
OWLSubClassAxiom getOWLSubClassAxiom(OWLDescription subClass,
OWLDescription superClass)
OWLSymmetricObjectPropertyAxiom getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property)
OWLTransitiveObjectPropertyAxiom getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
OWLDeprecatedClassAxiom getOWLDeprecatedClassAxiom(OWLClass owlClass)
OWLDeprecatedObjectPropertyAxiom getOWLDeprecatedObjectPropertyAxiom(OWLObjectProperty property)
OWLDeprecatedDataPropertyAxiom getOWLDeprecatedDataPropertyAxiom(OWLDataProperty property)
OWLObjectPropertyChainSubPropertyAxiom getOWLObjectPropertyChainSubPropertyAxiom(java.util.List<? extends OWLObjectPropertyExpression> chain,
OWLObjectPropertyExpression superProperty)
OWLInverseObjectPropertiesAxiom getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty)
OWLEntityAnnotationAxiom getOWLEntityAnnotationAxiom(OWLEntity entity,
OWLAnnotation annotation)
OWLEntityAnnotationAxiom getOWLEntityAnnotationAxiom(OWLEntity entity,
java.net.URI annotationURI,
OWLConstant value)
OWLEntityAnnotationAxiom getOWLEntityAnnotationAxiom(OWLEntity entity,
java.net.URI annotationURI,
OWLIndividual value)
OWLAxiomAnnotationAxiom getOWLAxiomAnnotationAxiom(OWLAxiom axiom,
OWLAnnotation annotation)
OWLConstantAnnotation getOWLConstantAnnotation(java.net.URI annotationURI,
OWLConstant constant)
OWLObjectAnnotation getOWLObjectAnnotation(java.net.URI annotationURI,
OWLIndividual individual)
OWLLabelAnnotation getOWLLabelAnnotation(java.lang.String label)
label - The label content
OWLLabelAnnotation getOWLLabelAnnotation(java.lang.String label,
java.lang.String language)
label - The label contentlanguage - The language of the labelOWLCommentAnnotation getCommentAnnotation(java.lang.String comment)
OWLCommentAnnotation getCommentAnnotation(java.lang.String comment,
java.lang.String langauge)
comment - The comment contentlangauge - The langauge that the comment is in
OWLOntologyAnnotationAxiom getOWLOntologyAnnotationAxiom(OWLOntology subject,
OWLAnnotation annotation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||