Click or drag to resize

PelletServer Class

Represents a Connection to a Pellet Server.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.Inference.PelletPelletServer

Namespace:  VDS.RDF.Query.Inference.Pellet
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class PelletServer

The PelletServer type exposes the following members.

Constructors
  NameDescription
Public methodPelletServer(String)
Creates a new connection to a Pellet Server.
Public methodPelletServer(Uri)
Creates a new connection to a Pellet Server.
Top
Properties
  NameDescription
Public propertyKnowledgeBases
Gets the Knowledge Bases available from this Pellet Server.
Top
Methods
  NameDescription
Public methodStatic memberConnect(String, PelletServerReadyCallback, Object)
Connects to a Pellet Server instance asynchronously invoking the callback when the connection is ready.
Public methodStatic memberConnect(Uri, PelletServerReadyCallback, Object)
Connects to a Pellet Server instance asynchronously invoking the callback when the connection is ready.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKnowledgeBase
Gets the Knowledge Base with the given Name.
Public methodGetKnowledgeBases
Gets all the Knowledge Bases which support a given Server.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasKnowledgeBase(String)
Gets whether the Server has a Knowledge Base with the given Name.
Public methodHasKnowledgeBase(Type)
Gets whether the Server has a Knowledge Base which supports the given Service Type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also