Chapter 2. Generator Parameters

A KET template starts with the definition of the tag <%@ket %>. This tag is helpful to define how the Kermeta file should be generated. There is eight parameters either mandatory (m) or optional (o):

<%@ket
package="example"
require="my_require other_require"
using="package1 package2"
isAspectClass="false"
class="example"
isMethod="false"
operation="generate"
parameters=""
%>