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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector
 BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector ObjectFactory.createBusInterfaceTypePortMapsPortMapLogicalPortVector()
          Create an instance of BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector
 BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector BusInterfaceType.PortMaps.PortMap.LogicalPort.getVector()
          Gets the value of the vector property.
 

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

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

Methods in com.eu.miscedautils.shell with parameters of type BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector
 java.lang.String IPXACTBackBone.createCommandForLogicalPortVector(BusInterfaceType.PortMaps.PortMap.LogicalPort.Vector vect)