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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BusInterfaceType.PortMaps.PortMap.LogicalPort
 BusInterfaceType.PortMaps.PortMap.LogicalPort ObjectFactory.createBusInterfaceTypePortMapsPortMapLogicalPort()
          Create an instance of BusInterfaceType.PortMaps.PortMap.LogicalPort
 BusInterfaceType.PortMaps.PortMap.LogicalPort BusInterfaceType.PortMaps.PortMap.getLogicalPort()
          Gets the value of the logicalPort property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BusInterfaceType.PortMaps.PortMap.LogicalPort
 void BusInterfaceType.PortMaps.PortMap.setLogicalPort(BusInterfaceType.PortMaps.PortMap.LogicalPort value)
          Sets the value of the logicalPort property.
 

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

Methods in com.eu.miscedautils.shell that return BusInterfaceType.PortMaps.PortMap.LogicalPort
 BusInterfaceType.PortMaps.PortMap.LogicalPort IPXACTBackBone.createLogicalPort(java.lang.String name)
           
 BusInterfaceType.PortMaps.PortMap.LogicalPort IPXACTBackBone.createLogicalPort(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.LogicalPort
 BusInterfaceType.PortMaps.PortMap IPXACTBackBone.createPortMap(BusInterfaceType.PortMaps.PortMap.LogicalPort logicalPort, BusInterfaceType.PortMaps.PortMap.PhysicalPort physicalport)