Options
All
  • Public
  • Public/Protected
  • All
Menu

Class State<T>

A state of the automaton

author

Arthur Trottier

author

Charlotte Cogan

author

Julien Aimonier-Davat

Type parameters

  • T

Hierarchy

  • State

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new State(_name: T, _isInitial: boolean, _isFinal: boolean): State

Properties

Private _isFinal

_isFinal: boolean

Private _isInitial

_isInitial: boolean

Private _name

_name: T

Accessors

isFinal

  • get isFinal(): boolean

isInitial

  • get isInitial(): boolean

name

  • get name(): T

Methods

equals

  • equals(state: State<T>): boolean

hasName

  • hasName(name: T): boolean

toString

  • toString(): string

Generated using TypeDoc