Module @comunica/bus-function-factory - v4.0.2

Comunica Bus Function Factory

npm version

A comunica bus for function factory events.

This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.

Click here if you just want to query with Comunica.

$ yarn add @comunica/bus-function-factory
  • Context: "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-function-factory/^1.0.0/components/context.jsonld"
  • Bus name: ActorFunctionFactory:_default_bus

When a mediator is required, the argument should get the MediatorFunctionFactoryUnsafe and manually cast it to MediatorFunctionFactory. We require this work around because Components.js does not support the complex type of MediatorFunctions.

Actors extending ActorFunctionFactory are automatically subscribed to this bus.

Classes

ActorFunctionFactory
ActorFunctionFactoryDedicated
BusFunctionFactory
ExpressionFunctionBase
MediatorFunctionFactory
TermFunctionBase

Interfaces

IActionFunctionFactory
IActorFunctionFactoryDedicatedArgs
IActorFunctionFactoryOutput
IActorFunctionFactoryOutputTerm
IExpressionFunction
ITermFunction

Type Aliases

IActorFunctionFactoryArgs
MediatorFunctionFactoryUnsafe