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

javax.constraints.scheduler.ResourceDisjunctivePool Maven / Gradle / Ivy

The newest version!
package javax.constraints.scheduler;

public interface ResourceDisjunctivePool extends ResourcePool {

	public ResourceDisjunctive get(int i);
	
	public void add(int index,ResourceDisjunctive resource);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy