A store that draws interences using reasoning engines.
|
Reasoning engines are implemented in the SemWeb.Reasoning namespace.
This class overrides the Contains and Select methods to augment the corresponding methods in the underlying data model with inferences.
The underlying data store should not be modified once it is passed to the constructor of InferenceStore.
See Also: Inherited members from Store.
To be added. |
Engine [read-only] | SemWeb.Reasoning.ReasoningEngine . The reasoning engine passed to the constructor. |
Source [read-only] | Store . The underlying data model passed to the constructor. |
The underlying data model passed to the constructor.
The reasoning engine passed to the constructor.
To be added.