diff --git a/classes/_comunica_actor_context_preprocess_set_defaults_link_traversal.ActorContextPreprocessSetDefaultsLinkTraversal.html b/classes/_comunica_actor_context_preprocess_set_defaults_link_traversal.ActorContextPreprocessSetDefaultsLinkTraversal.html index a36edebf..2f0d9dc1 100644 --- a/classes/_comunica_actor_context_preprocess_set_defaults_link_traversal.ActorContextPreprocessSetDefaultsLinkTraversal.html +++ b/classes/_comunica_actor_context_preprocess_set_defaults_link_traversal.ActorContextPreprocessSetDefaultsLinkTraversal.html @@ -1,5 +1,5 @@ ActorContextPreprocessSetDefaultsLinkTraversal | Comunica Link Traversal

A comunica Set Defaults Link Traversal Context Preprocess Actor.

-

Hierarchy

  • ActorContextPreprocess
    • ActorContextPreprocessSetDefaultsLinkTraversal

Constructors

Hierarchy

  • ActorContextPreprocess
    • ActorContextPreprocessSetDefaultsLinkTraversal

Constructors

Properties

Constructors

Properties

beforeActors: Actor<IActionContextPreprocess, IActorTest, IActorContextPreprocessOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionContextPreprocess, IActorTest, IActorContextPreprocessOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionContextPreprocess, IActorTest, IActorContextPreprocessOutput, undefined>, IActionContextPreprocess, IActorTest, IActorContextPreprocessOutput, undefined>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
@@ -25,14 +25,14 @@
 Instead, #runObservable should be called.

Parameters

  • action: IAction

    The action to run.

Returns Promise<IActorContextPreprocessOutput>

A promise that resolves to the run result.

-
  • Run the given action on this actor AND invokes the Bus#onRun method.

    Parameters

    • action: IActionContextPreprocess

      The action to run.

    • sideData: undefined

    Returns Promise<IActorContextPreprocessOutput>

    A promise that resolves to the run result.

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

diff --git a/classes/_comunica_actor_extract_links_all.ActorExtractLinksAll.html b/classes/_comunica_actor_extract_links_all.ActorExtractLinksAll.html index ab4600a9..05ced72a 100644 --- a/classes/_comunica_actor_extract_links_all.ActorExtractLinksAll.html +++ b/classes/_comunica_actor_extract_links_all.ActorExtractLinksAll.html @@ -1,5 +1,5 @@ ActorExtractLinksAll | Comunica Link Traversal

A comunica Traverse All RDF Metadata Extract Actor.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
@@ -26,18 +26,18 @@
 Instead, #runObservable should be called.

Parameters

Returns Promise<IActorExtractLinksOutput>

A promise that resolves to the run result.

-
  • A helper function to append links based on incoming quads.

    Parameters

    • metadata: Stream<Quad>

      A metadata stream of quads.

    • onQuad: ((quad: Quad, links: ILink[]) => void)

      A callback that will be invoked for each quad in the metadata stream. The second argument is the array of links that can be appended to.

      -
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

  • Get the logger from the given context.

    +
      • (quad, links): void
      • Parameters

        • quad: Quad
        • links: ILink[]

        Returns void

Returns Promise<ILink[]>

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

diff --git a/classes/_comunica_actor_extract_links_content_policies.ActorExtractLinksContentPolicies.html b/classes/_comunica_actor_extract_links_content_policies.ActorExtractLinksContentPolicies.html index de38413d..cdd550d7 100644 --- a/classes/_comunica_actor_extract_links_content_policies.ActorExtractLinksContentPolicies.html +++ b/classes/_comunica_actor_extract_links_content_policies.ActorExtractLinksContentPolicies.html @@ -1,5 +1,5 @@ ActorExtractLinksContentPolicies | Comunica Link Traversal

A comunica Traverse Content Policies RDF Metadata Extract Actor.

-

Hierarchy (view full)

Implements

Constructors

Hierarchy (view full)

Implements

Constructors

Properties

actorInitQuery: ActorInitQueryBase

An init query actor that is used to query all links to follow from a stream.

+

Constructors

Properties

actorInitQuery: ActorInitQueryBase

An init query actor that is used to query all links to follow from a stream.

{<urn:comunica:default:init/actors#query>}
 
-
beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+
beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
 
-
queryEngine: QueryEngineBase<IQueryContextCommon, QueryStringContext, QueryAlgebraContext>
traverseConditional: boolean

If true (default), then content policies will be applied on links that are being detected by some other actor, +

queryEngine: QueryEngineBase<IQueryContextCommon, QueryStringContext, QueryAlgebraContext>
traverseConditional: boolean

If true (default), then content policies will be applied on links that are being detected by some other actor, if false, then links detected by content policies will forcefully be added to the link queue.

{true}
 
-

Methods

  • Parameters

    • context: IActionContext
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns any

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

Methods

  • Parameters

    • context: IActionContext
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns any

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • A helper function to append links based on incoming quads.

    Parameters

    • metadata: Stream<Quad>

      A metadata stream of quads.

    • onQuad: ((quad: Quad, links: ILink[]) => void)

      A callback that will be invoked for each quad in the metadata stream. The second argument is the array of links that can be appended to.

      -
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

  • Get the logger from the given context.

    +
      • (quad, links): void
      • Parameters

        • quad: Quad
        • links: ILink[]

        Returns void

Returns Promise<ILink[]>

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

    -
+
diff --git a/classes/_comunica_actor_extract_links_content_policies.ContentPolicy.html b/classes/_comunica_actor_extract_links_content_policies.ContentPolicy.html index 85d0ca74..20273bc8 100644 --- a/classes/_comunica_actor_extract_links_content_policies.ContentPolicy.html +++ b/classes/_comunica_actor_extract_links_content_policies.ContentPolicy.html @@ -3,8 +3,8 @@

Additionally, an optional filter can be defined to indicate what triples inside the documents of the followed URLs should be considered. This filter is represented as a construct query.

-

Constructors

Constructors

Properties

Constructors

Properties

filter?: Construct
graphPattern: Operation
variables: IVariable[]
+

Constructors

Properties

filter?: Construct
graphPattern: Operation
variables: IVariable[]
diff --git a/classes/_comunica_actor_extract_links_content_policies.SimpleSclParser.html b/classes/_comunica_actor_extract_links_content_policies.SimpleSclParser.html index 6b2743c1..9a7f9f9a 100644 --- a/classes/_comunica_actor_extract_links_content_policies.SimpleSclParser.html +++ b/classes/_comunica_actor_extract_links_content_policies.SimpleSclParser.html @@ -1,9 +1,9 @@ SimpleSclParser | Comunica Link Traversal

A simple SCL parser that builds on top of SPARQL.js and SPARQLAlgebraJS.

This is not an optimal implementation, and may fail in edge-cases (such as when 'INCLUDE' is used in an IRI or string in the graph pattern).

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

cursor: number

Methods

+

Constructors

Properties

cursor: number

Methods

diff --git a/classes/_comunica_actor_extract_links_headers.ActorExtractLinksHeaders.html b/classes/_comunica_actor_extract_links_headers.ActorExtractLinksHeaders.html index 7d9cf7e2..eca99d1a 100644 --- a/classes/_comunica_actor_extract_links_headers.ActorExtractLinksHeaders.html +++ b/classes/_comunica_actor_extract_links_headers.ActorExtractLinksHeaders.html @@ -1,5 +1,5 @@ ActorExtractLinksHeaders | Comunica Link Traversal

A comunica Traverse Predicates RDF Link Header Actor.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
@@ -26,18 +26,18 @@
 Instead, #runObservable should be called.

Parameters

Returns Promise<IActorExtractLinksOutput>

A promise that resolves to the run result.

-
  • A helper function to append links based on incoming quads.

    Parameters

    • metadata: Stream<Quad>

      A metadata stream of quads.

    • onQuad: ((quad: Quad, links: ILink[]) => void)

      A callback that will be invoked for each quad in the metadata stream. The second argument is the array of links that can be appended to.

      -
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

  • Get the logger from the given context.

    +
      • (quad, links): void
      • Parameters

        • quad: Quad
        • links: ILink[]

        Returns void

Returns Promise<ILink[]>

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

diff --git a/classes/_comunica_actor_extract_links_predicates.ActorExtractLinksPredicates.html b/classes/_comunica_actor_extract_links_predicates.ActorExtractLinksPredicates.html index 5421e857..da938b4b 100644 --- a/classes/_comunica_actor_extract_links_predicates.ActorExtractLinksPredicates.html +++ b/classes/_comunica_actor_extract_links_predicates.ActorExtractLinksPredicates.html @@ -1,5 +1,5 @@ ActorExtractLinksPredicates | Comunica Link Traversal

A comunica Traverse Predicates RDF Metadata Extract Actor.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
@@ -26,18 +26,18 @@
 Instead, #runObservable should be called.

Parameters

Returns Promise<IActorExtractLinksOutput>

A promise that resolves to the run result.

-
  • A helper function to append links based on incoming quads.

    Parameters

    • metadata: Stream<Quad>

      A metadata stream of quads.

    • onQuad: ((quad: Quad, links: ILink[]) => void)

      A callback that will be invoked for each quad in the metadata stream. The second argument is the array of links that can be appended to.

      -
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

  • Get the logger from the given context.

    +
      • (quad, links): void
      • Parameters

        • quad: Quad
        • links: ILink[]

        Returns void

Returns Promise<ILink[]>

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

diff --git a/classes/_comunica_actor_extract_links_quad_pattern.ActorExtractLinksQuadPattern.html b/classes/_comunica_actor_extract_links_quad_pattern.ActorExtractLinksQuadPattern.html index 46ba4fc9..916b315f 100644 --- a/classes/_comunica_actor_extract_links_quad_pattern.ActorExtractLinksQuadPattern.html +++ b/classes/_comunica_actor_extract_links_quad_pattern.ActorExtractLinksQuadPattern.html @@ -1,5 +1,5 @@ ActorExtractLinksQuadPattern | Comunica Link Traversal

A comunica Traverse Quad Pattern RDF Metadata Extract Actor.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
@@ -27,7 +27,7 @@
 Instead, #runObservable should be called.

Parameters

Returns Promise<IActorExtractLinksOutput>

A promise that resolves to the run result.

-
  • Run the given action on this actor AND invokes the Bus#onRun method.

    Parameters

    Returns Promise<IActorExtractLinksOutput>

    A promise that resolves to the run result.

    @@ -35,11 +35,11 @@ without actually running it.

Parameters

Returns Promise<TestResult<IActorTest>>

A promise that resolves to the test result.

-
  • A helper function to append links based on incoming quads.

    Parameters

    • metadata: Stream<Quad>

      A metadata stream of quads.

    • onQuad: ((quad: Quad, links: ILink[]) => void)

      A callback that will be invoked for each quad in the metadata stream. The second argument is the array of links that can be appended to.

      -
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

  • Get the logger from the given context.

    +
      • (quad, links): void
      • Parameters

        • quad: Quad
        • links: ILink[]

        Returns void

Returns Promise<ILink[]>

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

    -
+
diff --git a/classes/_comunica_actor_extract_links_quad_pattern_query.ActorExtractLinksQuadPatternQuery.html b/classes/_comunica_actor_extract_links_quad_pattern_query.ActorExtractLinksQuadPatternQuery.html index ea32bb62..d8437d17 100644 --- a/classes/_comunica_actor_extract_links_quad_pattern_query.ActorExtractLinksQuadPatternQuery.html +++ b/classes/_comunica_actor_extract_links_quad_pattern_query.ActorExtractLinksQuadPatternQuery.html @@ -1,5 +1,5 @@ ActorExtractLinksQuadPatternQuery | Comunica Link Traversal

A comunica Traverse Quad Pattern Query RDF Metadata Extract Actor.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
@@ -28,7 +28,7 @@
 Instead, #runObservable should be called.

Parameters

Returns Promise<IActorExtractLinksOutput>

A promise that resolves to the run result.

-
  • Run the given action on this actor AND invokes the Bus#onRun method.

    Parameters

    Returns Promise<IActorExtractLinksOutput>

    A promise that resolves to the run result.

    @@ -36,11 +36,11 @@ without actually running it.

Parameters

Returns Promise<TestResult<IActorTest>>

A promise that resolves to the test result.

-
  • A helper function to append links based on incoming quads.

    Parameters

    • metadata: Stream<Quad>

      A metadata stream of quads.

    • onQuad: ((quad: Quad, links: ILink[]) => void)

      A callback that will be invoked for each quad in the metadata stream. The second argument is the array of links that can be appended to.

      -
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

  • Get the logger from the given context.

    +
      • (quad, links): void
      • Parameters

        • quad: Quad
        • links: ILink[]

        Returns void

Returns Promise<ILink[]>

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

    -
+
diff --git a/classes/_comunica_actor_extract_links_solid_type_index.ActorExtractLinksSolidTypeIndex.html b/classes/_comunica_actor_extract_links_solid_type_index.ActorExtractLinksSolidTypeIndex.html index 78a8a6b8..497cdc54 100644 --- a/classes/_comunica_actor_extract_links_solid_type_index.ActorExtractLinksSolidTypeIndex.html +++ b/classes/_comunica_actor_extract_links_solid_type_index.ActorExtractLinksSolidTypeIndex.html @@ -1,5 +1,5 @@ ActorExtractLinksSolidTypeIndex | Comunica Link Traversal

A comunica Solid Type Index Extract Links Actor.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>

The bus this actor subscribes to.

-
mediatorDereferenceRdf: MediatorDereferenceRdf
name: string

The name for this actor.

+
mediatorDereferenceRdf: MediatorDereferenceRdf
name: string

The name for this actor.

{<rdf:subject>}
 
-
queryEngine: QueryEngineBase<IQueryContextCommon, QueryStringContext, QueryAlgebraContext>
RDF_TYPE: "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'

Methods

  • Determine all entries within the given type index.

    +
queryEngine: QueryEngineBase<IQueryContextCommon, QueryStringContext, QueryAlgebraContext>
RDF_TYPE: "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'

Methods

  • To fetch the rdf type from the vocabulary if the type is not already present.

    +

Returns Promise<Set<string>>

  • Parameters

    • context: IActionContext
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns any

  • Parameters

    • context: IActionContext
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns any

  • Determine all links that match with the current query pattern.

    Parameters

    • typeLinks: Record<string, ILink[]>

      The type index links.

    • query: Operation

      The original query that is being executed.

    • pattern: Pattern

      The current pattern that is being evaluated and traversed in.

      -

    Returns Promise<ILink[]>

  • To fetch the domain of the predicate.

    +

Returns Promise<ILink[]>

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

Returns Promise<void>

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • A helper function to append links based on incoming quads.

    Parameters

    • metadata: Stream<Quad>

      A metadata stream of quads.

    • onQuad: ((quad: Quad, links: ILink[]) => void)

      A callback that will be invoked for each quad in the metadata stream. The second argument is the array of links that can be appended to.

      -
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

  • Get the logger from the given context.

    +
      • (quad, links): void
      • Parameters

        • quad: Quad
        • links: ILink[]

        Returns void

Returns Promise<ILink[]>

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

diff --git a/classes/_comunica_actor_extract_links_tree.ActorExtractLinksTree.html b/classes/_comunica_actor_extract_links_tree.ActorExtractLinksTree.html index de09b5a3..64cb1686 100644 --- a/classes/_comunica_actor_extract_links_tree.ActorExtractLinksTree.html +++ b/classes/_comunica_actor_extract_links_tree.ActorExtractLinksTree.html @@ -1,5 +1,5 @@ ActorExtractLinksTree | Comunica Link Traversal

A comunica Extract Links Tree Extract Links Actor.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
 
-
aNodeType: NamedNode<"https://w3id.org/tree#node"> = ...
aRelation: NamedNode<"https://w3id.org/tree#relation"> = ...
aSubset: NamedNode<"http://rdfs.org/ns/void#subset"> = ...
aView: NamedNode<"https://w3id.org/tree#view"> = ...
isPartOf: NamedNode<"http://purl.org/dc/terms/isPartOf"> = ...

Methods

  • Parameters

    • context: IActionContext
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns any

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

aNodeType: NamedNode<"https://w3id.org/tree#node"> = ...
aRelation: NamedNode<"https://w3id.org/tree#relation"> = ...
aSubset: NamedNode<"http://rdfs.org/ns/void#subset"> = ...
aView: NamedNode<"https://w3id.org/tree#view"> = ...
isPartOf: NamedNode<"http://purl.org/dc/terms/isPartOf"> = ...

Methods

  • Parameters

    • context: IActionContext
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns any

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • A helper function to append links based on incoming quads.

    Parameters

    • metadata: Stream<Quad>

      A metadata stream of quads.

    • onQuad: ((quad: Quad, links: ILink[]) => void)

      A callback that will be invoked for each quad in the metadata stream. The second argument is the array of links that can be appended to.

      -
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

  • Get the logger from the given context.

    +
      • (quad, links): void
      • Parameters

        • quad: Quad
        • links: ILink[]

        Returns void

Returns Promise<ILink[]>

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

diff --git a/classes/_comunica_actor_optimize_query_operation_set_seed_sources_quadpattern_iris.ActorOptimizeQueryOperationSetSeedSourcesQuadpatternIris.html b/classes/_comunica_actor_optimize_query_operation_set_seed_sources_quadpattern_iris.ActorOptimizeQueryOperationSetSeedSourcesQuadpatternIris.html index 50a145e9..30953139 100644 --- a/classes/_comunica_actor_optimize_query_operation_set_seed_sources_quadpattern_iris.ActorOptimizeQueryOperationSetSeedSourcesQuadpatternIris.html +++ b/classes/_comunica_actor_optimize_query_operation_set_seed_sources_quadpattern_iris.ActorOptimizeQueryOperationSetSeedSourcesQuadpatternIris.html @@ -1,5 +1,5 @@ ActorOptimizeQueryOperationSetSeedSourcesQuadpatternIris | Comunica Link Traversal

A comunica Set Seed Sources Quadpattern IRIs Optimize Query Operation Actor.

-

Hierarchy

  • ActorOptimizeQueryOperation
    • ActorOptimizeQueryOperationSetSeedSourcesQuadpatternIris

Constructors

Hierarchy

  • ActorOptimizeQueryOperation
    • ActorOptimizeQueryOperationSetSeedSourcesQuadpatternIris

Constructors

Properties

beforeActors: Actor<IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>, IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>

The bus this actor subscribes to.

-
mediatorQuerySourceIdentify: MediatorQuerySourceIdentify
name: string

The name for this actor.

+
mediatorQuerySourceIdentify: MediatorQuerySourceIdentify
name: string

The name for this actor.

{<rdf:subject>}
 
-

Methods

  • Parameters

    • context: IActionContext
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns any

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Run the given action on this actor.

    +

Methods

  • Parameters

    • context: IActionContext
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns any

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Run the given action on this actor AND invokes the Bus#onRun method.

    Parameters

    • action: IActionOptimizeQueryOperation

      The action to run.

    • sideData: undefined

    Returns Promise<IActorOptimizeQueryOperationOutput>

    A promise that resolves to the run result.

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

diff --git a/classes/_comunica_actor_rdf_join_entries_sort_traversal_zero_knowledge.ActorRdfJoinEntriesSortTraversalZeroKnowledge.html b/classes/_comunica_actor_rdf_join_entries_sort_traversal_zero_knowledge.ActorRdfJoinEntriesSortTraversalZeroKnowledge.html index c3801495..55de6311 100644 --- a/classes/_comunica_actor_rdf_join_entries_sort_traversal_zero_knowledge.ActorRdfJoinEntriesSortTraversalZeroKnowledge.html +++ b/classes/_comunica_actor_rdf_join_entries_sort_traversal_zero_knowledge.ActorRdfJoinEntriesSortTraversalZeroKnowledge.html @@ -13,7 +13,7 @@ This means that this actor will only determine the first triple pattern, execute it, and materialize the remaining BGP based on its results. After that, the remaining BGP is evaluated recursively by this or another BGP actor.

-

Hierarchy

  • ActorRdfJoinEntriesSort
    • ActorRdfJoinEntriesSortTraversalZeroKnowledge

Constructors

Hierarchy

  • ActorRdfJoinEntriesSort
    • ActorRdfJoinEntriesSortTraversalZeroKnowledge

Constructors

Properties

beforeActors: Actor<IActionRdfJoinEntriesSort, IActorTest, IActorRdfJoinEntriesSortOutput, undefined>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionRdfJoinEntriesSort, IActorTest, IActorRdfJoinEntriesSortOutput, undefined>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionRdfJoinEntriesSort, IActorTest, IActorRdfJoinEntriesSortOutput, undefined>, IActionRdfJoinEntriesSort, IActorTest, IActorRdfJoinEntriesSortOutput, undefined>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
@@ -44,29 +44,29 @@
 Instead, #runObservable should be called.

Parameters

  • action: IActionRdfJoinEntriesSort

    The action to run.

Returns Promise<IActorRdfJoinEntriesSortOutput>

A promise that resolves to the run result.

-
  • Run the given action on this actor AND invokes the Bus#onRun method.

    Parameters

    • action: IActionRdfJoinEntriesSort

      The action to run.

    • sideData: undefined

    Returns Promise<IActorRdfJoinEntriesSortOutput>

    A promise that resolves to the run result.

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.

  • Calculate a score for the given quad pattern based on a given set of sources. +

Returns NamedNode<string>[]

  • Determine a score for the selectivity of the given pattern. +

Returns number

  • Determine the source IRI of a given IRI without hash.

    +

Returns number

  • This sorts join entries by first prioritizing triple patterns in BGPs, and then all other operation types.

    +

Returns string

+

Returns IJoinEntryWithMetadata[]

diff --git a/classes/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.ActorRdfJoinInnerMultiAdaptiveDestroy.html b/classes/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.ActorRdfJoinInnerMultiAdaptiveDestroy.html index 7d1b873f..84de6d10 100644 --- a/classes/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.ActorRdfJoinInnerMultiAdaptiveDestroy.html +++ b/classes/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.ActorRdfJoinInnerMultiAdaptiveDestroy.html @@ -1,5 +1,5 @@ ActorRdfJoinInnerMultiAdaptiveDestroy | Comunica Link Traversal

A comunica Inner Multi Adaptive Destroy RDF Join Actor.

-

Hierarchy

  • ActorRdfJoin
    • ActorRdfJoinInnerMultiAdaptiveDestroy

Constructors

Hierarchy

  • ActorRdfJoin
    • ActorRdfJoinInnerMultiAdaptiveDestroy

Constructors

Properties

beforeActors: Actor<IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>[]

Actor that must be registered in the bus before this actor.

+

Constructors

Properties

beforeActors: Actor<IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>[]

Actor that must be registered in the bus before this actor.

bus: Bus<Actor<IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>, IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>

The bus this actor subscribes to.

canHandleUndefs: boolean

If this actor can handle undefs overlapping variable bindings.

includeInLogs: boolean

If this actor will be logged in the debugger and physical query plan logger

@@ -50,12 +50,12 @@ By default, this indicates the max number, but can be inverted by setting limitEntriesMin to true.

limitEntriesMin: boolean

If true, the limitEntries field is a lower limit, otherwise, it is an upper limit.

-
logicalType: LogicalJoinType
mediatorJoin: MediatorRdfJoin
mediatorJoinSelectivity: MediatorRdfJoinSelectivity
name: string

The name for this actor.

+
logicalType: LogicalJoinType
mediatorJoin: MediatorRdfJoin
mediatorJoinSelectivity: MediatorRdfJoinSelectivity
name: string

The name for this actor.

{<rdf:subject>}
 
physicalName: string
requiresVariableOverlap?: boolean

If this join operator must only be used for join entries with (at least partially) common variables.

-
timeout: number

Methods

  • Helper function to create a new metadata object for the join result. +

timeout: number

Methods

  • Helper function to create a new metadata object for the join result. For required metadata entries that are not provided, sane defaults are calculated.

    Parameters

    • entries: IJoinEntry[]

      Join entries.

    • metadatas: MetadataBindings[]

      Metadata of the join entries.

      @@ -67,12 +67,12 @@

    Returns MetadataValidationState

  • Parameters

    • context: IActionContext
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns any

  • Calculate the join coefficients.

    Parameters

    • _action: IActionRdfJoin
    • sideData: IActorRdfJoinTestSideData

      The test side data.

    Returns Promise<TestResult<IMediatorTypeJoinCoefficients, IActorRdfJoinTestSideData>>

    The join coefficient estimates.

    -
  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: (() => any)
        • (): any
        • Returns any

    Returns void

  • Run the given action on this actor AND invokes the Bus#onRun method.

    Parameters

    • action: IActionRdfJoin

      The action to run.

    • sideData: IActorRdfJoinTestSideData

    Returns Promise<IQueryOperationResultBindings>

    A promise that resolves to the run result.

    @@ -81,7 +81,7 @@ If yes: call the abstract getIterations method, if not: return Infinity.

Parameters

  • action: IActionRdfJoin

    The input action containing the relevant iterators

Returns Promise<TestResult<IMediatorTypeJoinCoefficients, IActorRdfJoinTestSideData>>

The join coefficients.

-
  • Get the estimated number of items from the given metadata.

    Parameters

    • metadata: MetadataBindings

      A metadata object.

    Returns QueryResultCardinality

    The estimated number of items, or Infinity if cardinality is falsy.

  • Get the logger from the given context.

    diff --git a/classes/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.BindingsStreamAdaptiveDestroy.html b/classes/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.BindingsStreamAdaptiveDestroy.html index 27a8ca9b..9043cc93 100644 --- a/classes/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.BindingsStreamAdaptiveDestroy.html +++ b/classes/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.BindingsStreamAdaptiveDestroy.html @@ -2,7 +2,7 @@ and switches to a second iterator after a timeout.

    If the first iterator ends before the timout, the second iterator will not be started.

    This will ensure that results are not duplicated after switching.

    -

Hierarchy

  • TransformIterator<Bindings>
    • BindingsStreamAdaptiveDestroy

Constructors

Hierarchy

  • TransformIterator<Bindings>
    • BindingsStreamAdaptiveDestroy

Constructors

Properties

Constructors

Properties

_boundPush: ((item: Bindings) => void)
_createSource?: null | (() => MaybePromise<AsyncIterator<Bindings>>)
_destroySource: boolean
_optional: boolean
_properties?: {
    [name: string]: any;
}
_propertyCallbacks?: {
    [name: string]: [((value: any) => void)];
}
_pushedCount: number
_reading: boolean
_source?: InternalSource<Bindings>
_sourceStarted: boolean
_state: number
captureRejectionSymbol: typeof captureRejectionSymbol

Value: Symbol.for('nodejs.rejection')

+

Constructors

Properties

_boundPush: ((item: Bindings) => void)
_createSource?: null | (() => MaybePromise<AsyncIterator<Bindings>>)
_destroySource: boolean
_optional: boolean
_properties?: {
    [name: string]: any;
}
_propertyCallbacks?: {
    [name: string]: [((value: any) => void)];
}
_pushedCount: number
_reading: boolean
_source?: InternalSource<Bindings>
_sourceStarted: boolean
_state: number
captureRejectionSymbol: typeof captureRejectionSymbol

Value: Symbol.for('nodejs.rejection')

See how to write a custom rejection handler.

v13.4.0, v12.16.0

-
captureRejections: boolean

Value: boolean

+
captureRejections: boolean

Value: boolean

Change the default captureRejections option on all new EventEmitter objects.

v13.4.0, v12.16.0

-
defaultMaxListeners: number

By default, a maximum of 10 listeners can be registered for any single +

defaultMaxListeners: number

By default, a maximum of 10 listeners can be registered for any single event. This limit can be changed for individual EventEmitter instances using the emitter.setMaxListeners(n) method. To change the default for allEventEmitter instances, the events.defaultMaxListeners property @@ -121,11 +121,11 @@ listeners, respectively. Its name property is set to 'MaxListenersExceededWarning'.

v0.11.2

-
errorMonitor: typeof errorMonitor

This symbol shall be used to install a listener for only monitoring 'error' events. Listeners installed using this symbol are called before the regular 'error' listeners are called.

+
errorMonitor: typeof errorMonitor

This symbol shall be used to install a listener for only monitoring 'error' events. Listeners installed using this symbol are called before the regular 'error' listeners are called.

Installing a listener using this symbol does not change the behavior once an 'error' event is emitted. Therefore, the process will still crash if no regular 'error' listener is installed.

v13.6.0, v12.17.0

-

Accessors

  • get closed(): boolean
  • Gets whether the iterator has stopped generating new items.

    +

Accessors

  • get closed(): boolean
  • Gets whether the iterator has stopped generating new items.

    Returns boolean

  • get destroyed(): boolean
  • Gets whether the iterator has been destroyed.

    Returns boolean

  • get done(): boolean
  • Gets whether the iterator will not emit anymore items, either due to being closed or due to being destroyed.

    @@ -144,7 +144,7 @@ it is recommended to manually listen for error events on the main AsyncIterator to avoid uncaught error messages.

    Returns ESAsyncIterator<Bindings>

    An EcmaScript AsyncIterator

    -
  • Type Parameters

    • K

    Parameters

    • error: Error
    • event: string | symbol
    • Rest...args: AnyRest

    Returns void

  • Protected

    Writes beginning items and opens iterator resources. +

  • Type Parameters

    • K

    Parameters

    • error: Error
    • event: string | symbol
    • Rest...args: AnyRest

    Returns void

  • Protected

    Writes beginning items and opens iterator resources. Should never be called before BufferedIterator#_init; typically, _init is responsible for calling _begin.

    Parameters

    • done: (() => void)

      To be called when initialization is complete

      @@ -162,7 +162,7 @@ Implementers can override this, but this should not be called directly.

      Parameters

      • cause: undefined | Error

        The reason why the iterator is destroyed.

      • callback: ((error?: Error) => void)

        A callback function with an optional error argument.

        -
          • (error?): void
          • Parameters

            • Optionalerror: Error

            Returns void

      Returns void

  • Protected

    Asynchronously calls _end.

    +
      • (error?): void
      • Parameters

        • Optionalerror: Error

        Returns void

Returns void

  • Protected

    Asynchronously calls _end.

    Returns void

  • Protected

    Fills the internal buffer until this._maxBufferSize items are present. This method calls BufferedIterator#_read to fetch items.

    Returns void

    module:asynciterator.AsyncIterator.readable

    @@ -174,13 +174,13 @@
      • (): void
      • Returns void

Returns void

  • Protected

    Initializes a source that was set through a promise

    +

Returns void

  • Protected

    Initializes a source that was set through a promise

    Returns void

  • Tries to transform the item; if the transformation yields no items, pushes the original item.

    Parameters

    • item: Bindings
    • done: (() => void)
        • (): void
        • Returns void

    Returns void

  • Tries to read transformed items.

    Parameters

    • count: number
    • done: (() => void)
        • (): void
        • Returns void

    Returns void

  • Reads a transforms an item

    Parameters

    • next: (() => void)
        • (): void
        • Returns void

    • done: (() => void)
        • (): void
        • Returns void

    Returns void

  • Protected

    Generates details for a textual representation of the iterator.

    Returns string

  • Protected

    Generates items based on the item from the source. @@ -194,7 +194,7 @@

  • OptionalallowDestination: boolean

    Whether the source can already have a destination

Returns InternalSource<Bindings>

  • Alias for emitter.on(eventName, listener).

    Type Parameters

    • K

    Parameters

    • eventName: string | symbol
    • listener: ((...args: any[]) => void)
        • (...args): void
        • Parameters

          • Rest...args: any[]

          Returns void

    Returns this

    v0.1.26

    -
  • Appends the items after those of the current iterator. +

  • Appends the items after those of the current iterator. After this operation, only read the returned iterator instead of the current one.

    Parameters

    • items: Bindings[] | AsyncIterator<Bindings>

      Items to insert after this iterator's (remaining) items

    Returns AsyncIterator<Bindings>

    A new iterator that appends items to this iterator

    @@ -227,13 +227,13 @@

    Returns boolean

    v0.1.26

    -
  • Returns an array listing the events for which the emitter has registered +

  • Returns an array listing the events for which the emitter has registered listeners. The values in the array are strings or Symbols.

    import { EventEmitter } from 'node:events';

    const myEE = new EventEmitter();
    myEE.on('foo', () => {});
    myEE.on('bar', () => {});

    const sym = Symbol('symbol');
    myEE.on(sym, () => {});

    console.log(myEE.eventNames());
    // Prints: [ 'foo', 'bar', Symbol(symbol) ]

    Returns (string | symbol)[]

    v6.0.0

    -
  • Return items from this iterator that match the filter. +

  • Returns the current max listener value for the EventEmitter which is either set by emitter.setMaxListeners(n) or defaults to defaultMaxListeners.

    Returns number

    v1.0.0

    -
  • Retrieves all properties of the iterator.

    +
  • Retrieves all properties of the iterator.

    Returns {
        [name: string]: any;
    }

    An object with property names as keys.

    • [name: string]: any
  • Retrieves the property with the given name from the iterator. If no callback is passed, it returns the value of the property @@ -261,19 +261,19 @@

    Returns number

    v3.2.0

    -
  • Returns a copy of the array of listeners for the event named eventName.

    +
  • Returns a copy of the array of listeners for the event named eventName.

    server.on('connection', (stream) => {
    console.log('someone connected!');
    });
    console.log(util.inspect(server.listeners('connection')));
    // Prints: [ [Function] ]

    Type Parameters

    • K

    Parameters

    • eventName: string | symbol

    Returns Function[]

    v0.1.26

    -
  • Maps items from this iterator using the given function. +

  • Maps items from this iterator using the given function. After this operation, only read the returned iterator instead of the current one.

    Type Parameters

    • D

    Parameters

    • map: MapFunction<Bindings, D>

      A mapping function to call on this iterator's (remaining) items

    • Optionalself: any

      The this pointer for the mapping function

    Returns AsyncIterator<D>

    A new iterator that maps the items from this iterator

  • Alias for emitter.removeListener().

    Type Parameters

    • K

    Parameters

    • eventName: string | symbol
    • listener: ((...args: any[]) => void)
        • (...args): void
        • Parameters

          • Rest...args: any[]

          Returns void

    Returns this

    v10.0.0

    -
  • Adds the listener function to the end of the listeners array for the event +

  • Adds the listener function to the end of the listeners array for the event named eventName. No checks are made to see if the listener has already been added. Multiple calls passing the same combination of eventName and listener will result in the listener being added, and called, multiple times.

    @@ -289,7 +289,7 @@

    Returns this

    v0.1.101

    -
  • Adds a one-time listener function for the event named eventName. The +

  • Adds a one-time listener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.

    server.once('connection', (stream) => {
    console.log('Ah, we have our first user!');
    });
    @@ -303,7 +303,7 @@

    Returns this

    v0.3.0

    -
  • Prepends the items after those of the current iterator. +

  • Prepends the items after those of the current iterator. After this operation, only read the returned iterator instead of the current one.

    Parameters

    • items: Bindings[] | AsyncIterator<Bindings>

      Items to insert before this iterator's (remaining) items

    Returns AsyncIterator<Bindings>

    A new iterator that prepends items to this iterator

    @@ -318,7 +318,7 @@

    Returns this

    v6.0.0

    -
  • Adds a one-timelistener function for the event named eventName to the beginning of the listeners array. The next time eventName is triggered, this +

  • Adds a one-timelistener function for the event named eventName to the beginning of the listeners array. The next time eventName is triggered, this listener is removed, and then invoked.

    server.prependOnceListener('connection', (stream) => {
    console.log('Ah, we have our first user!');
    });
    @@ -327,7 +327,7 @@

    Returns this

    v6.0.0

    -
  • Limits the current iterator to the given range. +

  • Limits the current iterator to the given range. The current iterator may not be read anymore until the returned iterator ends.

    Parameters

    • start: number

      Index of the first item to return

    • end: number

      Index of the last item to return

      @@ -338,7 +338,7 @@

      Type Parameters

      • K

      Parameters

      • eventName: string | symbol

      Returns Function[]

      v9.4.0

      -
  • Tries to read the next item from the iterator. +

  • Removes the specified listener from the listener array for the event named eventName.

    +
  • Removes the specified listener from the listener array for the event named eventName.

    const callback = (stream) => {
    console.log('someone connected!');
    };
    server.on('connection', callback);
    // ...
    server.removeListener('connection', callback);
    @@ -375,13 +375,13 @@

    Type Parameters

    • K

    Parameters

    • eventName: string | symbol
    • listener: ((...args: any[]) => void)
        • (...args): void
        • Parameters

          • Rest...args: any[]

          Returns void

    Returns this

    v0.1.26

    -
  • By default EventEmitters will print a warning if more than 10 listeners are +

  • By default EventEmitters will print a warning if more than 10 listeners are added for a particular event. This is a useful default that helps finding memory leaks. The emitter.setMaxListeners() method allows the limit to be modified for this specific EventEmitter instance. The value can be set to Infinity (or 0) to indicate an unlimited number of listeners.

    Returns a reference to the EventEmitter, so that calls can be chained.

    Parameters

    • n: number

    Returns this

    v0.3.5

    -
  • Sets all of the given properties.

    +
  • Sets all of the given properties.

    Parameters

    • properties: {
          [name: string]: any;
      }

      Key/value pairs of properties to set

      • [name: string]: any

    Returns void

  • Returns a copy of the array of listeners for the event named eventName.

    +
  • Returns a copy of the array of listeners for the event named eventName.

    For EventEmitters this behaves exactly the same as calling .listeners on the emitter.

    For EventTargets this is the only way to get the event listeners for the @@ -435,7 +435,7 @@

    Returns Function[]

    v15.2.0, v14.17.0

    -
  • Returns the currently set max amount of listeners.

    +
  • Returns the currently set max amount of listeners.

    For EventEmitters this behaves exactly the same as calling .getMaxListeners on the emitter.

    For EventTargets this is the only way to get the max event listeners for the @@ -445,7 +445,7 @@

    Returns number

    v19.9.0

    -
  • A class method that returns the number of listeners for the given eventName registered on the given emitter.

    +
  • A class method that returns the number of listeners for the given eventName registered on the given emitter.

    import { EventEmitter, listenerCount } from 'node:events';

    const myEmitter = new EventEmitter();
    myEmitter.on('event', () => {});
    myEmitter.on('event', () => {});
    console.log(listenerCount(myEmitter, 'event'));
    // Prints: 2
    @@ -453,7 +453,7 @@
  • eventName: string | symbol

    The event name

Returns number

v0.9.12

Since v3.2.0 - Use listenerCount instead.

-
  • import { on, EventEmitter } from 'node:events';
    import process from 'node:process';

    const ee = new EventEmitter();

    // Emit later on
    process.nextTick(() => {
    ee.emit('foo', 'bar');
    ee.emit('foo', 42);
    });

    for await (const event of on(ee, 'foo')) {
    // The execution of this inner block is synchronous and it
    // processes one event at a time (even with await). Do not use
    // if concurrent execution is required.
    console.log(event); // prints ['bar'] [42]
    }
    // Unreachable here +
  • import { on, EventEmitter } from 'node:events';
    import process from 'node:process';

    const ee = new EventEmitter();

    // Emit later on
    process.nextTick(() => {
    ee.emit('foo', 'bar');
    ee.emit('foo', 42);
    });

    for await (const event of on(ee, 'foo')) {
    // The execution of this inner block is synchronous and it
    // processes one event at a time (even with await). Do not use
    // if concurrent execution is required.
    console.log(event); // prints ['bar'] [42]
    }
    // Unreachable here

    Returns an AsyncIterator that iterates eventName events. It will throw @@ -468,10 +468,9 @@

    Parameters

    • emitter: EventEmitter<DefaultEventMap>
    • eventName: string | symbol

      The name of the event being listened for

      -
    • Optionaloptions: StaticEventEmitterOptions

    Returns AsyncIterableIterator<any>

    An AsyncIterator that iterates eventName events emitted by the emitter

    +

    Parameters

    • emitter: EventEmitter<DefaultEventMap>
    • eventName: string | symbol
    • Optionaloptions: StaticEventEmitterIteratorOptions

    Returns AsyncIterator<any[], any, any>

    An AsyncIterator that iterates eventName events emitted by the emitter

    v13.6.0, v12.16.0

    -
  • Parameters

    • emitter: EventTarget
    • eventName: string
    • Optionaloptions: StaticEventEmitterIteratorOptions

    Returns AsyncIterableIterator<any>

  • Creates a Promise that is fulfilled when the EventEmitter emits the given +

  • Parameters

    • emitter: EventTarget
    • eventName: string
    • Optionaloptions: StaticEventEmitterIteratorOptions

    Returns AsyncIterator<any[], any, any>

  • Creates a Promise that is fulfilled when the EventEmitter emits the given event or that is rejected if the EventEmitter emits 'error' while waiting. The Promise will resolve with an array of all the arguments emitted to the given event.

    @@ -490,10 +489,12 @@

    Parameters

    • emitter: EventEmitter<DefaultEventMap>
    • eventName: string | symbol
    • Optionaloptions: Pick<StaticEventEmitterOptions, "signal">

    Returns Promise<any[]>

    v11.13.0, v10.16.0

    -
  • Parameters

    • emitter: EventTarget
    • eventName: string
    • Optionaloptions: StaticEventEmitterOptions

    Returns Promise<any[]>

  • import { setMaxListeners, EventEmitter } from 'node:events';

    const target = new EventTarget();
    const emitter = new EventEmitter();

    setMaxListeners(5, target, emitter); +

    Parameters

    • emitter: EventEmitter<DefaultEventMap>
    • eventName: string | symbol
    • Optionaloptions: StaticEventEmitterOptions

    Returns Promise<any[]>

    v11.13.0, v10.16.0

    +
  • Parameters

    • emitter: EventTarget
    • eventName: string
    • Optionaloptions: StaticEventEmitterOptions

    Returns Promise<any[]>

  • import { setMaxListeners, EventEmitter } from 'node:events';

    const target = new EventTarget();
    const emitter = new EventEmitter();

    setMaxListeners(5, target, emitter);

    Parameters

    • Optionaln: number

      A non-negative number. The maximum number of listeners per EventTarget event.

      -
    • Rest...eventTargets: (EventEmitter<DefaultEventMap> | EventTarget)[]

    Returns void

    v15.4.0

    -
+
  • Rest...eventTargets: (EventEmitter<DefaultEventMap> | EventTarget)[]

    Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, n is set as the default max for all newly created {EventTarget} and {EventEmitter} +objects.

    +
  • Returns void

    v15.4.0

    +
    diff --git a/classes/_comunica_actor_rdf_metadata_extract_shapetrees.ActorRdfMetadataExtractShapetrees.html b/classes/_comunica_actor_rdf_metadata_extract_shapetrees.ActorRdfMetadataExtractShapetrees.html index 6721ac40..8df1c268 100644 --- a/classes/_comunica_actor_rdf_metadata_extract_shapetrees.ActorRdfMetadataExtractShapetrees.html +++ b/classes/_comunica_actor_rdf_metadata_extract_shapetrees.ActorRdfMetadataExtractShapetrees.html @@ -1,5 +1,5 @@ ActorRdfMetadataExtractShapetrees | Comunica Link Traversal

    A comunica Shapetrees RDF Metadata Extract Actor.

    -

    Hierarchy

    • ActorRdfMetadataExtract
      • ActorRdfMetadataExtractShapetrees

    Constructors

    Hierarchy

    • ActorRdfMetadataExtract
      • ActorRdfMetadataExtractShapetrees

    Constructors

    Properties

    beforeActors: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>, IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>

    The bus this actor subscribes to.

    -
    mediatorDereferenceRdf: MediatorDereferenceRdf
    mediatorHttp: MediatorHttp
    name: string

    The name for this actor.

    +
    mediatorDereferenceRdf: MediatorDereferenceRdf
    mediatorHttp: MediatorHttp
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    -
    queryEngine: QueryEngineBase<IQueryContextCommon, QueryStringContext, QueryAlgebraContext>
    IRI_SHAPETREE: "http://www.w3.org/ns/shapetrees#ShapeTreeLocator" = 'http://www.w3.org/ns/shapetrees#ShapeTreeLocator'
    IRI_SHAPETREE_OLD: "http://shapetrees.org/#ShapeTree" = 'http://shapetrees.org/#ShapeTree'

    Methods

    • Dereference a shape

      +
    queryEngine: QueryEngineBase<IQueryContextCommon, QueryStringContext, QueryAlgebraContext>
    IRI_SHAPETREE: "http://www.w3.org/ns/shapetrees#ShapeTreeLocator" = 'http://www.w3.org/ns/shapetrees#ShapeTreeLocator'
    IRI_SHAPETREE_OLD: "http://shapetrees.org/#ShapeTree" = 'http://shapetrees.org/#ShapeTree'

    Methods

    • Dereference the given shape tree.

      +

    Returns Promise<Shape>

    • Extracts the shape tree locator URL from the headers

      +

    Returns Promise<ShapeTree[]>

    • Fetch all shapetrees identified by the given shape tree locator.

      +

    Returns undefined | string

    • Parameters

      • context: IActionContext
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns any

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Run the given action on this actor.

      +

    Returns Promise<string[]>

    • Parameters

      • context: IActionContext
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns any

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Run the given action on this actor.

      In most cases, this method should not be called directly. Instead, #runObservable should be called.

      Parameters

      • action: IActionRdfMetadataExtract

        The action to run.

      Returns Promise<IActorRdfMetadataExtractOutput>

      A promise that resolves to the run result.

      -
    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfMetadataExtract

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfMetadataExtractOutput>

      A promise that resolves to the run result.

      @@ -55,11 +55,11 @@

      Parameters

      • shapeTree: ShapeTree

        A shape tree to match with the query and pattern.

      • query: Operation

        The original query that is being executed.

      • pattern: Pattern

        The current pattern that is being evaluated and traversed in.

        -

      Returns boolean

    • Check if this actor can run the given action, +

    Returns boolean

    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_actor_rdf_metadata_extract_shapetrees.ShapeTree.html b/classes/_comunica_actor_rdf_metadata_extract_shapetrees.ShapeTree.html index 08ea9e36..3983dbb8 100644 --- a/classes/_comunica_actor_rdf_metadata_extract_shapetrees.ShapeTree.html +++ b/classes/_comunica_actor_rdf_metadata_extract_shapetrees.ShapeTree.html @@ -1,5 +1,5 @@ -ShapeTree | Comunica Link Traversal

    Constructors

    constructor +ShapeTree | Comunica Link Traversal

    Constructors

    Properties

    Constructors

    Properties

    iri: string
    shape: Shape
    uriTemplate: string
    +

    Constructors

    Properties

    iri: string
    shape: Shape
    uriTemplate: string
    diff --git a/classes/_comunica_actor_rdf_metadata_extract_traverse.ActorRdfMetadataExtractTraverse.html b/classes/_comunica_actor_rdf_metadata_extract_traverse.ActorRdfMetadataExtractTraverse.html index bbe937fa..1cdf8c71 100644 --- a/classes/_comunica_actor_rdf_metadata_extract_traverse.ActorRdfMetadataExtractTraverse.html +++ b/classes/_comunica_actor_rdf_metadata_extract_traverse.ActorRdfMetadataExtractTraverse.html @@ -1,5 +1,5 @@ ActorRdfMetadataExtractTraverse | Comunica Link Traversal

    A comunica Traverse RDF Metadata Extract Actor.

    -

    Hierarchy

    • ActorRdfMetadataExtract
      • ActorRdfMetadataExtractTraverse

    Constructors

    Hierarchy

    • ActorRdfMetadataExtract
      • ActorRdfMetadataExtractTraverse

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>, IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -25,14 +25,14 @@
     Instead, #runObservable should be called.

    Parameters

    • action: IActionRdfMetadataExtract

      The action to run.

    Returns Promise<IActorRdfMetadataExtractOutput>

    A promise that resolves to the run result.

    -
    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfMetadataExtract

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfMetadataExtractOutput>

      A promise that resolves to the run result.

    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_priority.ActorRdfResolveHypermediaLinksQueuePriority.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_priority.ActorRdfResolveHypermediaLinksQueuePriority.html index 5dfdd35c..8cf14b15 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_priority.ActorRdfResolveHypermediaLinksQueuePriority.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_priority.ActorRdfResolveHypermediaLinksQueuePriority.html @@ -1,5 +1,5 @@ ActorRdfResolveHypermediaLinksQueuePriority | Comunica Link Traversal

    A comunica Priority RDF Resolve Hypermedia Links Queue Actor.

    -

    Hierarchy

    • ActorRdfResolveHypermediaLinksQueue
      • ActorRdfResolveHypermediaLinksQueuePriority

    Constructors

    Hierarchy

    • ActorRdfResolveHypermediaLinksQueue
      • ActorRdfResolveHypermediaLinksQueuePriority

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -24,14 +24,14 @@
     

    In most cases, this method should not be called directly. Instead, #runObservable should be called.

    Parameters

    • _action: IActionRdfResolveHypermediaLinksQueue

    Returns Promise<IActorRdfResolveHypermediaLinksQueueOutput>

    A promise that resolves to the run result.

    -
    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfResolveHypermediaLinksQueue

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfResolveHypermediaLinksQueueOutput>

      A promise that resolves to the run result.

    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_priority.LinkQueuePriority.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_priority.LinkQueuePriority.html index 5a52cae6..a8b30356 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_priority.LinkQueuePriority.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_priority.LinkQueuePriority.html @@ -1,5 +1,5 @@ LinkQueuePriority | Comunica Link Traversal

    A link queue based on priority, using binary heap.

    -

    Implements

    • ILinkQueue

    Constructors

    Implements

    • ILinkQueue

    Constructors

    Properties

    Methods

    downHeap @@ -13,26 +13,26 @@ setPriority upHeap

    Constructors

    Properties

    links: ILink[] = []

    Max heap with links and their priorities

    -
    urlToLink: Record<string, ILink> = {}

    Data structure to track URLs in the queue and allow for constant time lookup of links in queue based +

    urlToLink: Record<string, ILink> = {}

    Data structure to track URLs in the queue and allow for constant time lookup of links in queue based on link URL

    -

    Methods

    Methods

    • Function to change priority of element of heap with certain number. +

    Returns void

    • Update priority of link in queue if it is in queue

      +

    Returns void

    +

    Returns void

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.ActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancy.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.ActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancy.html index cee6143d..96f4b455 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.ActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancy.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.ActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancy.html @@ -1,5 +1,5 @@ ActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancy | Comunica Link Traversal

    A comunica Wrapper Info Occupancy RDF Resolve Hypermedia Links Queue Actor.

    -

    Hierarchy

    • ActorRdfResolveHypermediaLinksQueue
      • ActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancy

    Constructors

    Hierarchy

    • ActorRdfResolveHypermediaLinksQueue
      • ActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancy

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -25,7 +25,7 @@
     Instead, #runObservable should be called.

    Parameters

    • action: IActionRdfResolveHypermediaLinksQueue

      The action to run.

    Returns Promise<IActorRdfResolveHypermediaLinksQueueOutput>

    A promise that resolves to the run result.

    -
    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfResolveHypermediaLinksQueue

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfResolveHypermediaLinksQueueOutput>

      A promise that resolves to the run result.

      @@ -33,7 +33,7 @@ without actually running it.

    Parameters

    • action: IActionRdfResolveHypermediaLinksQueue

      The action to test.

    Returns Promise<TestResult<IActorTest>>

    A promise that resolves to the test result.

    -
    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.ActorRdfResolveHypermediaLinksQueueWrapperLimitCount.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.ActorRdfResolveHypermediaLinksQueueWrapperLimitCount.html index 50c071bb..e28cee49 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.ActorRdfResolveHypermediaLinksQueueWrapperLimitCount.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.ActorRdfResolveHypermediaLinksQueueWrapperLimitCount.html @@ -1,5 +1,5 @@ ActorRdfResolveHypermediaLinksQueueWrapperLimitCount | Comunica Link Traversal

    A comunica Wrapper Limit Count RDF Resolve Hypermedia Links Queue Actor.

    -

    Hierarchy

    • ActorRdfResolveHypermediaLinksQueue
      • ActorRdfResolveHypermediaLinksQueueWrapperLimitCount

    Constructors

    Hierarchy

    • ActorRdfResolveHypermediaLinksQueue
      • ActorRdfResolveHypermediaLinksQueueWrapperLimitCount

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -25,7 +25,7 @@
     Instead, #runObservable should be called.

    Parameters

    • action: IActionRdfResolveHypermediaLinksQueue

      The action to run.

    Returns Promise<IActorRdfResolveHypermediaLinksQueueOutput>

    A promise that resolves to the run result.

    -
    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfResolveHypermediaLinksQueue

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfResolveHypermediaLinksQueueOutput>

      A promise that resolves to the run result.

      @@ -33,7 +33,7 @@ without actually running it.

    Parameters

    • action: IActionRdfResolveHypermediaLinksQueue

      The action to test.

    Returns Promise<TestResult<IActorTest>>

    A promise that resolves to the test result.

    -
    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.LinkQueueLimitCount.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.LinkQueueLimitCount.html index e7f360ad..45ab1911 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.LinkQueueLimitCount.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.LinkQueueLimitCount.html @@ -1,13 +1,13 @@ LinkQueueLimitCount | Comunica Link Traversal

    A link queue that only allows the given number of links to be pushed into it.

    -

    Hierarchy

    • LinkQueueWrapper
      • LinkQueueLimitCount

    Constructors

    Hierarchy

    • LinkQueueWrapper
      • LinkQueueLimitCount

    Constructors

    Properties

    Methods

    Constructors

    Properties

    linkQueue: ILinkQueue

    Methods

    • The number of links in the queue.

      +

    Constructors

    Properties

    linkQueue: ILinkQueue

    Methods

    • The number of links in the queue.

      Returns number

    • If no links are in the queue.

      Returns boolean

    • Get (but not remove) the next link from the queue.

      Returns undefined | ILink

    • Get and remove the next link from the queue.

      -

      Returns undefined | ILink

    +

    Returns undefined | ILink

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.ActorRdfResolveHypermediaLinksQueueWrapperLimitDepth.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.ActorRdfResolveHypermediaLinksQueueWrapperLimitDepth.html index fe5e0b29..7b05ed3b 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.ActorRdfResolveHypermediaLinksQueueWrapperLimitDepth.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.ActorRdfResolveHypermediaLinksQueueWrapperLimitDepth.html @@ -1,5 +1,5 @@ ActorRdfResolveHypermediaLinksQueueWrapperLimitDepth | Comunica Link Traversal

    A comunica Wrapper Limit Depth RDF Resolve Hypermedia Links Queue Actor.

    -

    Hierarchy

    • ActorRdfResolveHypermediaLinksQueue
      • ActorRdfResolveHypermediaLinksQueueWrapperLimitDepth

    Constructors

    Hierarchy

    • ActorRdfResolveHypermediaLinksQueue
      • ActorRdfResolveHypermediaLinksQueueWrapperLimitDepth

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -25,7 +25,7 @@
     Instead, #runObservable should be called.

    Parameters

    • action: IActionRdfResolveHypermediaLinksQueue

      The action to run.

    Returns Promise<IActorRdfResolveHypermediaLinksQueueOutput>

    A promise that resolves to the run result.

    -
    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfResolveHypermediaLinksQueue

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfResolveHypermediaLinksQueueOutput>

      A promise that resolves to the run result.

      @@ -33,7 +33,7 @@ without actually running it.

    Parameters

    • action: IActionRdfResolveHypermediaLinksQueue

      The action to test.

    Returns Promise<TestResult<IActorTest>>

    A promise that resolves to the test result.

    -
    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.LinkQueueLimitDepth.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.LinkQueueLimitDepth.html index 5643c2fd..a3750758 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.LinkQueueLimitDepth.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.LinkQueueLimitDepth.html @@ -1,13 +1,13 @@ LinkQueueLimitDepth | Comunica Link Traversal

    A link queue that only allows the given number of links to be pushed into it.

    -

    Hierarchy

    • LinkQueueWrapper
      • LinkQueueLimitDepth

    Constructors

    Hierarchy

    • LinkQueueWrapper
      • LinkQueueLimitDepth

    Constructors

    Properties

    Methods

    Constructors

    Properties

    linkQueue: ILinkQueue

    Methods

    • The number of links in the queue.

      +

    Constructors

    Properties

    linkQueue: ILinkQueue

    Methods

    • The number of links in the queue.

      Returns number

    • If no links are in the queue.

      Returns boolean

    • Get (but not remove) the next link from the queue.

      Returns undefined | ILink

    • Get and remove the next link from the queue.

      -

      Returns undefined | ILink

    +

    Returns undefined | ILink

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse.ActorRdfResolveHypermediaLinksTraverse.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse.ActorRdfResolveHypermediaLinksTraverse.html index 97277d70..3b8ff64e 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse.ActorRdfResolveHypermediaLinksTraverse.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse.ActorRdfResolveHypermediaLinksTraverse.html @@ -1,5 +1,5 @@ ActorRdfResolveHypermediaLinksTraverse | Comunica Link Traversal

    A comunica Traverse RDF Resolve Hypermedia Links Actor.

    -

    Hierarchy

    • ActorRdfResolveHypermediaLinks
      • ActorRdfResolveHypermediaLinksTraverse

    Constructors

    Hierarchy

    • ActorRdfResolveHypermediaLinks
      • ActorRdfResolveHypermediaLinksTraverse

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -25,7 +25,7 @@
     Instead, #runObservable should be called.

    Parameters

    • action: IActionRdfResolveHypermediaLinks

      The action to run.

    Returns Promise<IActorRdfResolveHypermediaLinksOutput>

    A promise that resolves to the run result.

    -
    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfResolveHypermediaLinks

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfResolveHypermediaLinksOutput>

      A promise that resolves to the run result.

      @@ -33,7 +33,7 @@ without actually running it.

    Parameters

    • action: IActionRdfResolveHypermediaLinks

      The action to test.

    Returns Promise<TestResult<IActorTest>>

    A promise that resolves to the test result.

    -
    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_annotate_source_graph.ActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraph.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_annotate_source_graph.ActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraph.html index 3b9ca359..38b5382b 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_annotate_source_graph.ActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraph.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_annotate_source_graph.ActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraph.html @@ -1,5 +1,5 @@ ActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraph | Comunica Link Traversal

    A comunica Traverse Annotate Source Graph RDF Resolve Hypermedia Links Actor.

    -

    Hierarchy

    • ActorRdfResolveHypermediaLinks
      • ActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraph

    Constructors

    Hierarchy

    • ActorRdfResolveHypermediaLinks
      • ActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraph

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -24,12 +24,12 @@
     

    Methods

    • Parameters

      • context: IActionContext
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns any

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: (() => any)
          • (): any
          • Returns any

      Returns void

    • Run the given action on this actor.

      +

    Returns ILink

    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfResolveHypermediaLinks

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfResolveHypermediaLinksOutput>

      A promise that resolves to the run result.

      @@ -37,7 +37,7 @@ without actually running it.

    Parameters

    • action: IActionRdfResolveHypermediaLinks

      The action to test.

    Returns Promise<TestResult<IActorTest>>

    A promise that resolves to the test result.

    -
    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_prune_shapetrees.ActorRdfResolveHypermediaLinksTraversePruneShapetrees.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_prune_shapetrees.ActorRdfResolveHypermediaLinksTraversePruneShapetrees.html index 3d85f779..64d66124 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_prune_shapetrees.ActorRdfResolveHypermediaLinksTraversePruneShapetrees.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_prune_shapetrees.ActorRdfResolveHypermediaLinksTraversePruneShapetrees.html @@ -1,5 +1,5 @@ ActorRdfResolveHypermediaLinksTraversePruneShapetrees | Comunica Link Traversal

    A comunica Traverse Prune Shapetrees RDF Resolve Hypermedia Links Actor.

    -

    Hierarchy

    • ActorRdfResolveHypermediaLinks
      • ActorRdfResolveHypermediaLinksTraversePruneShapetrees

    Constructors

    Hierarchy

    • ActorRdfResolveHypermediaLinks
      • ActorRdfResolveHypermediaLinksTraversePruneShapetrees

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -26,7 +26,7 @@
     Instead, #runObservable should be called.

    Parameters

    • action: IActionRdfResolveHypermediaLinks

      The action to run.

    Returns Promise<IActorRdfResolveHypermediaLinksOutput>

    A promise that resolves to the run result.

    -
    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfResolveHypermediaLinks

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfResolveHypermediaLinksOutput>

      A promise that resolves to the run result.

      @@ -34,10 +34,10 @@ without actually running it.

    Parameters

    • action: IActionRdfResolveHypermediaLinks

      The action to test.

    Returns Promise<TestResult<IActorTest>>

    A promise that resolves to the test result.

    -
    • Get the logger from the given context.

      +

    Returns boolean

    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_replace_conditional.ActorRdfResolveHypermediaLinksTraverseReplaceConditional.html b/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_replace_conditional.ActorRdfResolveHypermediaLinksTraverseReplaceConditional.html index 8b4372b3..5edee1e6 100644 --- a/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_replace_conditional.ActorRdfResolveHypermediaLinksTraverseReplaceConditional.html +++ b/classes/_comunica_actor_rdf_resolve_hypermedia_links_traverse_replace_conditional.ActorRdfResolveHypermediaLinksTraverseReplaceConditional.html @@ -1,5 +1,5 @@ ActorRdfResolveHypermediaLinksTraverseReplaceConditional | Comunica Link Traversal

    A comunica Traverse Replace Conditional RDF Resolve Hypermedia Links Actor.

    -

    Hierarchy

    • ActorRdfResolveHypermediaLinks
      • ActorRdfResolveHypermediaLinksTraverseReplaceConditional

    Constructors

    Hierarchy

    • ActorRdfResolveHypermediaLinks
      • ActorRdfResolveHypermediaLinksTraverseReplaceConditional

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +

    Constructors

    Properties

    beforeActors: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -25,7 +25,7 @@
     Instead, #runObservable should be called.

    Parameters

    • action: IActionRdfResolveHypermediaLinks

      The action to run.

    Returns Promise<IActorRdfResolveHypermediaLinksOutput>

    A promise that resolves to the run result.

    -
    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionRdfResolveHypermediaLinks

        The action to run.

      • sideData: undefined

      Returns Promise<IActorRdfResolveHypermediaLinksOutput>

      A promise that resolves to the run result.

      @@ -33,7 +33,7 @@ without actually running it.

    Parameters

    • action: IActionRdfResolveHypermediaLinks

      The action to test.

    Returns Promise<TestResult<IActorTest>>

    A promise that resolves to the test result.

    -
    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_bus_extract_links.ActorExtractLinks.html b/classes/_comunica_bus_extract_links.ActorExtractLinks.html index 552c9ac5..af31b896 100644 --- a/classes/_comunica_bus_extract_links.ActorExtractLinks.html +++ b/classes/_comunica_bus_extract_links.ActorExtractLinks.html @@ -9,7 +9,7 @@
  • IActionExtractLinks
  • IActorExtractLinksOutput
  • -

    Type Parameters

    • TS = undefined

    Hierarchy

    Constructors

    Type Parameters

    • TS = undefined

    Hierarchy

    Constructors

    Properties

    Constructors

    Properties

    beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, TS>[]

    Actor that must be registered in the bus before this actor.

    +

    Properties

    beforeActors: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, TS>[]

    Actor that must be registered in the bus before this actor.

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    @@ -49,7 +49,7 @@
     

    Parameters

    • metadata: Stream<Quad>

      A metadata stream of quads.

    • onQuad: ((quad: Quad, links: ILink[]) => void)

      A callback that will be invoked for each quad in the metadata stream. The second argument is the array of links that can be appended to.

      -
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

    • Get the logger from the given context.

      +
        • (quad, links): void
        • Parameters

          • quad: Quad
          • links: ILink[]

          Returns void

    Returns Promise<ILink[]>

    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    diff --git a/classes/_comunica_mediator_combine_array.MediatorCombineArray.html b/classes/_comunica_mediator_combine_array.MediatorCombineArray.html index 558f5e05..661b34da 100644 --- a/classes/_comunica_mediator_combine_array.MediatorCombineArray.html +++ b/classes/_comunica_mediator_combine_array.MediatorCombineArray.html @@ -1,6 +1,6 @@ MediatorCombineArray | Comunica Link Traversal

    A comunica mediator that concatenates an array of all actor results.

    The actors that are registered first will appear earlier in the array.

    -

    Type Parameters

    • A extends Actor<I, T, O, TS>
    • I extends IAction
    • T extends IActorTest
    • O extends IActorOutput
    • TS = undefined

    Hierarchy

    • Mediator<A, I, T, O, TS>
      • MediatorCombineArray

    Implements

    Constructors

    Type Parameters

    • A extends Actor<I, T, O, TS>
    • I extends IAction
    • T extends IActorTest
    • O extends IActorOutput
    • TS = undefined

    Hierarchy

    • Mediator<A, I, T, O, TS>
      • MediatorCombineArray

    Implements

    Constructors

    Properties

    Constructors

    Properties

    bus: Bus<A, I, T, O, TS>

    The bus this mediator will mediate over.

    -
    combiner: ((results: O[]) => O)
    fields: string[]

    The field names of the test result fields over which must be mediated.

    -
    filterErrors: undefined | boolean

    If actors that throw test errors should be ignored

    -
    name: string

    The name for this mediator.

    +

    Constructors

    Properties

    bus: Bus<A, I, T, O, TS>

    The bus this mediator will mediate over.

    +
    combiner: ((results: O[]) => O)
    fields: string[]

    The field names of the test result fields over which must be mediated.

    +
    filterErrors: undefined | boolean

    If actors that throw test errors should be ignored

    +
    name: string

    The name for this mediator.

    {<rdf:subject>}
     

    Methods

    • Protected

      Construct a human-friendly failure message that accumulates the given actors's failure messages.

      Parameters

      • action: I

        The action that was executed.

      • actorFailures: string[]

        The failure messages that were collected from actor tests based on the given executed action.

        -

      Returns string

    • Mediate for the given action.

      +

    Returns string

    • Mediate for the given action.

      This will send the test action on all actors in the bus. The action will be run on the actor that tests best, of which the result will be returned.

      Parameters

      • action: I

        The action to mediate for.

      Returns Promise<O>

      A promise that resolves to the mediation result.

      -
    • Mediate for the given action to get an actor.

      This will send the test action on all actors in the bus. The actor that tests best will be returned.

      Parameters

      • action: I

        The action to mediate for.

        @@ -45,7 +45,7 @@

        One actor must be returned that provided the best test result. How 'best' is interpreted, depends on the implementation of the Mediator.

        Returns Promise<TestResult<any, TS>>

        A promise that resolves to the best actor.

        -
    • Publish the given action in the bus.

      This will send the test action on all actors in the bus. All actor replies will be returned.

      Parameters

      • action: I

        The action to mediate for.

        diff --git a/classes/_comunica_query_sparql_link_traversal.QueryEngine.html b/classes/_comunica_query_sparql_link_traversal.QueryEngine.html index a980df40..ef93aeac 100644 --- a/classes/_comunica_query_sparql_link_traversal.QueryEngine.html +++ b/classes/_comunica_query_sparql_link_traversal.QueryEngine.html @@ -1,5 +1,5 @@ QueryEngine | Comunica Link Traversal

        A Comunica SPARQL query engine.

        -

        Hierarchy

        • QueryEngineBase<IQueryContextCommon, Omit<QueryStringContext, "sources"> & {
              sources?: SourceType[];
          }, Omit<QueryAlgebraContext, "sources"> & {
              sources?: SourceType[];
          }>
          • QueryEngine

        Constructors

        Hierarchy

        • QueryEngineBase<IQueryContextCommon, Omit<QueryStringContext, "sources"> & {
              sources?: SourceType[];
          }, Omit<QueryAlgebraContext, "sources"> & {
              sources?: SourceType[];
          }>
          • QueryEngine

        Constructors

        Methods

        explain getResultMediaTypeFormats getResultMediaTypes @@ -18,7 +18,7 @@ IQueryContextCommon, Omit<QueryStringContext, 'sources'> & { sources?: SourceType[] }, Omit<QueryAlgebraContext, 'sources'> & { sources?: SourceType[] } ->.constructor

    Methods

    Methods

    Methods

    Methods

    diff --git a/interfaces/_comunica_actor_extract_links_content_policies.IVariable.html b/interfaces/_comunica_actor_extract_links_content_policies.IVariable.html index cd40c3dd..89f8fd37 100644 --- a/interfaces/_comunica_actor_extract_links_content_policies.IVariable.html +++ b/interfaces/_comunica_actor_extract_links_content_policies.IVariable.html @@ -1,6 +1,6 @@ -IVariable | Comunica Link Traversal
    interface IVariable {
        name: string;
        withPolicies: boolean;
    }

    Properties

    name +IVariable | Comunica Link Traversal
    interface IVariable {
        name: string;
        withPolicies: boolean;
    }

    Properties

    Properties

    name: string

    A variable name, without '?'.

    -
    withPolicies: boolean

    A boolean indicating if the content policies that are defined +

    withPolicies: boolean

    A boolean indicating if the content policies that are defined in the range of followed documents should be considered.

    -
    +
    diff --git a/interfaces/_comunica_actor_extract_links_headers.IActorExtractLinksTraverseHeadersArgs.html b/interfaces/_comunica_actor_extract_links_headers.IActorExtractLinksTraverseHeadersArgs.html index a2ea5181..2e552b81 100644 --- a/interfaces/_comunica_actor_extract_links_headers.IActorExtractLinksTraverseHeadersArgs.html +++ b/interfaces/_comunica_actor_extract_links_headers.IActorExtractLinksTraverseHeadersArgs.html @@ -1,4 +1,4 @@ -IActorExtractLinksTraverseHeadersArgs | Comunica Link Traversal
    interface IActorExtractLinksTraverseHeadersArgs {
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        headersRegexes: string[];
        name: string;
    }

    Hierarchy

    Properties

    beforeActors? +IActorExtractLinksTraverseHeadersArgs | Comunica Link Traversal
    interface IActorExtractLinksTraverseHeadersArgs {
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        headersRegexes: string[];
        name: string;
    }

    Hierarchy

    Properties

    beforeActors? bus busFailMessage? headersRegexes @@ -9,7 +9,7 @@

    This message may be a template string that contains references to the executed action. For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    -
    headersRegexes: string[]
    name: string

    The name for this actor.

    +
    headersRegexes: string[]
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_actor_extract_links_predicates.IActorExtractLinksTraversePredicatesArgs.html b/interfaces/_comunica_actor_extract_links_predicates.IActorExtractLinksTraversePredicatesArgs.html index fd70ee73..c72e66ee 100644 --- a/interfaces/_comunica_actor_extract_links_predicates.IActorExtractLinksTraversePredicatesArgs.html +++ b/interfaces/_comunica_actor_extract_links_predicates.IActorExtractLinksTraversePredicatesArgs.html @@ -1,4 +1,4 @@ -IActorExtractLinksTraversePredicatesArgs | Comunica Link Traversal
    interface IActorExtractLinksTraversePredicatesArgs {
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        checkSubject: boolean;
        name: string;
        predicateRegexes: string[];
    }

    Hierarchy

    Properties

    beforeActors? +IActorExtractLinksTraversePredicatesArgs | Comunica Link Traversal
    interface IActorExtractLinksTraversePredicatesArgs {
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        checkSubject: boolean;
        name: string;
        predicateRegexes: string[];
    }

    Hierarchy

    Properties

    beforeActors? bus busFailMessage? checkSubject @@ -11,9 +11,9 @@ For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    checkSubject: boolean

    If only quads will be considered that have a subject equal to the request URL.

    -
    name: string

    The name for this actor.

    +
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    predicateRegexes: string[]

    A list of regular expressions that will be tested against predicates of quads.

    -
    +
    diff --git a/interfaces/_comunica_actor_extract_links_quad_pattern.IActorExtractLinksQuadPatternArgs.html b/interfaces/_comunica_actor_extract_links_quad_pattern.IActorExtractLinksQuadPatternArgs.html index dd60c8b6..271ed070 100644 --- a/interfaces/_comunica_actor_extract_links_quad_pattern.IActorExtractLinksQuadPatternArgs.html +++ b/interfaces/_comunica_actor_extract_links_quad_pattern.IActorExtractLinksQuadPatternArgs.html @@ -1,4 +1,4 @@ -IActorExtractLinksQuadPatternArgs | Comunica Link Traversal
    interface IActorExtractLinksQuadPatternArgs {
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        name: string;
        onlyVariables: boolean;
    }

    Hierarchy

    Properties

    beforeActors? +IActorExtractLinksQuadPatternArgs | Comunica Link Traversal
    interface IActorExtractLinksQuadPatternArgs {
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        name: string;
        onlyVariables: boolean;
    }

    Hierarchy

    Properties

    onlyVariables: boolean
    {true}
     
    -
    +
    diff --git a/interfaces/_comunica_actor_extract_links_quad_pattern_query.IActorExtractLinksQuadPatternQueryArgs.html b/interfaces/_comunica_actor_extract_links_quad_pattern_query.IActorExtractLinksQuadPatternQueryArgs.html index a3cde421..4ab6e826 100644 --- a/interfaces/_comunica_actor_extract_links_quad_pattern_query.IActorExtractLinksQuadPatternQueryArgs.html +++ b/interfaces/_comunica_actor_extract_links_quad_pattern_query.IActorExtractLinksQuadPatternQueryArgs.html @@ -1,4 +1,4 @@ -IActorExtractLinksQuadPatternQueryArgs | Comunica Link Traversal
    interface IActorExtractLinksQuadPatternQueryArgs {
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        name: string;
        onlyVariables: boolean;
    }

    Hierarchy

    Properties

    beforeActors? +IActorExtractLinksQuadPatternQueryArgs | Comunica Link Traversal
    interface IActorExtractLinksQuadPatternQueryArgs {
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        name: string;
        onlyVariables: boolean;
    }

    Hierarchy

    +
    diff --git a/interfaces/_comunica_actor_extract_links_solid_type_index.IActorExtractLinksSolidTypeIndexArgs.html b/interfaces/_comunica_actor_extract_links_solid_type_index.IActorExtractLinksSolidTypeIndexArgs.html index c5459579..5a35896a 100644 --- a/interfaces/_comunica_actor_extract_links_solid_type_index.IActorExtractLinksSolidTypeIndexArgs.html +++ b/interfaces/_comunica_actor_extract_links_solid_type_index.IActorExtractLinksSolidTypeIndexArgs.html @@ -1,4 +1,4 @@ -IActorExtractLinksSolidTypeIndexArgs | Comunica Link Traversal
    interface IActorExtractLinksSolidTypeIndexArgs {
        actorInitQuery: ActorInitQueryBase;
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        inference: boolean;
        mediatorDereferenceRdf: MediatorDereferenceRdf;
        name: string;
        onlyMatchingTypes: boolean;
        typeIndexPredicates: string[];
    }

    Hierarchy

    Properties

    actorInitQuery +IActorExtractLinksSolidTypeIndexArgs | Comunica Link Traversal
    interface IActorExtractLinksSolidTypeIndexArgs {
        actorInitQuery: ActorInitQueryBase;
        beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[];
        bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>;
        busFailMessage?: string;
        inference: boolean;
        mediatorDereferenceRdf: MediatorDereferenceRdf;
        name: string;
        onlyMatchingTypes: boolean;
        typeIndexPredicates: string[];
    }

    Hierarchy

    Properties

    {<urn:comunica:default:init/actors#query>}
     
    -
    beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +
    beforeActors?: Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>, IActionExtractLinks, IActorTest, IActorExtractLinksOutput, undefined>

    The bus this actor subscribes to.

    busFailMessage?: string

    The message that will be configured in the bus for reporting failures.

    This message may be a template string that contains references to the executed action. @@ -22,8 +22,8 @@

    {true}
     
    -
    mediatorDereferenceRdf: MediatorDereferenceRdf

    The Dereference RDF mediator

    -
    name: string

    The name for this actor.

    +
    mediatorDereferenceRdf: MediatorDereferenceRdf

    The Dereference RDF mediator

    +
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    @@ -32,11 +32,11 @@
    {true}
     
    -
    typeIndexPredicates: string[]

    The type index predicate URLs that will be followed.

    +
    typeIndexPredicates: string[]

    The type index predicate URLs that will be followed.

    {http://www.w3.org/ns/solid/terms#publicTypeIndex}
     
    {http://www.w3.org/ns/solid/terms#privateTypeIndex}
     
    -
    +
    diff --git a/interfaces/_comunica_actor_optimize_query_operation_set_seed_sources_quadpattern_iris.IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs.html b/interfaces/_comunica_actor_optimize_query_operation_set_seed_sources_quadpattern_iris.IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs.html index 691a6b23..5d7222ea 100644 --- a/interfaces/_comunica_actor_optimize_query_operation_set_seed_sources_quadpattern_iris.IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs.html +++ b/interfaces/_comunica_actor_optimize_query_operation_set_seed_sources_quadpattern_iris.IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs.html @@ -1,4 +1,4 @@ -IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs | Comunica Link Traversal
    interface IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs {
        beforeActors?: Actor<IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>[];
        bus: Bus<Actor<IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>, IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>;
        busFailMessage?: string;
        extractGraphs: boolean;
        extractObjects: boolean;
        extractPredicates: boolean;
        extractSubjects: boolean;
        extractVocabIris: boolean;
        mediatorQuerySourceIdentify: MediatorQuerySourceIdentify;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput>
      • IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs

    Properties

    beforeActors? +IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs | Comunica Link Traversal
    interface IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs {
        beforeActors?: Actor<IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>[];
        bus: Bus<Actor<IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>, IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput, undefined>;
        busFailMessage?: string;
        extractGraphs: boolean;
        extractObjects: boolean;
        extractPredicates: boolean;
        extractSubjects: boolean;
        extractVocabIris: boolean;
        mediatorQuerySourceIdentify: MediatorQuerySourceIdentify;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionOptimizeQueryOperation, IActorTest, IActorOptimizeQueryOperationOutput>
      • IActorOptimizeQueryOperationSetSeedSourcesQuadpatternIrisArgs

    Properties

    {true}
     
    -
    extractObjects: boolean

    If IRIs should be extracted from object positions.

    +
    extractObjects: boolean

    If IRIs should be extracted from object positions.

    {true}
     
    -
    extractPredicates: boolean

    If IRIs should be extracted from predicate positions.

    +
    extractPredicates: boolean

    If IRIs should be extracted from predicate positions.

    {false}
     
    -
    extractSubjects: boolean

    If IRIs should be extracted from subject positions.

    +
    extractSubjects: boolean

    If IRIs should be extracted from subject positions.

    {true}
     
    -
    extractVocabIris: boolean

    If object IRIs should be extracted if the predicate is rdf:type.

    +
    extractVocabIris: boolean

    If object IRIs should be extracted if the predicate is rdf:type.

    {false}
     
    -
    mediatorQuerySourceIdentify: MediatorQuerySourceIdentify

    Mediator for identifying query sources.

    -
    name: string

    The name for this actor.

    +
    mediatorQuerySourceIdentify: MediatorQuerySourceIdentify

    Mediator for identifying query sources.

    +
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.IActorRdfJoinInnerMultiAdaptiveDestroyArgs.html b/interfaces/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.IActorRdfJoinInnerMultiAdaptiveDestroyArgs.html index 40213018..1df83284 100644 --- a/interfaces/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.IActorRdfJoinInnerMultiAdaptiveDestroyArgs.html +++ b/interfaces/_comunica_actor_rdf_join_inner_multi_adaptive_destroy.IActorRdfJoinInnerMultiAdaptiveDestroyArgs.html @@ -1,4 +1,4 @@ -IActorRdfJoinInnerMultiAdaptiveDestroyArgs | Comunica Link Traversal
    interface IActorRdfJoinInnerMultiAdaptiveDestroyArgs {
        beforeActors?: Actor<IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>[];
        bus: Bus<Actor<IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>, IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>;
        busFailMessage?: string;
        mediatorJoin: MediatorRdfJoin;
        mediatorJoinSelectivity: MediatorRdfJoinSelectivity;
        name: string;
        timeout: number;
    }

    Hierarchy

    • IActorRdfJoinArgs
      • IActorRdfJoinInnerMultiAdaptiveDestroyArgs

    Properties

    beforeActors? +IActorRdfJoinInnerMultiAdaptiveDestroyArgs | Comunica Link Traversal
    interface IActorRdfJoinInnerMultiAdaptiveDestroyArgs {
        beforeActors?: Actor<IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>[];
        bus: Bus<Actor<IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>, IActionRdfJoin, IMediatorTypeJoinCoefficients, IQueryOperationResultBindings, IActorRdfJoinTestSideData>;
        busFailMessage?: string;
        mediatorJoin: MediatorRdfJoin;
        mediatorJoinSelectivity: MediatorRdfJoinSelectivity;
        name: string;
        timeout: number;
    }

    Hierarchy

    • IActorRdfJoinArgs
      • IActorRdfJoinInnerMultiAdaptiveDestroyArgs

    Properties

    beforeActors? bus busFailMessage? mediatorJoin @@ -11,11 +11,11 @@

    This message may be a template string that contains references to the executed action. For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    -
    mediatorJoin: MediatorRdfJoin
    mediatorJoinSelectivity: MediatorRdfJoinSelectivity
    name: string

    The name for this actor.

    +
    mediatorJoin: MediatorRdfJoin
    mediatorJoinSelectivity: MediatorRdfJoinSelectivity
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    timeout: number
    {1000}
     
    -
    +
    diff --git a/interfaces/_comunica_actor_rdf_metadata_extract_shapetrees.IActorRdfMetadataExtractShapetreesArgs.html b/interfaces/_comunica_actor_rdf_metadata_extract_shapetrees.IActorRdfMetadataExtractShapetreesArgs.html index 18ededf0..54d8a189 100644 --- a/interfaces/_comunica_actor_rdf_metadata_extract_shapetrees.IActorRdfMetadataExtractShapetreesArgs.html +++ b/interfaces/_comunica_actor_rdf_metadata_extract_shapetrees.IActorRdfMetadataExtractShapetreesArgs.html @@ -1,4 +1,4 @@ -IActorRdfMetadataExtractShapetreesArgs | Comunica Link Traversal
    interface IActorRdfMetadataExtractShapetreesArgs {
        actorInitQuery: ActorInitQueryBase;
        beforeActors?: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[];
        bus: Bus<Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>, IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>;
        busFailMessage?: string;
        mediatorDereferenceRdf: MediatorDereferenceRdf;
        mediatorHttp: MediatorHttp;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput>
      • IActorRdfMetadataExtractShapetreesArgs

    Properties

    actorInitQuery +IActorRdfMetadataExtractShapetreesArgs | Comunica Link Traversal
    interface IActorRdfMetadataExtractShapetreesArgs {
        actorInitQuery: ActorInitQueryBase;
        beforeActors?: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[];
        bus: Bus<Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>, IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>;
        busFailMessage?: string;
        mediatorDereferenceRdf: MediatorDereferenceRdf;
        mediatorHttp: MediatorHttp;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput>
      • IActorRdfMetadataExtractShapetreesArgs

    Properties

    {<urn:comunica:default:init/actors#query>}
     
    -
    beforeActors?: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    +
    beforeActors?: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[]

    Actor that must be registered in the bus before this actor.

    bus: Bus<Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>, IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>

    The bus this actor subscribes to.

    busFailMessage?: string

    The message that will be configured in the bus for reporting failures.

    This message may be a template string that contains references to the executed action. For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    mediatorDereferenceRdf: MediatorDereferenceRdf

    The Dereference RDF mediator

    -
    mediatorHttp: MediatorHttp

    The HTTP mediator

    -
    name: string

    The name for this actor.

    +
    mediatorHttp: MediatorHttp

    The HTTP mediator

    +
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_actor_rdf_metadata_extract_traverse.IActorRdfMetadataExtractTraverseArgs.html b/interfaces/_comunica_actor_rdf_metadata_extract_traverse.IActorRdfMetadataExtractTraverseArgs.html index 3cfd8387..75a60331 100644 --- a/interfaces/_comunica_actor_rdf_metadata_extract_traverse.IActorRdfMetadataExtractTraverseArgs.html +++ b/interfaces/_comunica_actor_rdf_metadata_extract_traverse.IActorRdfMetadataExtractTraverseArgs.html @@ -1,4 +1,4 @@ -IActorRdfMetadataExtractTraverseArgs | Comunica Link Traversal
    interface IActorRdfMetadataExtractTraverseArgs {
        beforeActors?: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[];
        bus: Bus<Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>, IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>;
        busFailMessage?: string;
        mediatorExtractLinks: MediatorExtractLinks;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput>
      • IActorRdfMetadataExtractTraverseArgs

    Properties

    beforeActors? +IActorRdfMetadataExtractTraverseArgs | Comunica Link Traversal
    interface IActorRdfMetadataExtractTraverseArgs {
        beforeActors?: Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>[];
        bus: Bus<Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>, IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, undefined>;
        busFailMessage?: string;
        mediatorExtractLinks: MediatorExtractLinks;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput>
      • IActorRdfMetadataExtractTraverseArgs

    Properties

    beforeActors? bus busFailMessage? mediatorExtractLinks @@ -10,7 +10,7 @@ For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    mediatorExtractLinks: MediatorExtractLinks

    Mediator for extracting links for traversal.

    -
    name: string

    The name for this actor.

    +
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs.html b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs.html index d90419cd..627e6baa 100644 --- a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs.html +++ b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs.html @@ -1,4 +1,4 @@ -IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        busFailMessage?: string;
        mediatorRdfResolveHypermediaLinksQueue: Mediator<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput>
      • IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs

    Properties

    beforeActors? +IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        busFailMessage?: string;
        mediatorRdfResolveHypermediaLinksQueue: Mediator<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput>
      • IActorRdfResolveHypermediaLinksQueueWrapperInfoOccupancyArgs

    Properties

    beforeActors? bus busFailMessage? mediatorRdfResolveHypermediaLinksQueue @@ -9,7 +9,7 @@

    This message may be a template string that contains references to the executed action. For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    -
    mediatorRdfResolveHypermediaLinksQueue: Mediator<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>
    name: string

    The name for this actor.

    +
    mediatorRdfResolveHypermediaLinksQueue: Mediator<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs.html b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs.html index 97957dd5..da4e8404 100644 --- a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs.html +++ b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs.html @@ -1,4 +1,4 @@ -IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        busFailMessage?: string;
        limit: number;
        mediatorRdfResolveHypermediaLinksQueue: MediatorRdfResolveHypermediaLinksQueue;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput>
      • IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs

    Properties

    beforeActors? +IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        busFailMessage?: string;
        limit: number;
        mediatorRdfResolveHypermediaLinksQueue: MediatorRdfResolveHypermediaLinksQueue;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput>
      • IActorRdfResolveHypermediaLinksQueueWrapperLimitCountArgs

    Properties

    beforeActors? bus busFailMessage? limit @@ -10,7 +10,7 @@

    This message may be a template string that contains references to the executed action. For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    -
    limit: number
    mediatorRdfResolveHypermediaLinksQueue: MediatorRdfResolveHypermediaLinksQueue
    name: string

    The name for this actor.

    +
    limit: number
    mediatorRdfResolveHypermediaLinksQueue: MediatorRdfResolveHypermediaLinksQueue
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs.html b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs.html index 90d46ce7..c9a7147f 100644 --- a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs.html +++ b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs.html @@ -1,4 +1,4 @@ -IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        busFailMessage?: string;
        limit: number;
        mediatorRdfResolveHypermediaLinksQueue: Mediator<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput>
      • IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs

    Properties

    beforeActors? +IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        busFailMessage?: string;
        limit: number;
        mediatorRdfResolveHypermediaLinksQueue: Mediator<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput>
      • IActorRdfResolveHypermediaLinksQueueWrapperLimitDepthArgs

    Properties

    beforeActors? bus busFailMessage? limit @@ -10,7 +10,7 @@

    This message may be a template string that contains references to the executed action. For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    -
    limit: number
    mediatorRdfResolveHypermediaLinksQueue: Mediator<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>
    name: string

    The name for this actor.

    +
    limit: number
    mediatorRdfResolveHypermediaLinksQueue: Mediator<Actor<IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>, IActionRdfResolveHypermediaLinksQueue, IActorTest, IActorRdfResolveHypermediaLinksQueueOutput, undefined>
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse.IActorRdfResolveHypermediaLinksTraverse.html b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse.IActorRdfResolveHypermediaLinksTraverse.html index 5acb847d..4157fe2a 100644 --- a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse.IActorRdfResolveHypermediaLinksTraverse.html +++ b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse.IActorRdfResolveHypermediaLinksTraverse.html @@ -1,4 +1,4 @@ -IActorRdfResolveHypermediaLinksTraverse | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksTraverse {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>;
        busFailMessage?: string;
        name: string;
        upgradeInsecureRequests?: boolean;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput>
      • IActorRdfResolveHypermediaLinksTraverse

    Properties

    beforeActors? +IActorRdfResolveHypermediaLinksTraverse | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksTraverse {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>;
        busFailMessage?: string;
        name: string;
        upgradeInsecureRequests?: boolean;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput>
      • IActorRdfResolveHypermediaLinksTraverse

    Properties

    upgradeInsecureRequests?: boolean

    Upgrade insecure http requests to https when performing link traversal. This setting will override the recommended settings in a secure browser context.

    -
    +
    diff --git a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_annotate_source_graph.IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs.html b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_annotate_source_graph.IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs.html index 513c7813..14beabae 100644 --- a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_annotate_source_graph.IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs.html +++ b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_annotate_source_graph.IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs.html @@ -1,4 +1,4 @@ -IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>;
        busFailMessage?: string;
        mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput>
      • IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs

    Properties

    beforeActors? +IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>;
        busFailMessage?: string;
        mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput>
      • IActorRdfResolveHypermediaLinksTraverseAnnotateSourceGraphArgs

    Properties

    beforeActors? bus busFailMessage? mediatorRdfResolveHypermediaLinks @@ -9,7 +9,7 @@

    This message may be a template string that contains references to the executed action. For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    -
    mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks
    name: string

    The name for this actor.

    +
    mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_prune_shapetrees.IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs.html b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_prune_shapetrees.IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs.html index 508bf885..34b8414d 100644 --- a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_prune_shapetrees.IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs.html +++ b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_prune_shapetrees.IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs.html @@ -1,4 +1,4 @@ -IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>;
        busFailMessage?: string;
        mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks;
        name: string;
    }

    Hierarchy

    • IActorRdfResolveHypermediaLinksArgs
      • IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs

    Properties

    beforeActors? +IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>;
        busFailMessage?: string;
        mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks;
        name: string;
    }

    Hierarchy

    • IActorRdfResolveHypermediaLinksArgs
      • IActorRdfResolveHypermediaLinksTraversePruneShapetreesArgs

    Properties

    beforeActors? bus busFailMessage? mediatorRdfResolveHypermediaLinks @@ -10,7 +10,7 @@ For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks

    Mediator over the rdf-resolve-hypermedia-links bus.

    -
    name: string

    The name for this actor.

    +
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_replace_conditional.IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs.html b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_replace_conditional.IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs.html index c454edfa..6c16b4a9 100644 --- a/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_replace_conditional.IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs.html +++ b/interfaces/_comunica_actor_rdf_resolve_hypermedia_links_traverse_replace_conditional.IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs.html @@ -1,4 +1,4 @@ -IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>;
        busFailMessage?: string;
        mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput>
      • IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs

    Properties

    beforeActors? +IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs | Comunica Link Traversal
    interface IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs {
        beforeActors?: Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>[];
        bus: Bus<Actor<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>, IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput, undefined>;
        busFailMessage?: string;
        mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks;
        name: string;
    }

    Hierarchy

    • IActorArgs<IActionRdfResolveHypermediaLinks, IActorTest, IActorRdfResolveHypermediaLinksOutput>
      • IActorRdfResolveHypermediaLinksTraverseReplaceConditionalArgs

    Properties

    beforeActors? bus busFailMessage? mediatorRdfResolveHypermediaLinks @@ -9,7 +9,7 @@

    This message may be a template string that contains references to the executed action. For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

    -
    mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks
    name: string

    The name for this actor.

    +
    mediatorRdfResolveHypermediaLinks: MediatorRdfResolveHypermediaLinks
    name: string

    The name for this actor.

    {<rdf:subject>}
     
    diff --git a/interfaces/_comunica_bus_extract_links.IActionExtractLinks.html b/interfaces/_comunica_bus_extract_links.IActionExtractLinks.html index 4b879944..12fdcad7 100644 --- a/interfaces/_comunica_bus_extract_links.IActionExtractLinks.html +++ b/interfaces/_comunica_bus_extract_links.IActionExtractLinks.html @@ -1,12 +1,12 @@ -IActionExtractLinks | Comunica Link Traversal
    interface IActionExtractLinks {
        context: IActionContext;
        headers?: Headers;
        metadata: Stream<Quad>;
        requestTime: number;
        url: string;
    }

    Hierarchy

    • IAction
      • IActionExtractLinks

    Properties

    context +IActionExtractLinks | Comunica Link Traversal
    interface IActionExtractLinks {
        context: IActionContext;
        headers?: Headers;
        metadata: Stream<Quad>;
        requestTime: number;
        url: string;
    }

    Hierarchy

    • IAction
      • IActionExtractLinks

    Properties

    context: IActionContext

    The input context that is passed through by actors.

    headers?: Headers

    The headers of the page.

    -
    metadata: Stream<Quad>

    The stream of quads to extract links from.

    -
    requestTime: number

    The time it took to request the page in milliseconds. +

    metadata: Stream<Quad>

    The stream of quads to extract links from.

    +
    requestTime: number

    The time it took to request the page in milliseconds. This is the time until the first byte arrives.

    -
    url: string

    The page URL from which the quads were retrieved.

    -
    +
    url: string

    The page URL from which the quads were retrieved.

    +
    diff --git a/interfaces/_comunica_bus_extract_links.IActorExtractLinksOutput.html b/interfaces/_comunica_bus_extract_links.IActorExtractLinksOutput.html index dabadcf3..00402739 100644 --- a/interfaces/_comunica_bus_extract_links.IActorExtractLinksOutput.html +++ b/interfaces/_comunica_bus_extract_links.IActorExtractLinksOutput.html @@ -1,5 +1,5 @@ -IActorExtractLinksOutput | Comunica Link Traversal
    interface IActorExtractLinksOutput {
        links: ILink[];
        linksConditional?: ILink[];
    }

    Hierarchy

    • IActorOutput
      • IActorExtractLinksOutput

    Properties

    links +IActorExtractLinksOutput | Comunica Link Traversal
    interface IActorExtractLinksOutput {
        links: ILink[];
        linksConditional?: ILink[];
    }

    Hierarchy

    • IActorOutput
      • IActorExtractLinksOutput

    Properties

    links: ILink[]

    The links to follow.

    -
    linksConditional?: ILink[]

    The conditional links.

    -
    +
    linksConditional?: ILink[]

    The conditional links.

    +
    diff --git a/interfaces/_comunica_mediator_combine_array.IMediatorCombineUnionArgs.html b/interfaces/_comunica_mediator_combine_array.IMediatorCombineUnionArgs.html index eb02e161..3dd7052a 100644 --- a/interfaces/_comunica_mediator_combine_array.IMediatorCombineUnionArgs.html +++ b/interfaces/_comunica_mediator_combine_array.IMediatorCombineUnionArgs.html @@ -1,11 +1,11 @@ -IMediatorCombineUnionArgs | Comunica Link Traversal
    interface IMediatorCombineUnionArgs<A, I, T, O, TS> {
        bus: Bus<A, I, T, O, TS>;
        fields: string[];
        filterErrors?: boolean;
        name: string;
    }

    Type Parameters

    • A extends Actor<I, T, O, TS>
    • I extends IAction
    • T extends IActorTest
    • O extends IActorOutput
    • TS = undefined

    Hierarchy

    • IMediatorArgs<A, I, T, O, TS>
      • IMediatorCombineUnionArgs

    Implemented by

    Properties

    bus +IMediatorCombineUnionArgs | Comunica Link Traversal
    interface IMediatorCombineUnionArgs<A, I, T, O, TS> {
        bus: Bus<A, I, T, O, TS>;
        fields: string[];
        filterErrors?: boolean;
        name: string;
    }

    Type Parameters

    • A extends Actor<I, T, O, TS>
    • I extends IAction
    • T extends IActorTest
    • O extends IActorOutput
    • TS = undefined

    Hierarchy

    • IMediatorArgs<A, I, T, O, TS>
      • IMediatorCombineUnionArgs

    Implemented by

    Properties

    bus: Bus<A, I, T, O, TS>

    The bus this mediator will mediate over.

    fields: string[]

    The field names of the test result fields over which must be mediated.

    -
    filterErrors?: boolean

    If actors that throw test errors should be ignored

    -
    name: string

    The name for this mediator.

    +
    filterErrors?: boolean

    If actors that throw test errors should be ignored

    +
    name: string

    The name for this mediator.

    {<rdf:subject>}
     
    diff --git a/types/_comunica_bus_extract_links.IActorExtractLinksArgs.html b/types/_comunica_bus_extract_links.IActorExtractLinksArgs.html index 68b64256..0a75534e 100644 --- a/types/_comunica_bus_extract_links.IActorExtractLinksArgs.html +++ b/types/_comunica_bus_extract_links.IActorExtractLinksArgs.html @@ -1 +1 @@ -IActorExtractLinksArgs | Comunica Link Traversal
    IActorExtractLinksArgs<TS>: IActorArgs<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, TS>

    Type Parameters

    • TS = undefined
    +IActorExtractLinksArgs | Comunica Link Traversal
    IActorExtractLinksArgs<TS>: IActorArgs<IActionExtractLinks, IActorTest, IActorExtractLinksOutput, TS>

    Type Parameters

    • TS = undefined
    diff --git a/types/_comunica_bus_extract_links.MediatorExtractLinks.html b/types/_comunica_bus_extract_links.MediatorExtractLinks.html index ed5df802..7393f107 100644 --- a/types/_comunica_bus_extract_links.MediatorExtractLinks.html +++ b/types/_comunica_bus_extract_links.MediatorExtractLinks.html @@ -1 +1 @@ -MediatorExtractLinks | Comunica Link Traversal
    +MediatorExtractLinks | Comunica Link Traversal
    diff --git a/types/_comunica_types_link_traversal.AnnotateSourcesType.html b/types/_comunica_types_link_traversal.AnnotateSourcesType.html index 8c3d2e8a..f8f480d7 100644 --- a/types/_comunica_types_link_traversal.AnnotateSourcesType.html +++ b/types/_comunica_types_link_traversal.AnnotateSourcesType.html @@ -1 +1 @@ -AnnotateSourcesType | Comunica Link Traversal
    AnnotateSourcesType: "graph"
    +AnnotateSourcesType | Comunica Link Traversal
    AnnotateSourcesType: "graph"
    diff --git a/variables/_comunica_actor_extract_links_content_policies.KEY_CONTEXT_POLICIES.html b/variables/_comunica_actor_extract_links_content_policies.KEY_CONTEXT_POLICIES.html index 541f4ce4..4c851beb 100644 --- a/variables/_comunica_actor_extract_links_content_policies.KEY_CONTEXT_POLICIES.html +++ b/variables/_comunica_actor_extract_links_content_policies.KEY_CONTEXT_POLICIES.html @@ -1 +1 @@ -KEY_CONTEXT_POLICIES | Comunica Link Traversal
    +KEY_CONTEXT_POLICIES | Comunica Link Traversal
    diff --git a/variables/_comunica_actor_extract_links_content_policies.KEY_CONTEXT_WITHPOLICIES.html b/variables/_comunica_actor_extract_links_content_policies.KEY_CONTEXT_WITHPOLICIES.html index 5df2545a..7f7c2f36 100644 --- a/variables/_comunica_actor_extract_links_content_policies.KEY_CONTEXT_WITHPOLICIES.html +++ b/variables/_comunica_actor_extract_links_content_policies.KEY_CONTEXT_WITHPOLICIES.html @@ -1 +1 @@ -KEY_CONTEXT_WITHPOLICIES | Comunica Link Traversal
    +KEY_CONTEXT_WITHPOLICIES | Comunica Link Traversal
    diff --git a/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.KEY_CONTEXT_WRAPPED.html b/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.KEY_CONTEXT_WRAPPED.html index 49859048..3bf99668 100644 --- a/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.KEY_CONTEXT_WRAPPED.html +++ b/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_info_occupancy.KEY_CONTEXT_WRAPPED.html @@ -1 +1 @@ -KEY_CONTEXT_WRAPPED | Comunica Link Traversal
    +KEY_CONTEXT_WRAPPED | Comunica Link Traversal
    diff --git a/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.KEY_CONTEXT_WRAPPED.html b/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.KEY_CONTEXT_WRAPPED.html index bcc3e583..da6212f2 100644 --- a/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.KEY_CONTEXT_WRAPPED.html +++ b/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_count.KEY_CONTEXT_WRAPPED.html @@ -1 +1 @@ -KEY_CONTEXT_WRAPPED | Comunica Link Traversal
    +KEY_CONTEXT_WRAPPED | Comunica Link Traversal
    diff --git a/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.KEY_CONTEXT_WRAPPED.html b/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.KEY_CONTEXT_WRAPPED.html index 08cc6a2e..3d5c371d 100644 --- a/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.KEY_CONTEXT_WRAPPED.html +++ b/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.KEY_CONTEXT_WRAPPED.html @@ -1 +1 @@ -KEY_CONTEXT_WRAPPED | Comunica Link Traversal
    +KEY_CONTEXT_WRAPPED | Comunica Link Traversal
    diff --git a/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.KEY_METADATA_DEPTH.html b/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.KEY_METADATA_DEPTH.html index 471417da..f6bbd074 100644 --- a/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.KEY_METADATA_DEPTH.html +++ b/variables/_comunica_actor_rdf_resolve_hypermedia_links_queue_wrapper_limit_depth.KEY_METADATA_DEPTH.html @@ -1 +1 @@ -KEY_METADATA_DEPTH | Comunica Link Traversal
    KEY_METADATA_DEPTH: "actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-depth:depth" = 'actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-depth:depth'
    +KEY_METADATA_DEPTH | Comunica Link Traversal
    KEY_METADATA_DEPTH: "actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-depth:depth" = 'actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-depth:depth'
    diff --git a/variables/_comunica_context_entries_link_traversal.KeysExtractLinksTree.html b/variables/_comunica_context_entries_link_traversal.KeysExtractLinksTree.html index 5206e487..049834b4 100644 --- a/variables/_comunica_context_entries_link_traversal.KeysExtractLinksTree.html +++ b/variables/_comunica_context_entries_link_traversal.KeysExtractLinksTree.html @@ -1,3 +1,3 @@ KeysExtractLinksTree | Comunica Link Traversal
    KeysExtractLinksTree: {
        strictTraversal: ActionContextKey<boolean>;
    } = ...

    Type declaration

    • strictTraversal: ActionContextKey<boolean>

      A flag to indicate if relationships should strictly correspond to the current document's URL. Default true.

      -
    +
    diff --git a/variables/_comunica_context_entries_link_traversal.KeysRdfJoin.html b/variables/_comunica_context_entries_link_traversal.KeysRdfJoin.html index 0310ca2c..4f0c9b5c 100644 --- a/variables/_comunica_context_entries_link_traversal.KeysRdfJoin.html +++ b/variables/_comunica_context_entries_link_traversal.KeysRdfJoin.html @@ -1,2 +1,2 @@ KeysRdfJoin | Comunica Link Traversal
    KeysRdfJoin: {
        skipAdaptiveJoin: ActionContextKey<boolean>;
    } = ...

    Type declaration

    • skipAdaptiveJoin: ActionContextKey<boolean>

      If adaptive joining must not be done.

      -
    +
    diff --git a/variables/_comunica_context_entries_link_traversal.KeysRdfResolveHypermediaLinks.html b/variables/_comunica_context_entries_link_traversal.KeysRdfResolveHypermediaLinks.html index 8f095101..37eeeb4f 100644 --- a/variables/_comunica_context_entries_link_traversal.KeysRdfResolveHypermediaLinks.html +++ b/variables/_comunica_context_entries_link_traversal.KeysRdfResolveHypermediaLinks.html @@ -2,4 +2,4 @@ ActorIniQueryBase in @comunica/actor-init-query if it makes sense to use this entry externally. Also, add this shortcut to IQueryContextCommon in @comunica/types.

    Type declaration

    • annotateSources: ActionContextKey<"graph">

      Context entry for indicating the type of source annotation.

      -
    +