Comunica
    Preparing search index...

    Indexed bus for query operations.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    actionIdentifierFields: string[]
    actorIdentifierFields: string[]
    actors: ActorQueryOperation<undefined>[] = []
    actorsIndex: Record<string, ActorQueryOperation<undefined>[]> = {}
    dependencyLinks: Map<
        ActorQueryOperation<undefined>,
        ActorQueryOperation<undefined>[],
    > = ...
    failMessage: string
    name: string

    The name for this bus.

    {<rdf:subject>}
    
    observers: ActionObserver<
        IActionQueryOperation,
        IQueryOperationResult,
        undefined,
    >[] = []

    Methods