Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StoryEvent

Sự kiện xảy ra trong quá trình điều phối

Hierarchy

  • StoryEvent

Index

Constructors

constructor

  • new StoryEvent(time: number, processName: string, description: string): StoryEvent
  • Parameters

    • time: number

      Thời gian xảy ra sự kiện

    • processName: string

      Tiến trình gây nên sự kiện

    • description: string

      Thông tin mô tả

    Returns StoryEvent

Properties

Private description

description: string

Mô tả chi tiết

endEvent

endEvent: boolean

Private proccessName

proccessName: string

Tên tiến trình gây ra sự kiện

Private time

time: number

Thời điểm sự kiện được kích hoạt

Accessors

Description

  • get Description(): string
  • set Description(description: string): void

EndEvent

  • get EndEvent(): boolean
  • set EndEvent(isEnd: boolean): void

ProcessName

  • get ProcessName(): string
  • set ProcessName(processName: string): void

Time

  • get Time(): number
  • set Time(time: number): void

Methods

toString

  • toString(): string