blob: debc639aa1baef8f1647aef9d752e05d1a50a989 [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 v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* SPDX-License-Identifier: EPL-2.0
*
* 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.arg.arg;
import org.eclipse.opencert.apm.assuranceassets.assuranceasset.ManageableAssuranceAsset;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Claim</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.opencert.sam.arg.arg.Claim#getPublic <em>Public</em>}</li>
* <li>{@link org.eclipse.opencert.sam.arg.arg.Claim#getAssumed <em>Assumed</em>}</li>
* <li>{@link org.eclipse.opencert.sam.arg.arg.Claim#getToBeSupported <em>To Be Supported</em>}</li>
* <li>{@link org.eclipse.opencert.sam.arg.arg.Claim#getToBeInstantiated <em>To Be Instantiated</em>}</li>
* <li>{@link org.eclipse.opencert.sam.arg.arg.Claim#getChoice <em>Choice</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.opencert.sam.arg.arg.ArgPackage#getClaim()
* @model annotation="gmf.node label='id' label.icon='false' figure='gsnfigures.GSNGoal' tool.small.path='GSN_tooling_icons/Goal.gif' tool.large.path='GSN_tooling_icons/Goal.gif' tool.small.bundle='org.eclipse.opencert.sam.arg' tool.large.bundle='org.eclipse.opencert.sam.arg' size='120,80'"
* @generated
*/
public interface Claim extends Assertion, ManageableAssuranceAsset {
/**
* Returns the value of the '<em><b>Public</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Public</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Public</em>' attribute.
* @see #setPublic(Boolean)
* @see org.eclipse.opencert.sam.arg.arg.ArgPackage#getClaim_Public()
* @model default="false" required="true"
* @generated
*/
Boolean getPublic();
/**
* Sets the value of the '{@link org.eclipse.opencert.sam.arg.arg.Claim#getPublic <em>Public</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Public</em>' attribute.
* @see #getPublic()
* @generated
*/
void setPublic(Boolean value);
/**
* Returns the value of the '<em><b>Assumed</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Assumed</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Assumed</em>' attribute.
* @see #setAssumed(Boolean)
* @see org.eclipse.opencert.sam.arg.arg.ArgPackage#getClaim_Assumed()
* @model default="false" required="true"
* @generated
*/
Boolean getAssumed();
/**
* Sets the value of the '{@link org.eclipse.opencert.sam.arg.arg.Claim#getAssumed <em>Assumed</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Assumed</em>' attribute.
* @see #getAssumed()
* @generated
*/
void setAssumed(Boolean value);
/**
* Returns the value of the '<em><b>To Be Supported</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>To Be Supported</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>To Be Supported</em>' attribute.
* @see #setToBeSupported(Boolean)
* @see org.eclipse.opencert.sam.arg.arg.ArgPackage#getClaim_ToBeSupported()
* @model default="false" required="true"
* @generated
*/
Boolean getToBeSupported();
/**
* Sets the value of the '{@link org.eclipse.opencert.sam.arg.arg.Claim#getToBeSupported <em>To Be Supported</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>To Be Supported</em>' attribute.
* @see #getToBeSupported()
* @generated
*/
void setToBeSupported(Boolean value);
/**
* Returns the value of the '<em><b>To Be Instantiated</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>To Be Instantiated</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>To Be Instantiated</em>' attribute.
* @see #setToBeInstantiated(Boolean)
* @see org.eclipse.opencert.sam.arg.arg.ArgPackage#getClaim_ToBeInstantiated()
* @model default="false" required="true"
* @generated
*/
Boolean getToBeInstantiated();
/**
* Sets the value of the '{@link org.eclipse.opencert.sam.arg.arg.Claim#getToBeInstantiated <em>To Be Instantiated</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>To Be Instantiated</em>' attribute.
* @see #getToBeInstantiated()
* @generated
*/
void setToBeInstantiated(Boolean value);
/**
* Returns the value of the '<em><b>Choice</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Choice</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Choice</em>' containment reference.
* @see #setChoice(Choice)
* @see org.eclipse.opencert.sam.arg.arg.ArgPackage#getClaim_Choice()
* @model containment="true"
* @generated
*/
Choice getChoice();
/**
* Sets the value of the '{@link org.eclipse.opencert.sam.arg.arg.Claim#getChoice <em>Choice</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Choice</em>' containment reference.
* @see #getChoice()
* @generated
*/
void setChoice(Choice value);
} // Claim