Uses of Interface
archimate.codegen.ICodeGenerator

Packages that use ICodeGenerator
archimate.codegen   
archimate.patterns   
archimate.patterns.mvc   
archimate.patterns.primitives   
archimate.patterns.primitives.callback   
 

Uses of ICodeGenerator in archimate.codegen
 

Constructors in archimate.codegen with parameters of type ICodeGenerator
SourceInspector(ICodeGenerator generator)
          Creates a new SourceInspector and sets its TagTree, packageBase and monitor from the given ICodeGenerator
 

Uses of ICodeGenerator in archimate.patterns
 

Classes in archimate.patterns that implement ICodeGenerator
 class Pattern
           
 

Uses of ICodeGenerator in archimate.patterns.mvc
 

Classes in archimate.patterns.mvc that implement ICodeGenerator
 class MVCPattern
           
 

Uses of ICodeGenerator in archimate.patterns.primitives
 

Classes in archimate.patterns.primitives that implement ICodeGenerator
 class Primitive
           
 

Uses of ICodeGenerator in archimate.patterns.primitives.callback
 

Classes in archimate.patterns.primitives.callback that implement ICodeGenerator
 class CallbackPrimitive
          Class implementing code generation for the Callback Primitive