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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BusInterfaceType.PortMaps.PortMap
 BusInterfaceType.PortMaps.PortMap ObjectFactory.createBusInterfaceTypePortMapsPortMap()
          Create an instance of BusInterfaceType.PortMaps.PortMap
 

Methods in com.eu.miscedautils.ipxact.Component that return types with arguments of type BusInterfaceType.PortMaps.PortMap
 java.util.List<BusInterfaceType.PortMaps.PortMap> BusInterfaceType.PortMaps.getPortMap()
          Gets the value of the portMap property.
 

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

Methods in com.eu.miscedautils.shell that return BusInterfaceType.PortMaps.PortMap
 BusInterfaceType.PortMaps.PortMap IPXACTBackBone.createPortMap(BusInterfaceType.PortMaps.PortMap.LogicalPort logicalPort, BusInterfaceType.PortMaps.PortMap.PhysicalPort physicalport)
           
 

Methods in com.eu.miscedautils.shell with parameters of type BusInterfaceType.PortMaps.PortMap
 void IPXACTBackBone.addPortMap(BusInterfaceType bif, BusInterfaceType.PortMaps.PortMap pmap)