archimate.patterns.mvc
Class MVCPattern

java.lang.Object
  extended by archimate.patterns.Pattern
      extended by archimate.patterns.mvc.MVCPattern
All Implemented Interfaces:
ICodeGenerator

public class MVCPattern
extends Pattern
implements ICodeGenerator


Constructor Summary
MVCPattern(org.eclipse.uml2.uml.Package myPackage)
          Constructor for the MVC pattern.
 
Method Summary
 
Methods inherited from class archimate.patterns.Pattern
estimateTasks, generate_code, monitor, name, packageBase, status, tree, validate_code
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface archimate.codegen.ICodeGenerator
estimateTasks, generate_code, monitor, name, packageBase, status, tree, validate_code
 

Constructor Detail

MVCPattern

public MVCPattern(org.eclipse.uml2.uml.Package myPackage)
Constructor for the MVC pattern. Initializes a object and a IGenModel object with all settings for the current Java Project.

Parameters:
myPackage - The UML package in the open UML or GMF editor