blob: 3c55301ba1ba49d06ba2590c8ab5bad2a24265ff [file] [log] [blame]
/**
* Copyright (c) 2017 CEA LIST.
*
* 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:
* Sébastien Gerard (CEA LIST) <sebastien.gerard@cea.fr> - Initial API and implementation
* Yupanqui Munoz Julho (CEA LIST) <yupanqui.munozjulho@cea.fr> - Initial API and implementation
*
*/
package org.eclipse.papyrus.requirements.sysml.papyrusre.requirementclassification;
import org.eclipse.papyrus.requirements.sysml.papyrusre.requirementgenericcharacteristics.Requirement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Process Requirement</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.requirements.sysml.papyrusre.requirementclassification.RequirementClassificationPackage#getProcessRequirement()
* @model
* @generated
*/
public interface ProcessRequirement extends Requirement {
} // ProcessRequirement