Uses of Class
org.topbraid.spin.system.SPINImports

Packages that use SPINImports
org.topbraid.spin.system Core factories and registries for SPIN. 
 

Uses of SPINImports in org.topbraid.spin.system
 

Fields in org.topbraid.spin.system declared as SPINImports
static SPINImports SPINImports.singleton
           
 

Methods in org.topbraid.spin.system that return SPINImports
static SPINImports SPINImports.get()
          Gets the singleton instance of this class.
 

Methods in org.topbraid.spin.system with parameters of type SPINImports
static void SPINImports.set(SPINImports value)
          Installs a different SPINImports singleton.