Show / Hide Table of Contents

Class ClassifyService

Represents the Classify Service provided by a Pellet Server.
Inheritance
System.Object
PelletService
ClassifyService
Inherited Members
PelletService.Name
PelletService.Endpoint
PelletService.MimeTypes
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.Services
Assembly: dotNetRDF.dll
Syntax
public class ClassifyService : PelletService

Methods

| Improve this Doc View Source

Classify()

Extracts the Graph which comprises the class hierarchy.
Declaration
public IGraph Classify()
Returns
Type Description
IGraph
| Improve this Doc View Source

Classify(GraphCallback, Object)

Extracts the Graph which comprises the class hierarchy.
Declaration
public void Classify(GraphCallback callback, object state)
Parameters
Type Name Description
GraphCallback callback Callback for when the operation completes.
System.Object state State to be passed to the callback.
Remarks
If the operation succeeds the callback will be invoked normally, if there is an error the callback will be invoked with a instance of AsyncError passed as the state which provides access to the error message and the original state passed in.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Classify()
    • Classify(GraphCallback, Object)
  • Extension Methods
Back to top Generated by DocFX