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

io.descoped.dc.api.node.Parallel Maven / Gradle / Ivy

The newest version!
package io.descoped.dc.api.node;

import java.util.List;
import java.util.Set;

public interface Parallel extends Node {

    Query splitQuery();

    Set variableNames();

    Query variable(String name);

    List steps();

    Publish publish();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy