|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ProgressMonitor in org.semanticweb.elk.reasoner |
|---|
| Classes in org.semanticweb.elk.reasoner that implement ProgressMonitor | |
|---|---|
class |
DummyProgressMonitor
A progress monitor that does nothing. |
| Fields in org.semanticweb.elk.reasoner declared as ProgressMonitor | |
|---|---|
protected ProgressMonitor |
Reasoner.progressMonitor
The progress monitor that is used for reporting progress. |
protected ProgressMonitor |
ReasonerComputation.progressMonitor
the progress monitor used to report the progress of this computation |
| Methods in org.semanticweb.elk.reasoner that return ProgressMonitor | |
|---|---|
protected ProgressMonitor |
Reasoner.getProgressMonitor()
|
| Methods in org.semanticweb.elk.reasoner with parameters of type ProgressMonitor | |
|---|---|
void |
Reasoner.setProgressMonitor(ProgressMonitor progressMonitor)
Set the progress monitor that will be used for reporting progress on all potentially long-running operations. |
| Constructors in org.semanticweb.elk.reasoner with parameters of type ProgressMonitor | |
|---|---|
ReasonerComputation(Collection<? extends I> inputs,
F inputProcessorFactory,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor)
|
|
| Uses of ProgressMonitor in org.semanticweb.elk.reasoner.consistency |
|---|
| Constructors in org.semanticweb.elk.reasoner.consistency with parameters of type ProgressMonitor | |
|---|---|
ConsistencyChecking(Collection<IndexedClassEntity> inputEntities,
org.semanticweb.elk.reasoner.consistency.ConsistencyChecking.ConsistencyMonitor consistencyMonitor,
SaturationState saturationState,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor)
Constructing the object for checking if all given entities are consistent. |
|
ConsistencyChecking(ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor,
OntologyIndex ontologyIndex,
SaturationState saturationState)
Constructing the object for checking if the given ontology is consistent |
|
| Uses of ProgressMonitor in org.semanticweb.elk.reasoner.incremental |
|---|
| Constructors in org.semanticweb.elk.reasoner.incremental with parameters of type ProgressMonitor | |
|---|---|
IncrementalChangesInitialization(Collection<ArrayList<Context>> inputs,
ChainableRule<Context> changedGlobalRules,
Map<IndexedClassExpression,ChainableRule<Context>> changes,
SaturationState state,
ComputationExecutor executor,
SaturationStatistics stageStats,
int maxWorkers,
ProgressMonitor progressMonitor)
|
|
| Uses of ProgressMonitor in org.semanticweb.elk.reasoner.saturation |
|---|
| Constructors in org.semanticweb.elk.reasoner.saturation with parameters of type ProgressMonitor | |
|---|---|
ClassExpressionNoInputSaturation(ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor,
RuleApplicationFactory ruleAppFactory,
ContextModificationListener contextModificationListener)
|
|
ClassExpressionSaturation(Collection<I> inputs,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor,
RuleApplicationFactory ruleAppFactory)
|
|
ClassExpressionSaturation(Collection<I> inputs,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor,
SaturationState saturationState)
|
|
ClassExpressionSaturation(Collection<I> inputs,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor,
SaturationState saturationState,
ClassExpressionSaturationListener<SaturationJob<I>> listener)
|
|
| Uses of ProgressMonitor in org.semanticweb.elk.reasoner.saturation.properties |
|---|
| Constructors in org.semanticweb.elk.reasoner.saturation.properties with parameters of type ProgressMonitor | |
|---|---|
PropertyHierarchyCompositionComputation(OntologyIndex ontIndex,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor)
|
|
ReflexivePropertyComputation(OntologyIndex ontIndex,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor)
|
|
| Uses of ProgressMonitor in org.semanticweb.elk.reasoner.stages |
|---|
| Methods in org.semanticweb.elk.reasoner.stages that return ProgressMonitor | |
|---|---|
protected abstract ProgressMonitor |
AbstractReasonerState.getProgressMonitor()
|
| Uses of ProgressMonitor in org.semanticweb.elk.reasoner.taxonomy |
|---|
| Constructors in org.semanticweb.elk.reasoner.taxonomy with parameters of type ProgressMonitor | |
|---|---|
ClassTaxonomyComputation(Collection<? extends Collection<IndexedClass>> inputs,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor,
SaturationState saturationState,
UpdateableTaxonomy<ElkClass> partialTaxonomy)
|
|
InstanceTaxonomyComputation(Collection<IndexedIndividual> inputs,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor,
SaturationState saturationState,
UpdateableInstanceTaxonomy<ElkClass,ElkNamedIndividual> partialTaxonomy)
|
|
TaxonomyCleaning(Collection<IndexedClassEntity> inputs,
ClassTaxonomyState classTaxonomyState,
InstanceTaxonomyState instanceTaxonomyState,
ComputationExecutor executor,
int maxWorkers,
ProgressMonitor progressMonitor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||