de.uni_paderborn.fujaba.codegen
Class CreateStandardImportsOOFunction

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.CodeGenFunction
      extended byde.uni_paderborn.fujaba.codegen.CreateImportsOOFunction
          extended byde.uni_paderborn.fujaba.codegen.CreateStandardImportsOOFunction

public class CreateStandardImportsOOFunction
extends CreateImportsOOFunction

Version:
$Revision: 1.1 $
Author:
Carsten Reckord

Field Summary
 
Fields inherited from class de.uni_paderborn.fujaba.codegen.CodeGenFunction
IN_ORDER, NORM, POST_ORDER, PRE_ORDER
 
Constructor Summary
CreateStandardImportsOOFunction()
          Constructor for class CreateStandardImportsOOFunction
 
Method Summary
protected  void checkAndAddPackageOfTypeToImport(FType theType, FPackage myPackage, FFile theFile, ImportFragment importFrag)
          No comment provided by developer, please add a comment to improve documentation.
protected  void generateImports(FFile umlFile, ImportFragment importFrag)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class de.uni_paderborn.fujaba.codegen.CreateImportsOOFunction
generateCode, isResponsible, toString
 
Methods inherited from class de.uni_paderborn.fujaba.codegen.CodeGenFunction
add, concat, findNextResponsible, generate, generateCode, generateCode, generateCode, getClient, getClientOfChain, getMode, getPrevFunction, getSuccessor, setClient, setMode, setPrevFunction, setSuccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateStandardImportsOOFunction

public CreateStandardImportsOOFunction()
Constructor for class CreateStandardImportsOOFunction

Method Detail

generateImports

protected void generateImports(FFile umlFile,
                               ImportFragment importFrag)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
generateImports in class CreateImportsOOFunction
Parameters:
umlFile - No description provided
importFrag - No description provided

checkAndAddPackageOfTypeToImport

protected void checkAndAddPackageOfTypeToImport(FType theType,
                                                FPackage myPackage,
                                                FFile theFile,
                                                ImportFragment importFrag)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
theType - No description provided
myPackage - No description provided
theFile - No description provided
importFrag - No description provided