blob: ce3274e9190ba82280cfa5ae665d9c8ec8e33519 [file] [log] [blame]
/**
* Copyright (c) 2015 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Benoit Maggi (CEA LIST) benoit.maggi@cea.fr - Initial API and implementation
*
*/
package org.eclipse.papyrus.sysml14.requirements;
import org.eclipse.emf.common.util.EList;
import org.eclipse.papyrus.sysml14.blocks.DirectedRelationshipPropertyPath;
import org.eclipse.uml2.uml.NamedElement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Refine</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.sysml14.requirements.RequirementsPackage#getRefine()
* @model
* @generated
*/
public interface Refine extends DirectedRelationshipPropertyPath, org.eclipse.uml2.uml.profile.standard.Refine {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model refRequired="true" refOrdered="false" resultMany="true" resultOrdered="false"
* @generated
*/
void getRefines(NamedElement ref, EList<Requirement> result);
} // Refine