ReadonlybeforeActor that must be registered in the bus before this actor.
ReadonlybusThe bus this actor subscribes to.
ReadonlymediatorReadonlynameThe name for this actor.
ReadonlyoperationProtectedgetOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyRun the given action on this actor.
In most cases, this method should not be called directly. Instead, #runObservable should be called.
The action to run.
A promise that resolves to the run result.
Run the given action on this actor AND invokes the Bus#onRun method.
The action to run.
A promise that resolves to the run result.
Check if this actor can run the given action, without actually running it.
The action to test.
A promise that resolves to the test result.
StaticapplyRecursively transform the given operation to use the given graphs as default graph This will (possibly) create a new operation and not modify the given operation.
The algebra factory.
An operation.
Graph terms.
A new operation.
StaticapplyRecursively transform the given operation to use the given graphs as named graph This will (possibly) create a new operation and not modify the given operation.
The algebra factory.
An operation.
Graph terms.
Default graph terms.
A new operation.
StaticcopyCreate a deep copy of the given operation.
An operation.
A callback for recursive operation calls.
The copied operation.
StaticcreateTransform an operation based on the default and named graphs in the pattern.
FROM sets the default graph. If multiple are available, take the union of the operation for all of them at quad-pattern level.
FROM NAMED indicates which named graphs are available. This will rewrite the query so that only triples from the given named graphs can be selected.
The algebra factory.
A from operation.
The transformed operation.
StaticgetGet the logger from the given context.
An optional context.
The logger or undefined.
StaticjoinStaticunion
A comunica From Query Operation Actor.