Click or drag to resize

PelletReasoner Methods

The PelletReasoner type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a Graph to the Knowledge Base.
Public methodClassify
Extracts the triples which comprise the class hierarchy.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecuteQuery
Executes a SPARQL Query against the underlying Knowledge Base.
Public methodExtract(IEnumerableString)
Extracts all possible triples using the given extraction modes.
Public methodExtract(String)
Extracts all possible triples using the given extraction mode.
Public methodExtract(IGraph, INode)
Extract a reasoning enhanced sub-graph from the given Graph rooted at the given Node.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsConsistent
Returns whether the underlying knowledge base is consistent.
Public methodIsConsistent(IGraph)
Returns whether the given Graph is consistent with the underlying knowledge base.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRealize
Extracts the triples which comprise the class hierarchy and individuals of those classes.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also