Uses of Class
com.projectdarkstar.tools.dtc.domain.HardwareResourceFamily

Uses of HardwareResourceFamily in com.projectdarkstar.tools.dtc.domain
 

Methods in com.projectdarkstar.tools.dtc.domain that return types with arguments of type HardwareResourceFamily
 List<HardwareResourceFamily> TestSpec.getClientResources()
           Returns a list of HardwareResourceFamily objects representing the class of hardware resources that the client application simulators should be run on.
 List<HardwareResourceFamily> HardwareResource.getFamilies()
          Returns a list of HardwareResourceFamily objects that represents the set of families that this resource is a member of.
 List<HardwareResourceFamily> TestExecutionResult.getOriginalClientResources()
           
 List<HardwareResourceFamily> TestExecutionResult.getOriginalServerResources()
           
 List<HardwareResourceFamily> TestSpec.getServerResources()
           Returns a list of HardwareResourceFamily objects representing the class of hardware resources that the server application should be run on.
 

Method parameters in com.projectdarkstar.tools.dtc.domain with type arguments of type HardwareResourceFamily
 void TestSpec.setClientResources(List<HardwareResourceFamily> clientResources)
           
 void HardwareResource.setFamilies(List<HardwareResourceFamily> families)
           
 void TestSpec.setServerResources(List<HardwareResourceFamily> serverResources)
           
 



Copyright © 2013. All Rights Reserved.