Searched refs:CujEntry (Results 1 – 3 of 3) sorted by relevance
31 import {CujEntry, CujStatus, UiData} from './ui_data';61 protected override logPresenter = new LogPresenter<CujEntry>();88 protected override async makeUiDataEntries(): Promise<CujEntry[]> {89 const cujs: CujEntry[] = [];149 cujs.push(new CujEntry(entry, fields, cujNode));
42 import {CujEntry, UiData} from './ui_data';135 return new CujEntry(
46 export class CujEntry implements LogEntry { class