/*******************************************************************************
 * Copyright (c) 2010 CWI Amsterdam, Technical University Berlin, 
 * Philipps-University Marburg and others. All rights reserved. 
 * This program and the accompanying materials are made 
 * available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     Philipps-University Marburg - initial API and implementation
 *******************************************************************************/
 
RecursionExample
----------------
Author: Gregor Bonifer

This example show how to use recursion in modeling TransformationUnits.
To see the result run the TransformationUnit "reverseList" on ListContainer.xmi.
The parameter "value" must be set to "Ignore".

For questions please contact our mailing list under henshin-dev@eclipse.org.