Uses of Interface
org.semanticweb.owlapi.util.InferredAxiomGenerator
Packages that use InferredAxiomGenerator
-
Uses of InferredAxiomGenerator in org.semanticweb.owlapi.util
Classes in org.semanticweb.owlapi.util that implement InferredAxiomGeneratorModifier and TypeClassDescriptionclass
GeneratesOWLClassAssertionsAxiom
s for inferred individual types.class
InferredClassAxiomGenerator<A extends OWLClassAxiom>
class
class
Generates inferred data property characteristics.class
Generates inferred disjoint axioms - note that this currently uses a very simple inefficient algorithm.class
InferredEntityAxiomGenerator<E extends OWLEntity,
A extends OWLAxiom> Generates axioms which relate to inferred information for a specific entity.class
Generates inferred equivalent classes axioms.class
class
class
class
class
class
class
class
class
class
Methods in org.semanticweb.owlapi.util that return types with arguments of type InferredAxiomGeneratorMethods in org.semanticweb.owlapi.util with parameters of type InferredAxiomGeneratorModifier and TypeMethodDescriptionvoid
InferredOntologyGenerator.addGenerator
(InferredAxiomGenerator<?> generator) Adds a generator if it isn't already in the list of generators.void
InferredOntologyGenerator.removeGenerator
(InferredAxiomGenerator<?> generator) Removes a generator.Constructor parameters in org.semanticweb.owlapi.util with type arguments of type InferredAxiomGeneratorModifierConstructorDescriptionInferredOntologyGenerator
(OWLReasoner reasoner, List<InferredAxiomGenerator<? extends OWLAxiom>> axiomGenerators)