source: xssim/trunk/src/test/rewolucja/resources/utils/validator/ResourceValidator.java @ 104

Revision 104, 203 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.resources.utils.validator;
2
3import test.rewolucja.resources.physical.base.ComputingResource;
4
5public interface ResourceValidator {
6        boolean validate(ComputingResource resource);
7}
Note: See TracBrowser for help on using the repository browser.