Uses of Interface
com.collation.platform.model.topology.phys.physcomp.PhysicalComponent

Packages that use PhysicalComponent
com.collation.platform.model.topology.phys.physcomp   
com.collation.platform.model.topology.phys.physlink   
com.collation.platform.model.topology.phys.physpkg   
 

Uses of PhysicalComponent in com.collation.platform.model.topology.phys.physcomp
 

Subinterfaces of PhysicalComponent in com.collation.platform.model.topology.phys.physcomp
 interface Chip
          Created by IntelliJ IDEA.
 interface PhysicalMedia
          Created by IntelliJ IDEA.
 interface PhysicalTape
          Created by IntelliJ IDEA.
 

Uses of PhysicalComponent in com.collation.platform.model.topology.phys.physlink
 

Methods in com.collation.platform.model.topology.phys.physlink that return PhysicalComponent
 PhysicalComponent[] PhysicalLink.getConnectedToPhysicalComponent()
           
 

Methods in com.collation.platform.model.topology.phys.physlink with parameters of type PhysicalComponent
 void PhysicalLink.setConnectedToPhysicalComponent(PhysicalComponent[] physComponent)
           
 

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

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

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