Uses of Interface
archimate.codegen.IGenModel

Packages that use IGenModel
archimate.codegen   
archimate.patterns   
archimate.patterns.mvc   
 

Uses of IGenModel in archimate.codegen
 

Methods in archimate.codegen that return IGenModel
 IGenModel ICodeGenerator.model()
          Returns the model containing all settings for code generation
 

Methods in archimate.codegen with parameters of type IGenModel
 void JavaHelper.addClass(org.eclipse.jdt.core.dom.CompilationUnit unit, IGenModel model, java.lang.String archiMateTag)
          Adds a class declaration to the CompilationUnit.
 void JavaHelper.addMethodDeclarations(IGenModel model, org.eclipse.jdt.core.dom.TypeDeclaration node, java.lang.String archiMateTag)
          Adds method declarations identified by the archiMateTag to the TypeDeclaration node using the IGenModels settings
 void JavaHelper.addMethodInvocations(IGenModel model, org.eclipse.jdt.core.dom.TypeDeclaration node, java.lang.String archiMateTag)
          Adds method invocations identified by the archiMateTag to the TypeDeclaration node using the IGenModels settings
 void JavaHelper.addMethods(IGenModel model, org.eclipse.jdt.core.dom.TypeDeclaration node, java.lang.String archiMateTag)
          Adds methods identified by the archiMateTag to the TypeDeclaration node using the IGenModels settings
 void ASTEngine.createSourceFile(IGenModel model, java.lang.String archiMateTag)
          Creates a new source file for the given archiMateTag
 

Uses of IGenModel in archimate.patterns
 

Methods in archimate.patterns that return IGenModel
 IGenModel Pattern.model()
           
 

Uses of IGenModel in archimate.patterns.mvc
 

Classes in archimate.patterns.mvc that implement IGenModel
 class MVCModel
          Class containing all settings for a Java MVC Pattern