Class StaticSemantics

A type for semantic data that have a specified identity property as an implementation to the Identifiable interface. It has the identity property and a value property that holds the semantic information.

A static string value is provided for identity and that is held for the entire existence of the semantic value (it cannot change).

See

Identifiable

Hierarchy

  • StaticSemantics

Implements

Constructors

Properties

Constructors

  • Parameters

    • identity: string

      The static identifier that is required to implement Identifiable.

    • value: unknown

      The semantic information to be stored.

    Returns StaticSemantics

Properties

identity: string

The static identifier that is required to implement Identifiable.

value: unknown

The semantic information to be stored.