Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LowLevelStore
    • IndexedStore

Implemented by

Index

Properties

indices

indices: Quad[][][]

quads

quads: Quad[]

rdfFactory

rdfFactory: DataFactory

Methods

add

  • add(subject: Node, predicate: NamedNode, object: Term, graph?: Node): Quad
  • Parameters

    • subject: Node
    • predicate: NamedNode
    • object: Term
    • Optional graph: Node

    Returns Quad

addQuad

  • addQuad(quad: Quad): Quad
  • Parameters

    • quad: Quad

    Returns Quad

addQuadruple

addQuadruples

addQuads

  • addQuads(quad: Quad[]): Quad[]
  • Parameters

    • quad: Quad[]

    Returns Quad[]

canon

  • canon<T>(t: T): T

match

  • match(subj: Node | undefined | null, pred?: NamedNode | undefined | null, obj?: Term | undefined | null, why?: Node | undefined | null, justOne?: undefined | false | true): Quad[]
  • Parameters

    • subj: Node | undefined | null
    • Optional pred: NamedNode | undefined | null
    • Optional obj: Term | undefined | null
    • Optional why: Node | undefined | null
    • Optional justOne: undefined | false | true

    Returns Quad[]

removeQuad

  • removeQuad(quad: Quad): void
  • Parameters

    • quad: Quad

    Returns void

removeQuads

  • removeQuads(quad: Quad[]): void
  • Parameters

    • quad: Quad[]

    Returns 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