@faubulous/mentor-rdf
    Preparing search index...

    Class Variable

    An RDF/JS compliant Variable implementation.

    Implements

    • Variable
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    termType: "Variable" = ...

    Contains the constant "Variable".

    value: string

    The name of the variable without leading ? (example: a).

    Methods

    • Parameters

      • other: Term | null | undefined

        The term to compare with.

      Returns boolean

      True if and only if other has termType "Variable" and the same value.