Show / Hide Table of Contents

Class PelletService

Class representing Services provided by a Pellet Server Knowledge Base.
Inheritance
System.Object
PelletService
ClassifyService
ClusterService
ConsistencyService
ExplainService
IntegrityConstraintValidationService
NamespaceService
PredictService
QueryService
RealizeService
SearchService
SimilarityService
UnsupportedService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Inference.Pellet
Assembly: dotNetRDF.dll
Syntax
public abstract class PelletService

Constructors

| Improve this Doc View Source

PelletService(String, JObject)

Creates a new Pellet Service instance.
Declaration
protected PelletService(string name, JObject obj)
Parameters
Type Name Description
System.String name Service Name.
Newtonsoft.Json.Linq.JObject obj JSON Object representing the Service.

Properties

| Improve this Doc View Source

Endpoint

Gets the Endpoint for this Service.
Declaration
public ServiceEndpoint Endpoint { get; }
Property Value
Type Description
ServiceEndpoint
| Improve this Doc View Source

MimeTypes

Gets the Response MIME Types supported by the Service.
Declaration
public IEnumerable<string> MimeTypes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
| Improve this Doc View Source

Name

Gets the Name of the Service.
Declaration
public string Name { get; }
Property Value
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PelletService(String, JObject)
  • Properties
    • Endpoint
    • MimeTypes
    • Name
  • Extension Methods
Back to top Generated by DocFX