@defaultNested {
Deinitialize this actor. This should be used for cleaning up things when the application is shut down, such as closing files and removing temporary files.
A promise that resolves when the actor has been deinitialized.
Get the media type formats of this given actor.
An optional context.
} A promise that resolves to the media types.
Get the media type of this given actor.
An optional context.
} A promise that resolves to the media types.
Initialize this actor. This should be used for doing things that take a while, such as opening files.
A promise that resolves when the actor has been initialized.
Run the given handle action on this actor.
The handle action to run.
The media type to run with.
An optional context.
A promise that resolves to the handle run result.
Run the given action on this actor AND invokes the {@link Bus#onRun} method.
The action to run.
A promise that resolves to the run result.
Check if this actor can run the given handle action, without actually running it.
The handle action to test.
The media type to test.
An optional context.
A promise that resolves to the handle test result.
Check if this actor can emit its media types.
An optional context.
A promise that resolves to the media type run result.
Check if this actor can emit its media type formats.
An optional context.
A promise that resolves to the media type run result.
Get the logger from the given context.
An optional context.
The logger or undefined.
Generated using TypeDoc
A comunica actor for parsing reasoning rules
Actor types:
IActionRuleParse
IActorRuleParseOutput