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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return MemoryMaps
 MemoryMaps ObjectFactory.createMemoryMaps()
          Create an instance of MemoryMaps
 MemoryMaps ComponentType.getMemoryMaps()
          Gets the value of the memoryMaps property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type MemoryMaps
 void ComponentType.setMemoryMaps(MemoryMaps value)
          Sets the value of the memoryMaps property.
 

Uses of MemoryMaps in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type MemoryMaps
 java.lang.String IPXACTBackBone.createCommandForMemoryMaps(MemoryMaps mmaps)