Options
All
  • Public
  • Public/Protected
  • All
Menu

Query and modify an array of quads.

Hierarchy

  • BasicStore

Implements

  • LowLevelStore

Index

Constructors

constructor

Properties

dataCallbacks

dataCallbacks: Array<(quad: Quad) => void>

quads

quads: Quad[] = []

rdfFactory

rdfFactory: DataFactory

removeCallback

removeCallback: ((quad: Quad) => void) | undefined

Accessors

length

  • get length(): number

Methods

add

addDataCallback

  • addDataCallback(callback: (q: Quad) => void): void
  • Parameters

    • callback: (q: Quad) => void
        • (q: Quad): void
        • Parameters

          • q: Quad

          Returns void

    Returns void

addQuad

  • addQuad(quad: Quad): Quad

addQuadruple

addQuadruples

addQuads

  • addQuads(quads: Quad[]): Quad[]

identityRemove

  • identityRemove(arr: Quad[], quad: Quad): void

match

  • match(subject: SomeNode | null, predicate: NamedNode | null, object: SomeTerm | null, graph: SomeNode | null, justOne?: boolean): Quad[]

rdfArrayRemove

  • rdfArrayRemove(_arr: Quad[], _quad: Quad): void

remove

  • remove(st: Quad): this

removeQuad

  • removeQuad(quad: Quad): this

removeQuads

  • removeQuads(quads: Quad[]): this

searchRemove

  • searchRemove(arr: Quad[], quad: Quad): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc