Options
All
  • Public
  • Public/Protected
  • All
Menu

Module viewer/Former

Former module for the Mystery Master Logic Puzzle Solver.

copyright

mysterymaster.com. All rights reserved.

author

Michael Benson

version

2021-08-31

Index

Functions

getChartAsHtml

  • getChartAsHtml(puzzle: Puzzle, chartCol1: number, isSolution?: boolean): string
  • Returns chart as HTML table.

    Parameters

    • puzzle: Puzzle

      Puzzle.

    • chartCol1: number

      Zero-based number of first noun type to display in chart.

    • isSolution: boolean = false

      True if the chart displays solution.

    Returns string

    HTML table as string.

getFactsAsHtml

  • getFactsAsHtml(puzzle: Puzzle): string
  • Returns facts as HTML table.

    Parameters

    Returns string

    HTML table as string.

getGridsAsHtml

  • Returns Grids as HTML table.

    Parameters

    Returns string

    HTML table as string.

getLinksAsHtml

  • getLinksAsHtml(puzzle: Puzzle): string
  • Returns puzzle links as HTML table.

    Parameters

    Returns string

    HTML table as string.

getMarksAsHtml

  • getMarksAsHtml(solver: Solver): string
  • Returns marks as HTML table.

    Parameters

    Returns string

    HTML table as string.

getNounsAsHtml

  • getNounsAsHtml(puzzle: Puzzle): string
  • Returns puzzle nouns as HTML table.

    Parameters

    Returns string

    HTML table as string.

getRulesAsHtml

  • getRulesAsHtml(puzzle: Puzzle): string
  • Returns rules as HTML table.

    Parameters

    Returns string

    HTML table as string.

getStatsAsHtml

  • getStatsAsHtml(stats: Stats): string
  • Returns stats as HTML table.

    Parameters

    Returns string

    HTML table as string.

getVerbsAsHtml

  • getVerbsAsHtml(puzzle: Puzzle): string
  • Returns puzzle verbs as HTML table.

    Parameters

    Returns string

    HTML table as string.

Generated using TypeDoc