Readonly
beforeActor that must be registered in the bus before this actor.
Readonly
busThe bus this actor subscribes to.
Readonly
mediatorReadonly
nameThe name for this actor.
Readonly
operationProtected
getOptional
data: () => anyProtected
logOptional
data: () => anyProtected
logOptional
data: () => anyProtected
logOptional
data: () => anyProtected
logOptional
data: () => anyProtected
logOptional
data: () => anyProtected
logOptional
data: () => 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.
Static
applyRecursively 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.
Static
applyRecursively 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.
Static
copyCreate a deep copy of the given operation.
An operation.
A callback for recursive operation calls.
The copied operation.
Static
createTransform 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.
Static
getGet the logger from the given context.
An optional context.
The logger or undefined.
Static
joinTransform the given array of operations into a join operation.
The algebra factory.
An array of operations, must contain at least one operation.
A join operation.
Static
unionTransform the given array of operations into a union operation.
The algebra factory.
An array of operations, must contain at least one operation.
A union operation.
A comunica From Query Operation Actor.