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

org.ggp.base.util.assignments.NewAssignmentIterationPlan Maven / Gradle / Ivy

The newest version!
package org.ggp.base.util.assignments;

/**
 * Implementations should be immutable.
 */
public interface NewAssignmentIterationPlan {

    NewAssignmentIterator getIterator();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy