/** * Copyright (c) 2011 Object Management Group (SAEM metamodel) * Copyright (c) 2010-2011 United States Government as represented by the Administrator for The National Aeronautics and Space Administration. All Rights Reserved. */ package net.certware.evidence.evidence; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Evaluation</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.evidence.evidence.EvidenceEvaluation#getAttribute <em>Attribute</em>}</li> * </ul> * </p> * * @see net.certware.evidence.evidence.EvidencePackage#getEvidenceEvaluation() * @model abstract="true" * @generated */ public interface EvidenceEvaluation extends EvidenceElement { /** * Returns the value of the '<em><b>Attribute</b></em>' containment reference list. * The list contents are of type {@link net.certware.evidence.evidence.EvidenceAttribute}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Attribute</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>Attribute</em>' containment reference list. * @see net.certware.evidence.evidence.EvidencePackage#getEvidenceEvaluation_Attribute() * @model containment="true" * @generated */ EList<EvidenceAttribute> getAttribute(); } // EvidenceEvaluation