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

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

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

Methods in com.collation.platform.model.topology.phys.physconn that return Fan
 Fan Slot.getFan()
           
 

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

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

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

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