All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jgrapht.graph.DagStatus Maven / Gradle / Ivy

package org.jgrapht.graph;

/**
 * DAG执行状态
 */
public enum DagStatus {
    // 运行中
    RUNNING,

    // 已完成
    FINISH;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy