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

org.integratedmodelling.api.modelling.contextualization.IStateValidator Maven / Gradle / Ivy

The newest version!
package org.integratedmodelling.api.modelling.contextualization;

/**
 * Tag interface whose sole purpose is to distinguish contextualizers
 * used for validation, so they can be executed after any k.IM actions
 * instead of before them.
 * 
 * @author Ferd
 *
 */
public interface IStateValidator extends IStateContextualizer {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy