Table of Contents

Namespace Aplib.Core.Intent.Actions

Classes

Action<TBeliefSet>

Describes an action that can be executed and guarded.

QueryAction<TBeliefSet, TQuery>

Describes an action that can be executed and guarded with a query that stores a result. The result can be used in the effect.

Interfaces

IAction<TBeliefSet>

Represents an action that can be executed on a belief set.

IQueryable<TBeliefSet>

Represents an interface for executing queries on a belief set.