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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return Parameters
 Parameters ObjectFactory.createParameters()
          Create an instance of Parameters
 Parameters WhiteboxElementType.getParameters()
          Gets the value of the parameters property.
 Parameters ViewType.getParameters()
          Gets the value of the parameters property.
 Parameters SubspaceRefType.getParameters()
          Any parameters that may apply to the subspace reference.
 Parameters RegisterFile.getParameters()
          Gets the value of the parameters property.
 Parameters RegisterFile.Register.getParameters()
          Gets the value of the parameters property.
 Parameters RegisterFile.Register.AlternateRegisters.AlternateRegister.getParameters()
          Gets the value of the parameters property.
 Parameters GeneratorType.getParameters()
          Gets the value of the parameters property.
 Parameters FieldType.getParameters()
          Gets the value of the parameters property.
 Parameters ExecutableImage.getParameters()
          Additional information about the load module, e.g.
 Parameters ComponentType.getParameters()
          Gets the value of the parameters property.
 Parameters ComponentType.Cpus.Cpu.getParameters()
          Data specific to the cpu.
 Parameters BusInterfaceType.getParameters()
          Gets the value of the parameters property.
 Parameters BankedSubspaceType.getParameters()
          Any parameters that may apply to the subspace reference.
 Parameters BankedBlockType.getParameters()
          Any additional parameters needed to describe this address block to the generators.
 Parameters BankedBankType.getParameters()
          Any additional parameters needed to describe this address block to the generators.
 Parameters AddressSpaces.AddressSpace.getParameters()
          Data specific to this address space.
 Parameters AddressBlockType.getParameters()
          Any additional parameters needed to describe this address block to the generators.
 Parameters AddressBankType.getParameters()
          Any additional parameters needed to describe this address block to the generators.
 Parameters AbstractorViewType.getParameters()
          Gets the value of the parameters property.
 Parameters AbstractorBusInterfaceType.getParameters()
          Gets the value of the parameters property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type Parameters
 void WhiteboxElementType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void ViewType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void SubspaceRefType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void RegisterFile.setParameters(Parameters value)
          Sets the value of the parameters property.
 void RegisterFile.Register.setParameters(Parameters value)
          Sets the value of the parameters property.
 void RegisterFile.Register.AlternateRegisters.AlternateRegister.setParameters(Parameters value)
          Sets the value of the parameters property.
 void GeneratorType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void FieldType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void ExecutableImage.setParameters(Parameters value)
          Sets the value of the parameters property.
 void ComponentType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void ComponentType.Cpus.Cpu.setParameters(Parameters value)
          Sets the value of the parameters property.
 void BusInterfaceType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void BankedSubspaceType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void BankedBlockType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void BankedBankType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void AddressSpaces.AddressSpace.setParameters(Parameters value)
          Sets the value of the parameters property.
 void AddressBlockType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void AddressBankType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void AbstractorViewType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void AbstractorBusInterfaceType.setParameters(Parameters value)
          Sets the value of the parameters property.
 

Uses of Parameters in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type Parameters
 java.lang.String IPXACTBackBone.createCommandForParameters(Parameters params)
           
 void IPXACTComponent2RTL.traverseParameters(Parameters params)