Uses of Interface
org.semanticweb.owl.model.OWLDataFactory

Packages that use OWLDataFactory
com.clarkparsia.explanation   
de.uulm.ecs.ai.owl.krssparser   
org.coode.manchesterowlsyntax   
org.coode.obo.parser   
org.coode.owl.krssparser   
org.coode.owl.latex   
org.coode.owl.owlxmlparser   
org.coode.owl.rdfxml.parser   
org.semanticweb.owl   
org.semanticweb.owl.apibinding   
org.semanticweb.owl.debugging   
org.semanticweb.owl.model   
org.semanticweb.owl.normalform   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax.parser   
uk.ac.manchester.cs.owl.inference.dig11   
 

Uses of OWLDataFactory in com.clarkparsia.explanation
 

Constructors in com.clarkparsia.explanation with parameters of type OWLDataFactory
SatisfiabilityConverter(OWLDataFactory factory)
           
 

Uses of OWLDataFactory in de.uulm.ecs.ai.owl.krssparser
 

Methods in de.uulm.ecs.ai.owl.krssparser with parameters of type OWLDataFactory
 void KRSS2Parser.setOntology(OWLOntology ontology, OWLDataFactory dataFactory)
           
 

Uses of OWLDataFactory in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return OWLDataFactory
 OWLDataFactory ManchesterOWLSyntaxEditorParser.getDataFactory()
           
 

Constructors in org.coode.manchesterowlsyntax with parameters of type OWLDataFactory
ManchesterOWLSyntaxClassFrameParser(OWLDataFactory dataFactory, OWLEntityChecker checker)
           
ManchesterOWLSyntaxDescriptionParser(OWLDataFactory dataFactory, OWLEntityChecker checker)
           
ManchesterOWLSyntaxEditorParser(OWLDataFactory dataFactory, java.lang.String s)
           
 

Uses of OWLDataFactory in org.coode.obo.parser
 

Methods in org.coode.obo.parser that return OWLDataFactory
 OWLDataFactory TagValueHandler.getDataFactory()
           
 OWLDataFactory AbstractTagValueHandler.getDataFactory()
           
 

Uses of OWLDataFactory in org.coode.owl.krssparser
 

Methods in org.coode.owl.krssparser with parameters of type OWLDataFactory
 void KRSSParser.setOntology(OWLOntology ontology, OWLDataFactory dataFactory)
           
 

Uses of OWLDataFactory in org.coode.owl.latex
 

Constructors in org.coode.owl.latex with parameters of type OWLDataFactory
LatexObjectVisitor(LatexWriter writer, OWLDataFactory df)
           
LatexOWLObjectRenderer(OWLDataFactory dataFactory)
           
 

Uses of OWLDataFactory in org.coode.owl.owlxmlparser
 

Methods in org.coode.owl.owlxmlparser that return OWLDataFactory
 OWLDataFactory OWLXMLParserHandler.getDataFactory()
           
 

Uses of OWLDataFactory in org.coode.owl.rdfxml.parser
 

Methods in org.coode.owl.rdfxml.parser that return OWLDataFactory
 OWLDataFactory OWLRDFConsumer.getDataFactory()
           
 

Uses of OWLDataFactory in org.semanticweb.owl
 

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.
 

Uses of OWLDataFactory in org.semanticweb.owl.apibinding
 

Methods in org.semanticweb.owl.apibinding with parameters of type OWLDataFactory
static OWLOntologyManager OWLManager.createOWLOntologyManager(OWLDataFactory dataFactory)
          Creates an OWL ontology manager that is configured with standard parsers, storeres etc.
 

Uses of OWLDataFactory in org.semanticweb.owl.debugging
 

Constructors in org.semanticweb.owl.debugging with parameters of type OWLDataFactory
DebuggerDescriptionGenerator(OWLDataFactory dataFactory)
           
 

Uses of OWLDataFactory in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataFactory
 OWLDataFactory OWLOntologyManager.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.owl.normalform
 

Constructors in org.semanticweb.owl.normalform with parameters of type OWLDataFactory
NegationalNormalFormConverter(OWLDataFactory dataFactory)
           
 

Uses of OWLDataFactory in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLDataFactory
static
<N extends java.lang.Number>
OWLDataType
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
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMaxExclusiveRestrictedInteger(OWLDataFactory dataFactory, N maxExclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMaxInclusiveRestrictedInteger(OWLDataFactory dataFactory, N maxInclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMinExclusiveRestrictedInt(OWLDataFactory dataFactory, N minExclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMinInclusiveRestrictedInt(OWLDataFactory dataFactory, N minInclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMinMaxExclusiveRestrictedInteger(OWLDataFactory dataFactory, N minExclusive, N maxExclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMinMaxInclusiveRestrictedInteger(OWLDataFactory dataFactory, N minInclusive, N maxInclusive)
           
static
<N extends java.lang.Number>
OWLTypedConstant
OWLDataUtil.getTypedConstant(OWLDataFactory dataFactory, N val)
          Given a number, returns a typed constant that represent the number.
 

Constructors in org.semanticweb.owl.util with parameters of type OWLDataFactory
NNF(OWLDataFactory dataFactory)
           
ObjectPropertySimplifier(OWLDataFactory dataFactory)
           
OWLObjectDuplicator(java.util.Map<OWLEntity,java.net.URI> entityURIReplacementMap, OWLDataFactory dataFactory)
          Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
OWLObjectDuplicator(OWLDataFactory dataFactory)
          Creates an object duplicator that duplicates objects using the specified data factory.
OWLObjectDuplicator(OWLDataFactory dataFactory, java.util.Map<java.net.URI,java.net.URI> uriReplacementMap)
          Creates an object duplicator that duplicates objects using the specified data factory and uri replacement map.
StructuralTransformation(OWLDataFactory dataFactory)
           
 

Uses of OWLDataFactory in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLDataFactory
 class OWLDataFactoryImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLDataFactory
 OWLDataFactory OWLOntologyManagerImpl.getOWLDataFactory()
           
 OWLDataFactory OWLObjectImpl.getOWLDataFactory()
           
 

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)
           
 

Uses of OWLDataFactory in uk.ac.manchester.cs.owl.dlsyntax.parser
 

Methods in uk.ac.manchester.cs.owl.dlsyntax.parser with parameters of type OWLDataFactory
 void DLSyntaxParser.setOWLDataFactory(OWLDataFactory factory)
           
 

Uses of OWLDataFactory in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLDataFactory
 java.util.Iterator<DIGQueryResponse> DIGTranslatorImpl.getDIGQueryResponseIterator(OWLDataFactory factory, org.w3c.dom.Document doc)
           
 java.util.Iterator<DIGQueryResponse> DIGTranslator.getDIGQueryResponseIterator(OWLDataFactory factory, org.w3c.dom.Document doc)
          Returns an iterator that can be used to traverse the responses to multiple queries.
 

Constructors in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLDataFactory
DIGQueryResponseImpl(OWLDataFactory kb)
           
DIGQueryResponseIterator(org.w3c.dom.Document doc, OWLDataFactory kb)