public class InferenceModelUpdater extends Object
| Constructor and Description |
|---|
InferenceModelUpdater(TBoxReasoner reasoner,
LockableModel lockableInferencesModel,
LockableOntModel lockableFullModel,
ConfiguredReasonerListener listener) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAddCount() |
int |
getRetractCount() |
void |
update(List<ReasonerStatementPattern> patternList)
Synchronize the inferences model with the reasoner model, with this
proviso:
If a statement exists anywhere in the full TBox, don't bother adding it
to the inferences model.
|
public InferenceModelUpdater(TBoxReasoner reasoner, LockableModel lockableInferencesModel, LockableOntModel lockableFullModel, ConfiguredReasonerListener listener)
public int getAddCount()
public int getRetractCount()
public void update(List<ReasonerStatementPattern> patternList)
Copyright © 2016. All rights reserved.