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

org.requirementsascode.Condition Maven / Gradle / Ivy

There is a newer version: 2.0
Show newest version
package org.requirementsascode;

/**
 * A condition, as part of a model. A condition is used to evaluate when a model
 * runner triggers a system reaction, given that a message of a type defined in
 * the model is received.
 * 
 * @author b_muth
 *
 */
@FunctionalInterface
public interface Condition {
	boolean evaluate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy