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

cz.cvut.felk.cig.jcop.solver.condition.BaseCondition Maven / Gradle / Ivy

The newest version!
/*
 * Copyright © 2010 by Ondrej Skalicka. All Rights Reserved
 */

package cz.cvut.felk.cig.jcop.solver.condition;

import cz.cvut.felk.cig.jcop.solver.message.Message;

/**
 * Implements some methods of {@link StopCondition} identical for most stop conditions for easier use.
 *
 * @author Ondrej Skalicka
 */
public abstract class BaseCondition implements StopCondition {
    public void onMessage(Message message) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy