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

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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return types with arguments of type BusInterfaceType
 javax.xml.bind.JAXBElement<BusInterfaceType> ObjectFactory.createBusInterface(BusInterfaceType value)
          Create an instance of JAXBElement<BusInterfaceType>}
 java.util.List<BusInterfaceType> BusInterfaces.getBusInterface()
          Gets the value of the busInterface property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BusInterfaceType
 javax.xml.bind.JAXBElement<BusInterfaceType> ObjectFactory.createBusInterface(BusInterfaceType value)
          Create an instance of JAXBElement<BusInterfaceType>}
 

Uses of BusInterfaceType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return BusInterfaceType
 BusInterfaceType IPXACTBackBone.createMasterBusInterface(java.lang.String bifname, java.lang.String addrSpaceRef, java.lang.String baseAddr, AbstractionDefinition ad, BusDefinition bd, boolean is_opaque_bridge, boolean conn_required)
           
 BusInterfaceType IPXACTBackBone.createMasterBusInterfaceWithVLNV(java.lang.String bifname, java.lang.String addrSpaceRef, java.lang.String baseAddr, LibraryRefType absVLNV, LibraryRefType bdVLNV, boolean is_opaque_bridge, boolean conn_required)
           
 BusInterfaceType IPXACTBackBone.createOtherBusInterface(java.lang.String bifname, java.lang.String bifmode, LibraryRefType absVLNV, LibraryRefType bdVLNV, boolean is_opaque_bridge, boolean conn_required)
           
 BusInterfaceType IPXACTBackBone.createSlaveBusInterface(java.lang.String bifname, java.lang.String memmapRef, java.lang.String bridgemasterintf, AbstractionDefinition ad, BusDefinition bd, boolean is_opaque_bridge, boolean conn_required)
           
 BusInterfaceType IPXACTBackBone.createSlaveBusInterfaceWithVLNV(java.lang.String bifname, java.lang.String memmapRef, java.lang.String bridgemasterintf, LibraryRefType absVLNV, LibraryRefType bdVLNV, boolean is_opaque_bridge, boolean conn_required)
           
 BusInterfaceType IPXACTBackBone.getCurrentBusInterface()
           
 

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