KnowledgeBaseSupportsService Method (Type) |
Gets whether a Service is supported by the Knowledge Base.
Namespace:
VDS.RDF.Query.Inference.Pellet
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool SupportsService(
Type t
)
Public Function SupportsService (
t As Type
) As Boolean
Parameters
- t
- Type: SystemType
Service Type.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.KnowledgeBase.SupportsService(System.Type)"]
See Also