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

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

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

Methods in com.collation.platform.model.topology.phys.physconn that return PhysicalFrame
 PhysicalFrame Slot.getPhysicalFrame()
           
 

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

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

Subinterfaces of PhysicalFrame in com.collation.platform.model.topology.phys.physpkg
 interface Board
           
 interface Card
          Defines the basic concept of a card.
 interface Chassis
           
 interface Rack
          Created by IntelliJ IDEA.
 interface SystemBusCard
          Created by IntelliJ IDEA.
 interface SystemMediaLocation
          Created by IntelliJ IDEA.
 

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

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