blob: 9e8fa85928e1b0909794c3c55450b8ad5cb2e218 [file] [log] [blame]
[comment]
Copyright 2008, 2010 Obeo
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 1.0
Any license can be applied to the files generated with this template.
author <a href="mailto:stephane.bouchet@obeo.fr">Stephane Bouchet</a>
[/comment]
[module generateJava('http://www.eclipse.org/uml2/2.1.0/UML')/]
[import common/]
[import interfaceBody/]
[import classBody/]
[template public generateClass(c : Class)]
[comment @main /]
[file (c.getFullPathFile().trim(), false)]
[_commentFileBlock()/]
[c.packageBlock()/]
[importBlock()/]
[_commentBodyBlock()/]
[c.generateClassBody()/]
[/file]
[/template]
[template public generateInterface(i : Interface)]
[comment @main /]
[file (i.getFullPathFile().trim(), false)]
[_commentFileBlock()/]
[i.packageBlock()/]
[importBlock()/]
[_commentBodyBlock()/]
[i.generateInterfaceBody()/]
[/file]
[/template]