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

cf.janga.jsyms.core.FinishingCondition Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
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