|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateableTaxonomy | |
|---|---|
| org.semanticweb.elk.reasoner.stages | |
| org.semanticweb.elk.reasoner.taxonomy | |
| org.semanticweb.elk.reasoner.taxonomy.model | |
| Uses of UpdateableTaxonomy in org.semanticweb.elk.reasoner.stages |
|---|
| Methods in org.semanticweb.elk.reasoner.stages that return UpdateableTaxonomy | |
|---|---|
UpdateableTaxonomy<ElkClass> |
ClassTaxonomyState.getTaxonomy()
|
| Uses of UpdateableTaxonomy in org.semanticweb.elk.reasoner.taxonomy |
|---|
| Subinterfaces of UpdateableTaxonomy in org.semanticweb.elk.reasoner.taxonomy | |
|---|---|
interface |
IndividualClassTaxonomy
A marker interface for taxonomy of classes and their instances (individuals). |
| Classes in org.semanticweb.elk.reasoner.taxonomy that implement UpdateableTaxonomy | |
|---|---|
class |
ConcurrentClassTaxonomy
Class taxonomy that is suitable for concurrent processing. |
class |
ConcurrentInstanceTaxonomy
Class taxonomy that is suitable for concurrent processing. |
| Methods in org.semanticweb.elk.reasoner.taxonomy that return UpdateableTaxonomy | |
|---|---|
UpdateableTaxonomy<ElkClass> |
ClassTaxonomyComputation.getTaxonomy()
|
UpdateableTaxonomy<ElkClass> |
ClassTaxonomyComputationFactory.getTaxonomy()
Returns the taxonomy constructed by this engine |
| Constructors in org.semanticweb.elk.reasoner.taxonomy with parameters of type UpdateableTaxonomy | |
|---|---|
ClassTaxonomyComputation(Collection<? extends Collection<IndexedClass>> inputs,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor,
SaturationState saturationState,
UpdateableTaxonomy<ElkClass> partialTaxonomy)
|
|
ClassTaxonomyComputationFactory(SaturationState saturationState,
int maxWorkers,
UpdateableTaxonomy<ElkClass> partialTaxonomy)
Create a shared engine for the input ontology index and a partially pre-computed taxonomy object. |
|
ConcurrentInstanceTaxonomy(UpdateableTaxonomy<ElkClass> classTaxonomy)
|
|
| Uses of UpdateableTaxonomy in org.semanticweb.elk.reasoner.taxonomy.model |
|---|
| Subinterfaces of UpdateableTaxonomy in org.semanticweb.elk.reasoner.taxonomy.model | |
|---|---|
interface |
UpdateableInstanceTaxonomy<T extends ElkObject,I extends ElkObject>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||