Options
All
  • Public
  • Public/Protected
  • All
Menu

An implementation of RDF/JS' Variable.

Hierarchy

Implements

  • Variable

Index

Constructors

Properties

Methods

Constructors

Properties

termType: "Variable" = "Variable"
value: string

Methods

  • equals(other: null | Term): boolean
  • Checks the equality of two terms.

    Parameters

    • other: null | Term

      The term to compare against.

    Returns boolean

    false if the term is null, undefined, or of a different type. Also false if one or more properties are not equal, otherwise true.

Generated using TypeDoc