![JAR search and dependency download from the Maven repository](/logo.png)
cf.janga.jsyms.core.FinishingCondition Maven / Gradle / Ivy
package cf.janga.jsyms.core;
/**
* A finishing condition for a simulation.
*/
public interface FinishingCondition {
/**
* Checks whether the condition is satisfied or not.
*
* @return Returns true if the condition is satisfied and false otherwise.
*/
boolean isSatisfied(SimulationIteration iteration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy