Uses of Class
com.eu.miscedautils.ipxact.Component.Vector

Packages that use Vector
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of Vector in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return Vector
 Vector ObjectFactory.createVector()
          Create an instance of Vector
 Vector PortWireType.getVector()
          Specific left and right vector bounds.
 Vector BusInterfaceType.PortMaps.PortMap.PhysicalPort.getVector()
          Gets the value of the vector property.
 Vector AbstractorBusInterfaceType.PortMaps.PortMap.PhysicalPort.getVector()
          Gets the value of the vector property.
 

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

Uses of Vector in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type Vector
 java.lang.String IPXACTBackBone.createCommandForVector(Vector vect)