To jest stara wersja strony!


Opis

Marek Mierzwa, mierzwa.marek@gmail.com Jakub Ostrowski, kubaostrowski@gmail.com

How we could use Atlas for ARD, XTT, design and integration? ATL: Atlas Transformation…. eclipse

  • input
  • output

Spotkania

08.02.26

08.03.11

  • model ARD w ATL
  • kod XMI (Source Model)
 package ARD {

	class Wlasnosc {

		attribute name : String;

		reference atrybuty[*] container : Atrybut opposite of wlasnocAtrybut;

		reference dependency container : Wlasnosc opposite of dependencyAtrybut;

		reference dependencyWlasnosc[*] : Wlasnosc opposite of dependency;
	}

	class Atrybut {

		attribute name : String;

		reference wlasnoscAtrybut[0-1] : Wlasnosc opposite of atrybuty;
	}
}

package Primitive Types {

	datatype String;
}
  • przyklad kodu KM3 (Source Metamodel) (the lowest level)
<Ard name="thermostat">

	<property name="month"/>

	<property name="day"/>

	<property name="hour"/>

	<property name="today">

		<dependency name="day"/>

	</property>

	<property name="operation">

		<dependency name="today"/>

		<dependency name="hour"/>

	</property>
	...
</Ard>

Projekt

Sprawozdanie

Materiały

pl/miw/miw08_hekateatl.1205230883.txt.gz · ostatnio zmienione: 2019/06/27 15:58 (edycja zewnętrzna)
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0