KnowledgeBaseGetServices Method (Type) |
Gets all the available implementations of the given Service Type for this Knowledge Base.
Namespace:
VDS.RDF.Query.Inference.Pellet
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<PelletService> GetServices(
Type t
)
Public Function GetServices (
t As Type
) As IEnumerable(Of PelletService)
Parameters
- t
- Type: SystemType
Service Type.
Return Value
Type:
IEnumerablePelletService[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.KnowledgeBase.GetServices(System.Type)"]
See Also