Uses of Interface
com.collation.platform.model.topology.sys.CPU

Packages that use CPU
com.collation.platform.model.topology.phys.physpkg   
com.collation.platform.model.topology.sys   
 

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

Methods in com.collation.platform.model.topology.phys.physpkg that return CPU
 CPU[] Board.getCpu()
           
 

Methods in com.collation.platform.model.topology.phys.physpkg with parameters of type CPU
 void Board.setCpu(CPU[] x)
           
 

Uses of CPU in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return CPU
 CPU ComputerSystem.getCPU()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type CPU
 void ComputerSystem.setCPU(CPU c)