Table of Contents

Interface IQueryable<TBeliefSet>

Namespace
Aplib.Core.Intent.Actions
Assembly
Aplib.Core.dll

Represents an interface for executing queries on a belief set.

public interface IQueryable<in TBeliefSet> : IAction<TBeliefSet> where TBeliefSet : IBeliefSet

Type Parameters

TBeliefSet

The type of the query object.

Inherited Members
Extension Methods

Methods

Query(TBeliefSet)

Executes a query on the specified belief set.

bool Query(TBeliefSet beliefSet)

Parameters

beliefSet TBeliefSet

The belief set to query.

Returns

bool

A boolean value indicating whether the query executed successfully or not.