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

cn.ideabuffer.process.api.model.node.BranchNodeModel Maven / Gradle / Ivy

There is a newer version: 1.1.16
Show newest version
package cn.ideabuffer.process.api.model.node;

import cn.ideabuffer.process.core.nodes.branch.BranchNode;
import org.jetbrains.annotations.NotNull;

/**
 * @author sangjian.sj
 * @date 2020/06/22
 */
public class BranchNodeModel extends ExecutableNodeModel {

    private static final long serialVersionUID = 5994716736654605209L;

    public BranchNodeModel(@NotNull R node) {
        super(node);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy