Searched refs:phaseId (Results 1 – 2 of 2) sorted by relevance
126 const phaseId = this.sourceResolver.getPhaseIdByName(phaseName); constant127 this.selectMenu.selectedIndex = phaseId;128 this.displayPhase(this.sourceResolver.getPhase(phaseId), selection);
642 getPhase(phaseId: number) {643 return this.phases[phaseId];