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

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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return types with arguments of type RegisterFile
 java.util.List<RegisterFile> RegisterFile.getRegisterFile()
          A structure of registers and register files Gets the value of the registerFile property.
 java.util.List<RegisterFile> BankedBlockType.getRegisterFile()
          A structure of registers and register files Gets the value of the registerFile property.
 java.util.List<RegisterFile> AddressBlockType.getRegisterFile()
          A structure of registers and register files Gets the value of the registerFile property.
 

Uses of RegisterFile in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type RegisterFile
 java.lang.String IPXACTBackBone.createCommandForRegisterFile(RegisterFile regfile)