/******************************************************************************* * Copyright (c) 2011, 2012 Formal Mind GmbH and University of Dusseldorf. * 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: * Michael Jastram - initial API and implementation ******************************************************************************/ package org.eclipse.rmf.reqif10.pror.presentation.linewrap; import org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfiguration; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Configuration</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.rmf.reqif10.pror.presentation.linewrap.LinewrapPackage#getLinewrapConfiguration() * @model * @generated */ public interface LinewrapConfiguration extends ProrPresentationConfiguration { } // LinewrapConfiguration