source:
xssim/trunk/src/test/rewolucja/resources/utils/validator/ResourceValidator.java
@
104
Revision 104, 203 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package test.rewolucja.resources.utils.validator; |
2 | |
3 | import test.rewolucja.resources.physical.base.ComputingResource; |
4 | |
5 | public interface ResourceValidator { |
6 | boolean validate(ComputingResource resource); |
7 | } |
Note: See TracBrowser
for help on using the repository browser.