/** * Copyright (c) 2013 United States Government as represented by the Administrator for The National Aeronautics and Space Administration. All Rights Reserved. * */ package net.certware.sacm.SACM.Evidence; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Composite Object</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.sacm.SACM.Evidence.CompositeObject#getElement <em>Element</em>}</li> * </ul> * </p> * * @see net.certware.sacm.SACM.Evidence.EvidencePackage#getCompositeObject() * @model * @generated */ public interface CompositeObject extends FormalObject { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String copyright = "Copyright (c) 2013 United States Government as represented by the Administrator for The National Aeronautics and Space Administration. All Rights Reserved.\n"; //$NON-NLS-1$ /** * Returns the value of the '<em><b>Element</b></em>' containment reference list. * The list contents are of type {@link net.certware.sacm.SACM.Evidence.FormalObject}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Element</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>Element</em>' containment reference list. * @see net.certware.sacm.SACM.Evidence.EvidencePackage#getCompositeObject_Element() * @model containment="true" ordered="false" * @generated */ EList<FormalObject> getElement(); } // CompositeObject