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

nl.uu.cs.ape.models.enums.ConfigEnum Maven / Gradle / Ivy

Go to download

APE is a command line tool and an API for the automated exploration of possible computational pipelines (workflows) from large collections of computational tools.

The newest version!
package nl.uu.cs.ape.models.enums;

/**
 * Defines the values describing the quantity of covered cases.
 * 

* Values: [{@code NONE}, {@code ONE}, {@code ALL}] * @author Vedran Kasalica */ public enum ConfigEnum { /** * None of the cases should be covered. */ NONE, /** * One case should be covered. */ ONE, /** * All cases should be covered. */ ALL }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy