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

org.snapscript.core.constraint.transform.ConstraintIndex Maven / Gradle / Ivy

package org.snapscript.core.constraint.transform;

import org.snapscript.core.constraint.Constraint;
import org.snapscript.core.scope.Scope;

public interface ConstraintIndex {
   Constraint update(Scope scope, Constraint source, Constraint change);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy