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

eu.mais_h.mathsync.Resolver Maven / Gradle / Ivy

package eu.mais_h.mathsync;

/**
 * Computes the difference between two states.
 *
 * @param  the type of added and removed items.
 */
public interface Resolver {

  /**
   * Computes the difference between two states.
   *
   * @return the current difference between the two states.
   */
  Difference difference();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy