Constructors in org.semanticweb.owl with parameters of type OWLDataFactory |
AddClassDescriptionClosureAxiom(OWLDataFactory dataFactory,
OWLClass cls,
OWLObjectPropertyExpression property,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology)
Creates a composite change that will add a closure axiom for a given class along a
specified property. |
AmalgamateSubClassAxioms(java.util.Set<OWLOntology> ontologies,
OWLDataFactory dataFactory)
|
CoerceConstantsIntoDataPropertyRange(OWLDataFactory dataFactory,
java.util.Set<OWLOntology> ontologies)
|
ConvertEquivalentClassesToSuperClasses(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology,
boolean splitIntersections)
|
ConvertPropertyAssertionsToAnnotations(OWLDataFactory dataFactory,
java.util.Set<OWLOntology> ontologies)
|
ConvertSuperClassesToEquivalentClass(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology)
|
CreateValuePartition(OWLDataFactory dataFactory,
OWLClass valuePartitionClass,
java.util.Set<OWLClass> valuePartionClasses,
OWLObjectProperty valuePartitionProperty,
OWLOntology targetOntology)
Creates a composite change that will create a value partition. |
MakeClassesMutuallyDisjoint(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDescription> descriptions,
boolean usePairwiseDisjointAxioms,
OWLOntology targetOntology)
Creates a composite change which makes a set of classes mutually disjoint |
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology)
|
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology,
boolean usePairwiseDisjointAxioms)
|
RemoveAllDisjointAxioms(OWLDataFactory dataFactory,
java.util.Set<OWLOntology> ontologies)
|
SplitSubClassAxioms(java.util.Set<OWLOntology> ontologies,
OWLDataFactory dataFactory)
Creates a composite change to split subclass axioms into multiple more
fine grained subclass axioms. |
Methods in org.semanticweb.owl.util with parameters of type OWLDataFactory |
static
|
OWLDataUtil.getDataType(OWLDataFactory dataFactory,
N n)
Given a Number , this method returns the datatype of
that number. |
static OWLDataType |
OWLDataUtil.getDoubleDataType(OWLDataFactory dataFactory)
|
static java.util.Set<OWLDataRangeFacetRestriction> |
OWLDataUtil.getFacetRestrictionSet(OWLDataFactory dataFactory,
OWLRestrictedDataRangeFacetVocabulary facet,
OWLTypedConstant facetValue)
|
static OWLDataType |
OWLDataUtil.getFloatDataType(OWLDataFactory dataFactory)
|
static OWLDataType |
OWLDataUtil.getIntDataType(OWLDataFactory dataFactory)
|
static OWLDataType |
OWLDataUtil.getLongDataType(OWLDataFactory dataFactory)
|
static
|
OWLDataUtil.getMaxExclusiveRestrictedInteger(OWLDataFactory dataFactory,
N maxExclusive)
|
static
|
OWLDataUtil.getMaxInclusiveRestrictedInteger(OWLDataFactory dataFactory,
N maxInclusive)
|
static
|
OWLDataUtil.getMinExclusiveRestrictedInt(OWLDataFactory dataFactory,
N minExclusive)
|
static
|
OWLDataUtil.getMinInclusiveRestrictedInt(OWLDataFactory dataFactory,
N minInclusive)
|
static
|
OWLDataUtil.getMinMaxExclusiveRestrictedInteger(OWLDataFactory dataFactory,
N minExclusive,
N maxExclusive)
|
static
|
OWLDataUtil.getMinMaxInclusiveRestrictedInteger(OWLDataFactory dataFactory,
N minInclusive,
N maxInclusive)
|
static
|
OWLDataUtil.getTypedConstant(OWLDataFactory dataFactory,
N val)
Given a number, returns a typed constant that represent the number. |
Constructors in uk.ac.manchester.cs.owl with parameters of type OWLDataFactory |
OWLAnnotationAxiomImpl(OWLDataFactory dataFactory,
S subject,
OWLAnnotation annotation)
|
OWLAnnotationImpl(OWLDataFactory dataFactory,
java.net.URI uri,
O object)
|
OWLAnonymousDescriptionImpl(OWLDataFactory dataFactory)
|
OWLAntiSymmetricObjectPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property)
|
OWLAxiomAnnotationAxiomImpl(OWLDataFactory dataFactory,
OWLAxiom subject,
OWLAnnotation annotation)
|
OWLAxiomImpl(OWLDataFactory dataFactory)
|
OWLClassAssertionAxiomImpl(OWLDataFactory dataFactory,
OWLIndividual individual,
OWLDescription description)
|
OWLClassImpl(OWLDataFactory dataFactory,
java.net.URI uri)
|
OWLCommentAnnotationImpl(OWLDataFactory dataFactory,
OWLConstant object)
|
OWLConstantAnnotationImpl(OWLDataFactory dataFactory,
java.net.URI uri,
OWLConstant object)
|
OWLConstantImpl(OWLDataFactory dataFactory,
java.lang.String literal)
|
OWLDataAllRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLDataRange filler)
|
OWLDataComplementOfImpl(OWLDataFactory dataFactory,
OWLDataRange dataRange)
|
OWLDataExactCardinalityRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
int cardinality,
OWLDataRange filler)
|
OWLDataMaxCardinalityRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
int cardinality,
OWLDataRange filler)
|
OWLDataMinCardinalityRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
int cardinality,
OWLDataRange filler)
|
OWLDataOneOfImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLConstant> values)
|
OWLDataPropertyAssertionAxiomImpl(OWLDataFactory dataFactory,
OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant value)
|
OWLDataPropertyCharacteristicAxiomImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property)
|
OWLDataPropertyDomainAxiomImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLDescription domain)
|
OWLDataPropertyImpl(OWLDataFactory dataFactory,
java.net.URI uri)
|
OWLDataPropertyRangeAxiomImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLDataRange range)
|
OWLDataRangeFacetRestrictionImpl(OWLDataFactory dataFactory,
OWLRestrictedDataRangeFacetVocabulary facet,
OWLTypedConstant facetValue)
|
OWLDataRangeRestrictionImpl(OWLDataFactory dataFactory,
OWLDataRange dataRange,
java.util.Set<OWLDataRangeFacetRestriction> facetRestrictions)
|
OWLDataSomeRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLDataRange filler)
|
OWLDataSubPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty)
|
OWLDataTypeImpl(OWLDataFactory dataFactory,
java.net.URI uri)
|
OWLDataValueRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLConstant value)
|
OWLDeclarationAxiomImpl(OWLDataFactory dataFactory,
OWLEntity entity)
|
OWLDifferentIndividualsAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<OWLIndividual> individuals)
|
OWLDisjointClassesAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDescription> descriptions)
|
OWLDisjointDataPropertiesAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDataPropertyExpression> properties)
|
OWLDisjointObjectPropertiesAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLObjectPropertyExpression> properties)
|
OWLDisjointUnionAxiomImpl(OWLDataFactory dataFactory,
OWLClass owlClass,
java.util.Set<? extends OWLDescription> descriptions)
|
OWLEntityAnnotationAxiomImpl(OWLDataFactory dataFactory,
OWLEntity subject,
OWLAnnotation annotation)
|
OWLEquivalentClassesAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDescription> descriptions)
|
OWLEquivalentDataPropertiesAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDataPropertyExpression> properties)
|
OWLEquivalentObjectPropertiesAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLObjectPropertyExpression> properties)
|
OWLFunctionalDataPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property)
|
OWLFunctionalObjectPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property)
|
OWLImportsDeclarationImpl(OWLDataFactory dataFactory,
OWLOntology subject,
java.net.URI importsURI)
|
OWLIndividualAxiomImpl(OWLDataFactory dataFactory)
|
OWLIndividualRelationshipAxiomImpl(OWLDataFactory dataFactory,
OWLIndividual subject,
P property,
O object)
|
OWLInverseFunctionalObjectPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property)
|
OWLInverseObjectPropertiesAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression first,
OWLObjectPropertyExpression second)
|
OWLIrreflexiveObjectPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property)
|
OWLLabelAnnotationImpl(OWLDataFactory dataFactory,
OWLConstant object)
|
OWLNaryBooleanDescriptionImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDescription> operands)
|
OWLNaryClassAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDescription> descriptions)
|
OWLNaryIndividualAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<OWLIndividual> individuals)
|
OWLNaryPropertyAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends P> properties)
|
OWLNegativeDataPropertyAssertionAxiomImpl(OWLDataFactory dataFactory,
OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
OWLNegativeObjectPropertyAssertionAxiomImpl(OWLDataFactory dataFactory,
OWLIndividual subject,
OWLObjectPropertyExpression property,
OWLIndividual object)
|
OWLObjectAllRestrictionImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property,
OWLDescription filler)
|
OWLObjectAnnotationImpl(OWLDataFactory dataFactory,
java.net.URI uri,
OWLIndividual object)
|
OWLObjectComplementOfImpl(OWLDataFactory dataFactory,
OWLDescription operand)
|
OWLObjectExactCardinalityRestrictionImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property,
int cardinality,
OWLDescription filler)
|
OWLObjectImpl(OWLDataFactory dataFactory)
|
OWLObjectIntersectionOfImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDescription> operands)
|
OWLObjectMaxCardinalityRestrictionImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property,
int cardinality,
OWLDescription filler)
|
OWLObjectMinCardinalityRestrictionImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property,
int cardinality,
OWLDescription filler)
|
OWLObjectOneOfImpl(OWLDataFactory dataFactory,
java.util.Set<OWLIndividual> values)
|
OWLObjectPropertyAssertionAxiomImpl(OWLDataFactory dataFactory,
OWLIndividual subject,
OWLObjectPropertyExpression property,
OWLIndividual object)
|
OWLObjectPropertyChainSubPropertyAxiomImpl(OWLDataFactory dataFactory,
java.util.List<? extends OWLObjectPropertyExpression> propertyChain,
OWLObjectPropertyExpression superProperty)
|
OWLObjectPropertyCharacteristicAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property)
|
OWLObjectPropertyDomainAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property,
OWLDescription domain)
|
OWLObjectPropertyExpressionImpl(OWLDataFactory dataFactory)
|
OWLObjectPropertyImpl(OWLDataFactory dataFactory,
java.net.URI uri)
|
OWLObjectPropertyInverseImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression inverseProperty)
|
OWLObjectPropertyRangeAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property,
OWLDescription range)
|
OWLObjectSelfRestrictionImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property)
|
OWLObjectSomeRestrictionImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property,
OWLDescription filler)
|
OWLObjectSubPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression subProperty,
OWLObjectPropertyExpression superProperty)
|
OWLObjectUnionOfImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDescription> operands)
|
OWLObjectValueRestrictionImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property,
OWLIndividual value)
|
OWLOntologyAnnotationAxiomImpl(OWLDataFactory dataFactory,
OWLOntology subject,
OWLAnnotation annotation)
|
OWLOntologyImpl(OWLDataFactory dataFactory,
java.net.URI uri)
|
OWLOntologyManagerImpl(OWLDataFactory dataFactory)
|
OWLPropertyDomainAxiomImpl(OWLDataFactory dataFactory,
P property,
OWLDescription domain)
|
OWLPropertyExpressionImpl(OWLDataFactory dataFactory)
|
OWLPropertyRangeAxiomImpl(OWLDataFactory dataFactory,
P property,
R range)
|
OWLQuantifiedRestrictionImpl(OWLDataFactory dataFactory,
P property,
F filler)
|
OWLReflexiveObjectPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property)
|
OWLRestrictionImpl(OWLDataFactory dataFactory,
P property)
|
OWLSameIndividualsAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<OWLIndividual> individuals)
|
OWLSubClassAxiomImpl(OWLDataFactory dataFactory,
OWLDescription subClass,
OWLDescription superClass)
|
OWLSubPropertyAxiomImpl(OWLDataFactory dataFactory,
P subProperty,
P superProperty)
|
OWLSymmetricObjectPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property)
|
OWLTransitiveObjectPropertyAxiomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression property)
|
OWLTypedConstantImpl(OWLDataFactory dataFactory,
java.lang.String literal,
OWLDataType dataType)
|
OWLUnaryPropertyAxiomImpl(OWLDataFactory dataFactory,
P property)
|
OWLUntypedConstantImpl(OWLDataFactory dataFactory,
java.lang.String literal,
java.lang.String lang)
|
SWRLAtomConstantObjectImpl(OWLDataFactory dataFactory,
OWLConstant constant)
|
SWRLAtomDVariableImpl(OWLDataFactory dataFactory,
java.net.URI uri)
|
SWRLAtomIndividualObjectImpl(OWLDataFactory dataFactory,
OWLIndividual individual)
|
SWRLAtomIVariableImpl(OWLDataFactory dataFactory,
java.net.URI uri)
|
SWRLBuiltInAtomImpl(OWLDataFactory dataFactory,
SWRLBuiltInsVocabulary predicate,
java.util.List<SWRLAtomDObject> args)
|
SWRLClassAtomImpl(OWLDataFactory dataFactory,
OWLDescription predicate,
SWRLAtomIObject arg)
|
SWRLDataRangeAtomImpl(OWLDataFactory dataFactory,
OWLDataRange predicate,
SWRLAtomDObject arg)
|
SWRLDataValuedPropertyAtomImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression predicate,
SWRLAtomIObject arg0,
SWRLAtomDObject arg1)
|
SWRLDifferentFromAtomImpl(OWLDataFactory dataFactory,
SWRLAtomIObject arg0,
SWRLAtomIObject arg1)
|
SWRLObjectPropertyAtomImpl(OWLDataFactory dataFactory,
OWLObjectPropertyExpression predicate,
SWRLAtomIObject arg0,
SWRLAtomIObject arg1)
|
SWRLRuleImpl(OWLDataFactory dataFactory,
boolean anon,
java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecedent,
java.util.Set<? extends SWRLAtom> consequent)
|
SWRLRuleImpl(OWLDataFactory dataFactory,
java.util.Set<? extends SWRLAtom> antecedent,
java.util.Set<? extends SWRLAtom> consequent)
|
SWRLRuleImpl(OWLDataFactory dataFactory,
java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecedent,
java.util.Set<? extends SWRLAtom> consequent)
|
SWRLSameAsAtomImpl(OWLDataFactory dataFactory,
SWRLAtomIObject arg0,
SWRLAtomIObject arg1)
|
SWRLUnaryAtomImpl(OWLDataFactory dataFactory,
P predicate,
A arg)
|