KnowledgeBaseGetService Method (Type) |
Gets the first available implementation of the given Service Type for this Knowledge Base.
Namespace:
VDS.RDF.Query.Inference.Pellet
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public PelletService GetService(
Type t
)
Public Function GetService (
t As Type
) As PelletService
Parameters
- t
- Type: SystemType
Service Type.
Return Value
Type:
PelletService
Either the Service or a Null if the Knowledge Base does not expose a Service of the given Type.
See Also