source: branches/xtext-MDT/org.modelica.xtext.generator/src/templates/Template.xpt @ 541

Last change on this file since 541 was 541, checked in by nasko, 15 years ago

Add subfolders/files for org.modelica.xtext.generator

File size: 263 bytes
Line 
1«IMPORT modelicaBase»;
2
3«EXTENSION templates::Extensions»
4
5«DEFINE main FOR Model-»
6«FILE "output.txt"-»
7«FOREACH this.elements.typeSelect(Entity).sortBy(e|e.name) AS e-»
8«e.name» has «e.listSubclasses()».
9«ENDFOREACH-»
10«ENDFILE-»
11«ENDDEFINE»
Note: See TracBrowser for help on using the repository browser.