Uses of Class
org.almendra.janet.ade.distributor.WorkstationLoadImage

Packages that use WorkstationLoadImage
org.almendra.janet.ade.distributor   
 

Uses of WorkstationLoadImage in org.almendra.janet.ade.distributor
 

Fields in org.almendra.janet.ade.distributor declared as WorkstationLoadImage
protected  WorkstationLoadImage NodeLoadImage.workstationLoadImage
           
 

Methods in org.almendra.janet.ade.distributor that return WorkstationLoadImage
 WorkstationLoadImage NodeLoadImage.getWorkstationLoadImage()
           
 WorkstationLoadImage DistributorAnchor.getWorkstationLoadImage(java.lang.String workstationName)
           
 

Methods in org.almendra.janet.ade.distributor with parameters of type WorkstationLoadImage
 void DistributorAnchor.addWorkstationLoadImage(WorkstationLoadImage image)
           
 

Constructors in org.almendra.janet.ade.distributor with parameters of type WorkstationLoadImage
NodeLoadImage(DistributorAnchor anchor, WorkstationLoadImage workstationLoadImage, java.lang.String nodeName)
          Creates a new NodeLoadImage object.