Uses of Interface
org.semanticweb.owlapi.model.OWLDataFactory
Packages that use OWLDataFactory
Package
Description
Explanation package.
Binding package.
Ontology change classes.
Debugging package.
DL syntax parser.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Normal form package.
RDF/XML syntax parser and renderer.
OWLReasoner implementation package.
Utilities package.
Vocabulary package.
Builders package.
OWL API reference implementation package.
-
Uses of OWLDataFactory in com.clarkparsia.owlapi.explanation
Constructors in com.clarkparsia.owlapi.explanation with parameters of type OWLDataFactoryModifierConstructorDescriptionSatisfiabilityConverter
(OWLDataFactory factory) Instantiates a new satisfiability converter. -
Uses of OWLDataFactory in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLDataFactoryModifier and TypeMethodDescriptionstatic OWLDataFactory
OWLManager.getOWLDataFactory()
Gets a global data factory that can be used to create OWL API objects.static OWLDataFactory
OWLManager.getOWLDataFactory
(OWLOntologyLoaderConfiguration config) Gets a global data factory that can be used to create OWL API objects. -
Uses of OWLDataFactory in org.semanticweb.owlapi.change
Constructors in org.semanticweb.owlapi.change with parameters of type OWLDataFactoryModifierConstructorDescriptionAddClassExpressionClosureAxiom
(OWLDataFactory dataFactory, OWLClass cls, OWLObjectPropertyExpression property, Collection<OWLOntology> ontologies, OWLOntology targetOntology) Creates a composite change that will add a closure axiom for a given class along a specified property.AmalgamateSubClassAxioms
(OWLDataFactory dataFactory, Collection<OWLOntology> ontologies) Instantiates a new amalgamate sub class axioms.ConvertEquivalentClassesToSuperClasses
(OWLDataFactory dataFactory, OWLClass cls, Collection<OWLOntology> ontologies, OWLOntology targetOntology, boolean splitIntersections) Instantiates a new convert equivalent classes to super classes.ConvertPropertyAssertionsToAnnotations
(OWLDataFactory dataFactory, Collection<OWLOntology> ontologies) Instantiates a new convert property assertions to annotations.ConvertSuperClassesToEquivalentClass
(OWLDataFactory dataFactory, OWLClass cls, Collection<OWLOntology> ontologies, OWLOntology targetOntology) Instantiates a new convert super classes to equivalent class.CreateValuePartition
(OWLDataFactory dataFactory, OWLClass valuePartitionClass, Collection<OWLClass> valuePartionClasses, OWLObjectProperty valuePartitionProperty, OWLOntology targetOntology) Creates a composite change that will create a value partition.MakeClassesMutuallyDisjoint
(OWLDataFactory dataFactory, Collection<? extends OWLClassExpression> classExpressions, boolean usePairwiseDisjointAxioms, OWLOntology targetOntology) Creates a composite change which makes a set of classes mutually disjoint.MakePrimitiveSubClassesMutuallyDisjoint
(OWLDataFactory dataFactory, OWLClass cls, OWLOntology targetOntology) Instantiates a new make primitive sub classes mutually disjoint.MakePrimitiveSubClassesMutuallyDisjoint
(OWLDataFactory dataFactory, OWLClass cls, OWLOntology targetOntology, boolean usePairwiseDisjointAxioms) Instantiates a new make primitive sub classes mutually disjoint.RemoveAllDisjointAxioms
(OWLDataFactory dataFactory, Collection<OWLOntology> ontologies) Instantiates a new removes the all disjoint axioms.ShortForm2AnnotationGenerator
(OWLDataFactory df, OWLOntologyManager ontologyManager, OWLOntology ontology, ShortFormProvider shortFormProvider, IRI annotationIRI) Instantiates a new short form2 annotation generator.ShortForm2AnnotationGenerator
(OWLDataFactory df, OWLOntologyManager ontologyManager, OWLOntology ontology, ShortFormProvider shortFormProvider, IRI annotationIRI, String languageTag) Instantiates a new short form2 annotation generator.SplitSubClassAxioms
(Collection<OWLOntology> ontologies, OWLDataFactory dataFactory) Creates a composite change to split subclass axioms into multiple more fine grained subclass axioms. -
Uses of OWLDataFactory in org.semanticweb.owlapi.debugging
Constructors in org.semanticweb.owlapi.debugging with parameters of type OWLDataFactoryModifierConstructorDescriptionDebuggerClassExpressionGenerator
(OWLDataFactory dataFactory) Instantiates a new debugger class expression generator. -
Uses of OWLDataFactory in org.semanticweb.owlapi.dlsyntax.parser
Methods in org.semanticweb.owlapi.dlsyntax.parser with parameters of type OWLDataFactory -
Uses of OWLDataFactory in org.semanticweb.owlapi.latex.renderer
Constructors in org.semanticweb.owlapi.latex.renderer with parameters of type OWLDataFactoryModifierConstructorDescriptionLatexObjectVisitor
(LatexWriter writer, OWLDataFactory df) LatexOWLObjectRenderer
(OWLDataFactory dataFactory) -
Uses of OWLDataFactory in org.semanticweb.owlapi.manchestersyntax.parser
Constructors in org.semanticweb.owlapi.manchestersyntax.parser with parameters of type OWLDataFactoryModifierConstructorDescriptionManchesterOWLSyntaxClassExpressionParser
(OWLDataFactory dataFactory, OWLEntityChecker checker) ManchesterOWLSyntaxClassFrameParser
(OWLDataFactory dataFactory, OWLEntityChecker checker) ManchesterOWLSyntaxFramesParser
(OWLDataFactory dataFactory, OWLEntityChecker checker) ManchesterOWLSyntaxInlineAxiomParser
(OWLDataFactory dataFactory, OWLEntityChecker checker) ManchesterOWLSyntaxParserImpl
(OntologyConfigurator configurationProvider, OWLDataFactory dataFactory) -
Uses of OWLDataFactory in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model that return OWLDataFactoryModifier and TypeMethodDescriptionHasDataFactory.getOWLDataFactory()
Gets a data factory which can be used to create OWL API objects such as classes, properties, individuals, axioms etc. -
Uses of OWLDataFactory in org.semanticweb.owlapi.normalform
Constructors in org.semanticweb.owlapi.normalform with parameters of type OWLDataFactoryModifierConstructorDescriptionNegationalNormalFormConverter
(OWLDataFactory dataFactory) Instantiates a new negational normal form converter. -
Uses of OWLDataFactory in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser that return OWLDataFactory -
Uses of OWLDataFactory in org.semanticweb.owlapi.reasoner.impl
Methods in org.semanticweb.owlapi.reasoner.impl that return OWLDataFactoryConstructors in org.semanticweb.owlapi.reasoner.impl with parameters of type OWLDataFactory -
Uses of OWLDataFactory in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util with parameters of type OWLDataFactoryModifier and TypeMethodDescriptionInferredAxiomGenerator.createAxioms
(OWLDataFactory df, OWLReasoner reasoner) InferredEntityAxiomGenerator.createAxioms
(OWLDataFactory df, OWLReasoner reasoner) void
InferredOntologyGenerator.fillOntology
(OWLDataFactory df, OWLOntology ontology) Adds 'inferred axioms' to an ontology using the generators that have been registered with thisInferredAxiomGenerator
.Constructors in org.semanticweb.owlapi.util with parameters of type OWLDataFactoryModifierConstructorDescriptionNNF
(OWLDataFactory datafactory) OWLAnnotationPropertyTransformer
(Map<OWLEntity, OWLEntity> entityIRIReplacementMap, OWLDataFactory dataFactory) Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.OWLAnnotationPropertyTransformer
(OWLDataFactory dataFactory) Creates an object duplicator that duplicates objects using the specified data factory.OWLAnnotationPropertyTransformer
(OWLDataFactory dataFactory, Map<OWLEntity, OWLEntity> iriReplacementMap) Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.OWLObjectTransformer
(Predicate<Object> predicate, Function<T, T> transformer, OWLDataFactory df, Class<T> witness) RemappingIndividualProvider
(boolean remap, OWLDataFactory df) StructuralTransformation
(OWLDataFactory dataFactory) -
Uses of OWLDataFactory in org.semanticweb.owlapi.vocab
Methods in org.semanticweb.owlapi.vocab with parameters of type OWLDataFactoryModifier and TypeMethodDescriptionSKOSVocabulary.getClasses
(OWLDataFactory dataFactory) static Set
<OWLDataProperty> SKOSVocabulary.getDataProperties
(OWLDataFactory dataFactory) static Set
<OWLObjectProperty> SKOSVocabulary.getObjectProperties
(OWLDataFactory dataFactory) -
Uses of OWLDataFactory in org.semanticweb.owlapitools.builders
Constructors in org.semanticweb.owlapitools.builders with parameters of type OWLDataFactoryModifierConstructorDescriptionBuilderAnnotation
(OWLAnnotation expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.BuilderAnnotationProperty
(OWLAnnotationProperty expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.BuilderAnonymousIndividual
(OWLAnonymousIndividual expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.BuilderClass
(OWLClass expected, OWLDataFactory df) Builder initialized from an existing object.BuilderClassAssertion
(OWLClassAssertionAxiom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderComplementOf
(OWLObjectComplementOf expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataAllValuesFrom
(OWLDataAllValuesFrom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataComplementOf
(OWLDataComplementOf expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataExactCardinality
(OWLDataExactCardinality expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataHasValue
(OWLDataHasValue expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataIntersectionOf
(OWLDataIntersectionOf expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataMaxCardinality
(OWLDataMaxCardinality expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataMinCardinality
(OWLDataMinCardinality expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataOneOf
(OWLDataOneOf expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataProperty
(OWLDataProperty expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.BuilderDataPropertyRange
(OWLDataPropertyRangeAxiom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataSomeValuesFrom
(OWLDataSomeValuesFrom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDatatype
(OWLDatatype expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.BuilderDatatypeRestriction
(OWLDatatypeRestriction expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDataUnionOf
(OWLDataUnionOf expected, OWLDataFactory df) Builder initialized from an existing object.BuilderDeclaration
(OWLDeclarationAxiom expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.BuilderDisjointClasses
(OWLDisjointClassesAxiom expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.BuilderDisjointUnion
(OWLDisjointUnionAxiom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderEntity
(OWLEntity expected, OWLDataFactory df) Builder initialized from an existing object.BuilderEquivalentClasses
(OWLEquivalentClassesAxiom expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.BuilderFacetRestriction
(OWLFacetRestriction expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.BuilderHasKey
(OWLHasKeyAxiom expected, OWLDataFactory df) Builder initialized from an existing object.Default constructor.BuilderImportsDeclaration
(OWLImportsDeclaration expected, OWLDataFactory df) Builder initialized from an existing object.BuilderInverseFunctionalObjectProperty
(OWLInverseFunctionalObjectPropertyAxiom expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.BuilderLiteral
(OWLLiteral expected, OWLDataFactory df) Builder initialized from an existing object.BuilderNamedIndividual
(OWLNamedIndividual expected, OWLDataFactory df) Builder initialized from an existing object.BuilderNegativeDataPropertyAssertion
(OWLNegativeDataPropertyAssertionAxiom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderNegativeObjectPropertyAssertion
(OWLNegativeObjectPropertyAssertionAxiom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderObjectAllValuesFrom
(OWLObjectAllValuesFrom expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.BuilderObjectHasSelf
(OWLObjectHasSelf expected, OWLDataFactory df) Builder initialized from an existing object.BuilderObjectHasValue
(OWLObjectHasValue expected, OWLDataFactory df) Builder initialized from an existing object.BuilderObjectIntersectionOf
(OWLObjectIntersectionOf expected, OWLDataFactory df) Builder initialized from an existing object.BuilderObjectInverseOf
(OWLObjectInverseOf expected, OWLDataFactory df) Builder initialized from an existing object.BuilderObjectMaxCardinality
(OWLObjectMaxCardinality expected, OWLDataFactory df) Builder initialized from an existing object.BuilderObjectMinCardinality
(OWLObjectMinCardinality expected, OWLDataFactory df) Builder initialized from an existing object.BuilderObjectProperty
(OWLObjectProperty expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.BuilderObjectSomeValuesFrom
(OWLObjectSomeValuesFrom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderOneOf
(OWLObjectOneOf expected, OWLDataFactory df) Builder initialized from an existing object.BuilderPropertyChain
(OWLSubPropertyChainOfAxiom expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.BuilderSameIndividual
(OWLSameIndividualAxiom expected, OWLDataFactory df) builder initialized from an existing object.Builder initialized from an existing object.BuilderSubClass
(OWLSubClassOfAxiom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderSubDataProperty
(OWLSubDataPropertyOfAxiom expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.BuilderSWRLBuiltInAtom
(SWRLBuiltInAtom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderSWRLClassAtom
(SWRLClassAtom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderSWRLDataPropertyAtom
(SWRLDataPropertyAtom expected, OWLDataFactory df) Builder initialized from an existing object.BuilderSWRLDataRangeAtom
(SWRLDataRangeAtom expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.BuilderSWRLLiteralArgument
(SWRLLiteralArgument expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.BuilderSWRLRule
(SWRLRule expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.BuilderSWRLVariable
(SWRLVariable expected, OWLDataFactory df) Builder initialized from an existing object.Builder initialized from an existing object.Builder initialized from an existing object.BuilderUnionOf
(OWLObjectUnionOf expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLDataFactory in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLDataFactoryMethods in uk.ac.manchester.cs.owl.owlapi that return OWLDataFactoryConstructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLDataFactoryModifierConstructorDescriptionOWLOntologyManagerImpl
(OWLDataFactory dataFactory, ReadWriteLock readWriteLock) OWLOntologyManagerImpl
(OWLDataFactory dataFactory, ReadWriteLock readWriteLock, PriorityCollectionSorting sorting)