@PortedFrom(file="DLConceptTaxonomy.h", name="DLConceptTaxonomy") public class DLConceptTaxonomy extends TaxonomyCreator
| Constructor and Description |
|---|
DLConceptTaxonomy(Taxonomy pTax,
TBox tbox)
the only c'tor
|
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapitools.decomposition.Signature |
buildSignature(ClassifiableEntry p)
prepare signature for given entry
|
void |
fillCandidates(TaxonomyVertex cur)
fill candidates
|
void |
preClassificationActions()
actions that to be done BEFORE entry will be classified
|
void |
reclassify(Set<org.semanticweb.owlapi.model.OWLEntity> plus,
Set<org.semanticweb.owlapi.model.OWLEntity> minus) |
void |
reclassify(TaxonomyVertex node,
org.semanticweb.owlapitools.decomposition.Signature s) |
void |
runBottomUp()
explicitely run BU phase
|
void |
runTopDown()
explicitely run TD phase
|
void |
setBottomUp(KBFlags gcis)
set bottom-up flag
|
String |
toString() |
addPossibleParent, classifyEntry, getValue, isDirectParent, isValued, setCompletelyDefined, setValue@PortedFrom(file="DLConceptTaxonomy.h", name="runTopDown") public void runTopDown()
@PortedFrom(file="DLConceptTaxonomy.h", name="runBottomUp") public void runBottomUp()
@PortedFrom(file="DLConceptTaxonomy.h", name="preClassificationActions") public void preClassificationActions()
@PortedFrom(file="DLConceptTaxonomy.h", name="setBottomUp") public void setBottomUp(KBFlags gcis)
gcis - GCIs@Nullable @PortedFrom(file="DLConceptTaxonomy.h", name="buildSignature") public org.semanticweb.owlapitools.decomposition.Signature buildSignature(ClassifiableEntry p)
TaxonomyCreatorp - ppublic String toString()
toString in class TaxonomyCreatorpublic void fillCandidates(TaxonomyVertex cur)
cur - vertex to add to candidates (and its updirection neighborspublic void reclassify(Set<org.semanticweb.owlapi.model.OWLEntity> plus, Set<org.semanticweb.owlapi.model.OWLEntity> minus)
plus - plusminus - minuspublic void reclassify(TaxonomyVertex node, @Nullable org.semanticweb.owlapitools.decomposition.Signature s)
node - nodes - sCopyright © 2018 The University of Manchester. All rights reserved.