blob: 529ca8e2d05a0d902d7de21f403a24e1f30957af [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2015 EclipseSource Muenchen GmbH 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:
* Stefan Dirix - initial API and implementation
******************************************************************************/
package org.eclipse.emf.ecp.emf2web.controller
import java.util.List
import java.util.Collection
import org.eclipse.emf.ecp.view.spi.model.VView
/**
* @author Stefan Dirix
*
*/
interface GenerationController {
def List<GenerationInfo> generate(Collection<? extends VView> views)
}