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

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

There is a newer version: 0.0.15
Show newest version
package org.ggp.base.util.assignments;

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

    NewAssignmentIterator getIterator();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy