Comunica
    Preparing search index...

    Class ActorBindingsAggregatorFactory<TS>Abstract

    A comunica actor for creating Binding-Aggregator-factories.

    Actor types:

    • Input: IActionBindingsAggregatorFactory: A SPARQL expression and a factory for an expression evaluator.
    • Test:
    • Output: IActorBindingsAggregatorFactoryOutput: An aggregator of RDF bindings.
    • IActionBindingsAggregatorFactory
    • IActorBindingsAggregatorFactoryOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionBindingsAggregatorFactory,
        IActorTest,
        IActorBindingsAggregatorFactoryOutput,
        TS,
    >[] = []

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

    bus: Bus<
        Actor<
            IActionBindingsAggregatorFactory,
            IActorTest,
            IActorBindingsAggregatorFactoryOutput,
            TS,
        >,
        IActionBindingsAggregatorFactory,
        IActorTest,
        IActorBindingsAggregatorFactoryOutput,
        TS,
    >

    The bus this actor subscribes to.

    mediatorExpressionEvaluatorFactory: MediatorExpressionEvaluatorFactory
    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods