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

cn.ideabuffer.process.api.model.node.WhileConditionNodeModel 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.condition.WhileConditionNode;
import org.jetbrains.annotations.NotNull;

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

    private static final long serialVersionUID = 6443601990446120760L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy