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

Packages that use Board
com.collation.platform.model.topology.sys   
com.collation.platform.model.topology.sys.sun   
 

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

Methods in com.collation.platform.model.topology.sys that return Board
 Board CPU.getBoardParent()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type Board
 void CPU.setBoardParent(Board x)
           
 

Uses of Board in com.collation.platform.model.topology.sys.sun
 

Methods in com.collation.platform.model.topology.sys.sun that return Board
 Board[] DynamicSystemDomain.getBoard()
           
 

Methods in com.collation.platform.model.topology.sys.sun with parameters of type Board
 void DynamicSystemDomain.setBoard(Board[] x)