Uses of Class
org.gridlab.gat.resources.WrapperSoftwareDescription

Packages that use WrapperSoftwareDescription
org.gridlab.gat.resources This package contains the classes and interfaces which are used for using resources, be they hardware or software resources. 
 

Uses of WrapperSoftwareDescription in org.gridlab.gat.resources
 

Constructors in org.gridlab.gat.resources with parameters of type WrapperSoftwareDescription
WrapperJobDescription(WrapperSoftwareDescription softwareDescription)
          Creates a WrapperJobDescription based on the given WrapperSoftwareDescription.
WrapperJobDescription(WrapperSoftwareDescription softwareDescription, Resource resource)
          Creates a WrapperJobDescription based on the given WrapperSoftwareDescription and the Resource.
WrapperJobDescription(WrapperSoftwareDescription softwareDescription, ResourceDescription resourceDescription)
          Creates a WrapperJobDescription based on the given WrapperSoftwareDescription and the ResourceDescription.