Comunica
    Preparing search index...

    The entrypoint of a compiled expression evaluation config. It only holds the mediators needed for expression evaluation, and is wrapped by an ExpressionEngineBase.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<IActionInit, IActorTest, IActorOutputInit, undefined>[] = []

    Actor that must be registered in the bus before this actor.

    bus: Bus<
        Actor<IActionInit, IActorTest, IActorOutputInit, undefined>,
        IActionInit,
        IActorTest,
        IActorOutputInit,
        undefined,
    >

    The bus this actor subscribes to.

    mediatorBindingsAggregatorFactory: MediatorBindingsAggregatorFactory
    mediatorExpressionEvaluatorFactory: MediatorExpressionEvaluatorFactory
    mediatorTermComparatorFactory: MediatorTermComparatorFactory
    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods