/** * Copyright (c) 2010 National Aeronautics and Space Administration. All rights reserved. */ package net.certware.argument.euz; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Argument Diagram</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.argument.euz.ArgumentDiagram#getVersion <em>Version</em>}</li> * <li>{@link net.certware.argument.euz.ArgumentDiagram#getArguments <em>Arguments</em>}</li> * <li>{@link net.certware.argument.euz.ArgumentDiagram#getStrategies <em>Strategies</em>}</li> * <li>{@link net.certware.argument.euz.ArgumentDiagram#getSolutions <em>Solutions</em>}</li> * <li>{@link net.certware.argument.euz.ArgumentDiagram#getAssumptions <em>Assumptions</em>}</li> * <li>{@link net.certware.argument.euz.ArgumentDiagram#getJustifications <em>Justifications</em>}</li> * <li>{@link net.certware.argument.euz.ArgumentDiagram#getContexts <em>Contexts</em>}</li> * <li>{@link net.certware.argument.euz.ArgumentDiagram#getCriteria <em>Criteria</em>}</li> * <li>{@link net.certware.argument.euz.ArgumentDiagram#getEvidence <em>Evidence</em>}</li> * </ul> * </p> * * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram() * @model annotation="gmf.diagram model.extension='euz' diagram.extension='euzd' onefile='false'" * @generated */ public interface ArgumentDiagram extends EObject { /** * Returns the value of the '<em><b>Version</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Version</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Version</em>' attribute. * @see #setVersion(String) * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram_Version() * @model * @generated */ String getVersion(); /** * Sets the value of the '{@link net.certware.argument.euz.ArgumentDiagram#getVersion <em>Version</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Version</em>' attribute. * @see #getVersion() * @generated */ void setVersion(String value); /** * Returns the value of the '<em><b>Arguments</b></em>' containment reference list. * The list contents are of type {@link net.certware.argument.euz.Argument}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Arguments</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Arguments</em>' containment reference list. * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram_Arguments() * @model containment="true" * @generated */ EList<Argument> getArguments(); /** * Returns the value of the '<em><b>Strategies</b></em>' containment reference list. * The list contents are of type {@link net.certware.argument.euz.Strategy}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Strategies</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Strategies</em>' containment reference list. * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram_Strategies() * @model containment="true" * @generated */ EList<Strategy> getStrategies(); /** * Returns the value of the '<em><b>Solutions</b></em>' containment reference list. * The list contents are of type {@link net.certware.argument.euz.Solution}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Solutions</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Solutions</em>' containment reference list. * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram_Solutions() * @model containment="true" * @generated */ EList<Solution> getSolutions(); /** * Returns the value of the '<em><b>Assumptions</b></em>' containment reference list. * The list contents are of type {@link net.certware.argument.euz.Assumption}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Assumptions</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Assumptions</em>' containment reference list. * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram_Assumptions() * @model containment="true" * @generated */ EList<Assumption> getAssumptions(); /** * Returns the value of the '<em><b>Justifications</b></em>' containment reference list. * The list contents are of type {@link net.certware.argument.euz.Justification}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Justifications</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Justifications</em>' containment reference list. * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram_Justifications() * @model containment="true" * @generated */ EList<Justification> getJustifications(); /** * Returns the value of the '<em><b>Contexts</b></em>' containment reference list. * The list contents are of type {@link net.certware.argument.euz.Context}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Contexts</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Contexts</em>' containment reference list. * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram_Contexts() * @model containment="true" * @generated */ EList<Context> getContexts(); /** * Returns the value of the '<em><b>Criteria</b></em>' containment reference list. * The list contents are of type {@link net.certware.argument.euz.Criteria}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Criteria</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Criteria</em>' containment reference list. * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram_Criteria() * @model containment="true" * @generated */ EList<Criteria> getCriteria(); /** * Returns the value of the '<em><b>Evidence</b></em>' containment reference list. * The list contents are of type {@link net.certware.argument.euz.Evidence}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Evidence</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Evidence</em>' containment reference list. * @see net.certware.argument.euz.EuzPackage#getArgumentDiagram_Evidence() * @model containment="true" * @generated */ EList<Evidence> getEvidence(); } // ArgumentDiagram