Uses of Interface
gov.nasa.arc.brahms.vm.api.convert.IInstanceMapping

Packages that use IInstanceMapping
gov.nasa.arc.brahms.vm.api.convert   
 

Uses of IInstanceMapping in gov.nasa.arc.brahms.vm.api.convert
 

Classes in gov.nasa.arc.brahms.vm.api.convert that implement IInstanceMapping
 class InstanceMappingSingleton
          InstanceMappingSingleton is a singleton IInstanceMapping used to maintain a mapping between existing Brahms and Java objects used to ensure that during the conversion between Brahms and Java objects no new objects are created when a mapping already exists, in that case state information is updated in the mapped object.
 

Methods in gov.nasa.arc.brahms.vm.api.convert that return IInstanceMapping
 IInstanceMapping ConversionContext.getInstanceMapping()
          Returns the IInstanceMapping used to identify whether to update or create an object during conversion.
 

Methods in gov.nasa.arc.brahms.vm.api.convert with parameters of type IInstanceMapping
 void ConversionContext.setInstanceMapping(IInstanceMapping mapping)
          Sets the IInstanceMapping used to identify whether to update or create an object during conversion.
 



Copyright © 1997-2012 All Rights Reserved.