Options
All
  • Public
  • Public/Protected
  • All
Menu

Verb class for the Mystery Master Logic Puzzle Solver.

copyright

mysterymaster.com. All rights reserved.

author

Michael Benson

version

2021-08-31

Hierarchy

  • Verb

Index

Constructors

constructor

  • new Verb(num: number, name: string, code: string, style?: string): Verb
  • Parameters

    • num: number
    • name: string
    • code: string
    • style: string = null

    Returns Verb

Properties

code

code: string

name

name: string

num

num: number

style

style: string

type

type: string

Static Is

Is: Verb = ...

Static IsNot

IsNot: Verb = ...

Static MaxVerbs

MaxVerbs: number = ...

Static Maybe

Maybe: Verb = ...

Static Types

Types: string[] = ...

Methods

asString

  • asString(): string
  • Returns string

getCodeAsHtml

  • getCodeAsHtml(): string
  • Returns string

toString

  • toString(): string
  • Returns string

Generated using TypeDoc