SemWeb : SemWeb.Inference Namespace
Reasoner Class

Documentation for this section has not yet been entered.

public abstract class Reasoner

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.0, 1.0.6.2

Members

See Also: Inherited members from object.

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
abstract
Distinct bool . Documentation for this section has not yet been entered.

Public Methods

abstract
MetaQuery (SemWeb.Statement[], SemWeb.Query.QueryOptions, SemWeb.SelectableSource) : SemWeb.Query.MetaQueryResult
Documentation for this section has not yet been entered.
abstract
Query (SemWeb.Statement[], SemWeb.Query.QueryOptions, SemWeb.SelectableSource, SemWeb.Query.QueryResultSink)
Documentation for this section has not yet been entered.
abstract
Select (SemWeb.SelectFilter, SemWeb.SelectableSource, SemWeb.StatementSink)
Documentation for this section has not yet been entered.
Select (SemWeb.Statement, SemWeb.SelectableSource, SemWeb.StatementSink)
Documentation for this section has not yet been entered.

Member Details

Reasoner Constructor

Documentation for this section has not yet been entered.

protected Reasoner ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

Distinct Property

Documentation for this section has not yet been entered.

public abstract bool Distinct { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

MetaQuery Method

Documentation for this section has not yet been entered.

Parameters

graph
Documentation for this section has not yet been entered.
options
Documentation for this section has not yet been entered.
targetModel
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

Query Method

Documentation for this section has not yet been entered.

public abstract void Query (SemWeb.Statement[] graph, SemWeb.Query.QueryOptions options, SemWeb.SelectableSource targetModel, SemWeb.Query.QueryResultSink result)

Parameters

graph
Documentation for this section has not yet been entered.
options
Documentation for this section has not yet been entered.
targetModel
Documentation for this section has not yet been entered.
result
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

Select Method

Documentation for this section has not yet been entered.

public abstract void Select (SemWeb.SelectFilter filter, SemWeb.SelectableSource targetModel, SemWeb.StatementSink sink)

Parameters

filter
Documentation for this section has not yet been entered.
targetModel
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

Select Method

Documentation for this section has not yet been entered.

public void Select (SemWeb.Statement template, SemWeb.SelectableSource targetModel, SemWeb.StatementSink sink)

Parameters

template
Documentation for this section has not yet been entered.
targetModel
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Inference
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2