nl.uu.cs.ape.models.logic.constructs.APEPredicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of APE Show documentation
Show all versions of APE Show documentation
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.logic.constructs;
/**
* Class provides interface for all APE related predicated used in the encoding.
*
* @author Vedran Kasalica
*
*/
public interface APEPredicate {
}