/******************************************************************************* * Copyright (c) 2011 Vrije Universiteit Brussel. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Dennis Wagelaar, Vrije Universiteit Brussel - initial API and * implementation and/or initial documentation *******************************************************************************/ package org.eclipse.m2m.atl.emftvm; /** * * A representation of the model object 'New s'. * @author Dennis Wagelaar * * * * @see org.eclipse.m2m.atl.emftvm.EmftvmPackage#getNewS() * @model * @generated */ public interface NewS extends Instruction { } // New_s