NovaECS - v1.0.11
    Preparing search index...

    Interface WavePlan

    Wave planning result 波次规划结果

    interface WavePlan {
        conflicts: SystemConflict[];
        efficiency: number;
        totalEstimatedTime: number;
        unscheduled: SystemHandle[];
        waves: ExecutionWave[];
    }
    Index

    Properties

    conflicts: SystemConflict[]

    Detected conflicts 检测到的冲突

    efficiency: number

    Parallelization efficiency (0-1) 并行化效率(0-1)

    totalEstimatedTime: number

    Total estimated execution time 总预估执行时间

    unscheduled: SystemHandle[]

    Systems that could not be scheduled 无法调度的系统

    waves: ExecutionWave[]

    Execution waves in order 按顺序的执行波次