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

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

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

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

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

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

Methods in com.collation.platform.model.topology.sys that return Memory
 Memory ComputerSystem.getMemory()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type Memory
 void ComputerSystem.setMemory(Memory m)