blob: d3d309c6e5e0cb346954ec5b7a5225db9f788524 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Fundación Tecnalia Research & Innovation.
*
* 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:
* Huascar Espinoza - initial API and implementation
* Alejandra Ruíz - initial API and implementation
* Idoya Del Río - initial API and implementation
* Mari Carmen Palacios - initial API and implementation
* Angel López - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.opencert.sam.agree.agreement;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>strategy Definition</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.opencert.sam.agree.agreement.strategyDefinition#getStrategy <em>Strategy</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.opencert.sam.agree.agreement.AgreementPackage#getstrategyDefinition()
* @model
* @generated
*/
public interface strategyDefinition extends EObject
{
/**
* Returns the value of the '<em><b>Strategy</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Strategy</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Strategy</em>' attribute list.
* @see org.eclipse.opencert.sam.agree.agreement.AgreementPackage#getstrategyDefinition_Strategy()
* @model unique="false"
* @generated
*/
EList<String> getStrategy();
} // strategyDefinition