Uses of Class
de.uni_paderborn.fujaba.codegen.CodeGenFactory

Packages that use CodeGenFactory
de.uni_paderborn.fujaba.codegen   
 

Uses of CodeGenFactory in de.uni_paderborn.fujaba.codegen
 

Fields in de.uni_paderborn.fujaba.codegen declared as CodeGenFactory
static CodeGenFactory CodeGenFactory.theInstance
          the Singleton instance
 

Methods in de.uni_paderborn.fujaba.codegen that return CodeGenFactory
 CodeGenFactory CodeGenTarget.getCodeGenFactory()
          UMLMethod: '+ getCodeGenFactory (): CodeGenFactory'.
 CodeGenFactory CodeGenStrategy.getCurrentFactory()
           
 CodeGenFactory CodeGenStrategy.getCodeGenFactory()
          Get the codeGenFactory attribute of the CodeGenStrategy object
static CodeGenFactory CodeGenFactory.get()
          The access method for the singleton instance.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type CodeGenFactory
 boolean CodeGenTarget.setCodeGenFactory(CodeGenFactory value)
          UMLMethod: '+ setCodeGenFactory (value: CodeGenFactory): Boolean'.
 boolean CodeGenStrategy.setCurrentFactory(CodeGenFactory value)
           
 boolean CodeGenStrategy.setCodeGenFactory(CodeGenFactory value)
          Sets the codeGenFactory attribute of the CodeGenStrategy object