public class InferredDisjointClassesAxiomGenerator extends InferredClassAxiomGenerator<OWLDisjointClassesAxiom>
| Constructor and Description |
|---|
InferredDisjointClassesAxiomGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAxioms(OWLClass entity,
OWLReasoner reasoner,
OWLDataFactory dataFactory,
Set<OWLDisjointClassesAxiom> result)
Adds inferred axioms to a results set.
|
String |
getLabel() |
getEntitiescreateAxioms, getAllEntities, toStringpublic InferredDisjointClassesAxiomGenerator()
protected void addAxioms(OWLClass entity, OWLReasoner reasoner, OWLDataFactory dataFactory, Set<OWLDisjointClassesAxiom> result)
InferredEntityAxiomGeneratoraddAxioms in class InferredEntityAxiomGenerator<OWLClass,OWLDisjointClassesAxiom>entity - The entityreasoner - The reasoner that has inferred the new axiomsdataFactory - A data factory which should be used to create the new axiomsresult - The results set, which the new axioms should be added to.public String getLabel()
Copyright © 2014 The University of Manchester. All Rights Reserved.