Click or drag to resize

TripleStore.RemoveInferenceEngine 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.Inference.IInferenceEngine
Reasoner to remove.

Implements

IInferencingTripleStore.RemoveInferenceEngine(IInferenceEngine)
See Also