Uses of Interface
com.collation.platform.model.topology.phys.physpkg.PowerSupply

Packages that use PowerSupply
com.collation.platform.model.topology.phys.physconn   
com.collation.platform.model.topology.phys.physpkg   
 

Uses of PowerSupply in com.collation.platform.model.topology.phys.physconn
 

Methods in com.collation.platform.model.topology.phys.physconn that return PowerSupply
 PowerSupply Slot.getPowerSupply()
           
 

Methods in com.collation.platform.model.topology.phys.physconn with parameters of type PowerSupply
 void Slot.setPowerSupply(PowerSupply x)
           
 

Uses of PowerSupply in com.collation.platform.model.topology.phys.physpkg
 

Methods in com.collation.platform.model.topology.phys.physpkg that return PowerSupply
 PowerSupply[] PhysicalPackage.getPowerSupplys()
           
 

Methods in com.collation.platform.model.topology.phys.physpkg with parameters of type PowerSupply
 void PhysicalPackage.setPowerSupplys(PowerSupply[] x)