source: xssim/src/test/rewolucja/resources/manager/interfaces/ResourceAllocationInterface.java @ 104

Revision 104, 327 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.resources.manager.interfaces;
2
3import java.util.List;
4
5import test.rewolucja.resources.physical.base.ComputingResource;
6
7public interface ResourceAllocationInterface {
8        public void allocateResources(List<ComputingResource> resources);
9
10
11        public void freeResources(List<ComputingResource> resources);
12       
13}
Note: See TracBrowser for help on using the repository browser.