Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.app.bim.loader.Factory

  • Packages that use Factory 
    Package Description
    psdi.app.bim  
    psdi.app.bim.loader  
    • Uses of Factory in psdi.app.bim

      Methods in psdi.app.bim that return Factory 
      Modifier and Type Method and Description
      Factory BIMServiceRemote.getLoaderFactory()
      Gets a factory classed used to create most loader classes.
      Factory BIMService.getLoaderFactory() 
      Methods in psdi.app.bim with parameters of type Factory 
      Modifier and Type Method and Description
      void BIMServiceRemote.setFactory(Factory factory)
      Update the loader factory.
      void BIMService.setFactory(Factory factory) 
    • Uses of Factory in psdi.app.bim.loader

      Classes in psdi.app.bim.loader that implement Factory 
      Modifier and Type Class and Description
      class  COBie24Factory 
      Fields in psdi.app.bim.loader declared as Factory 
      Modifier and Type Field and Description
      protected Factory ModelLoaderBase._factory 
      Constructors in psdi.app.bim.loader with parameters of type Factory 
      Constructor and Description
      ModelLoader(Factory factory, BIMProjectRemote projectMbo, ModelLoaderOptions options, ProgressLogger logger, int sessionType) 
      ModelLoaderBase(Factory factory, BIMProjectRemote projectMbo, ModelLoaderOptions options, ProgressLogger logger) 
      ModelValidator(Factory factory, BIMProjectRemote projectMbo, ModelLoaderOptions options, ProgressLogger logger) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes