Uses of Class
com.eu.miscedautils.ipxact.Component.BusInterfaceType.PortMaps.PortMap.PhysicalPort

Packages that use BusInterfaceType.PortMaps.PortMap.PhysicalPort
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of BusInterfaceType.PortMaps.PortMap.PhysicalPort in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return BusInterfaceType.PortMaps.PortMap.PhysicalPort
 BusInterfaceType.PortMaps.PortMap.PhysicalPort ObjectFactory.createBusInterfaceTypePortMapsPortMapPhysicalPort()
          Create an instance of BusInterfaceType.PortMaps.PortMap.PhysicalPort
 BusInterfaceType.PortMaps.PortMap.PhysicalPort BusInterfaceType.PortMaps.PortMap.getPhysicalPort()
          Gets the value of the physicalPort property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BusInterfaceType.PortMaps.PortMap.PhysicalPort
 void BusInterfaceType.PortMaps.PortMap.setPhysicalPort(BusInterfaceType.PortMaps.PortMap.PhysicalPort value)
          Sets the value of the physicalPort property.
 

Uses of BusInterfaceType.PortMaps.PortMap.PhysicalPort in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return BusInterfaceType.PortMaps.PortMap.PhysicalPort
 BusInterfaceType.PortMaps.PortMap.PhysicalPort IPXACTBackBone.createPhysicalPort(java.lang.String name)
           
 BusInterfaceType.PortMaps.PortMap.PhysicalPort IPXACTBackBone.createPhysicalPort(java.lang.String name, java.lang.Integer left, java.lang.Integer right)
           
 

Methods in com.eu.miscedautils.shell with parameters of type BusInterfaceType.PortMaps.PortMap.PhysicalPort
 BusInterfaceType.PortMaps.PortMap IPXACTBackBone.createPortMap(BusInterfaceType.PortMaps.PortMap.LogicalPort logicalPort, BusInterfaceType.PortMaps.PortMap.PhysicalPort physicalport)