Click or drag to resize

TripleStoreRemoveInferenceEngine Method

Removes an Inference Engine from the Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void RemoveInferenceEngine(
	IInferenceEngine reasoner
)

Parameters

reasoner
Type: VDS.RDF.Query.InferenceIInferenceEngine
Reasoner to remove.

Implements

IInferencingTripleStoreRemoveInferenceEngine(IInferenceEngine)
See Also