copyright The Portico Project 2008.

Uses of Interface
org.portico.lrc.ISpecHelper

Packages that use ISpecHelper
org.portico.impl.hla13   
org.portico.impl.hla1516   
org.portico.lrc   
 

Uses of ISpecHelper in org.portico.impl.hla13
 

Classes in org.portico.impl.hla13 that implement ISpecHelper
 class Impl13Helper
          This class helps provides helper methods to the Default13RTIAmbassador class and helps bridge the gap between the Portico compatibility layer and the HLA 1.3 interface.
 class ImplJava1Helper
          This class helps provides helper methods to the DefaultJava1RTIAmbassador class and helps bridge the gap between the Portico compatibility layer and the HLA 1.3 Annex A interface.
 

Uses of ISpecHelper in org.portico.impl.hla1516
 

Classes in org.portico.impl.hla1516 that implement ISpecHelper
 class Impl1516Helper
          This class helps provides helper methods to the Default1516RTIAmbassador class and helps bridge the gap between the Portico compatibility layer and the HLA 1516 interface.
 

Uses of ISpecHelper in org.portico.lrc
 

Fields in org.portico.lrc declared as ISpecHelper
protected  ISpecHelper LRC.helper
           
 

Methods in org.portico.lrc that return ISpecHelper
 ISpecHelper LRC.getSpecHelper()
          Fetches the current specification-specific helper.
 

Methods in org.portico.lrc with parameters of type ISpecHelper
 void LRC.setSpecHelper(ISpecHelper helper)
           
 

Constructors in org.portico.lrc with parameters of type ISpecHelper
LRC(HLAVersion version, ISpecHelper helper)
          Create a new instance of the LRC that is targeted at the given HLAVersion and that should use the provided ISpecHelper.
 


copyright The Portico Project 2008.