Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Variable

A variable is a symbolic representation of some quantity whose value we do not know yet. Something whose value is not fixed and could take different values depending upon the situation. This interface must be implemented by all classes representing varying/unknown values.

Hierarchy

Implemented by

Indexable

[x: string]: any

A variable is a symbolic representation of some quantity whose value we do not know yet. Something whose value is not fixed and could take different values depending upon the situation. This interface must be implemented by all classes representing varying/unknown values.

Index

Properties

Properties

name

name: string

The string with which this is identified by.

quantity

quantity: string

The kind of physical quantity this implements.

type

type: "variable"

Generated using TypeDoc