/** */ package net.certware.evidence.hugin.netDSL; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Domain Header</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.evidence.hugin.netDSL.DomainHeader#getAttributes <em>Attributes</em>}</li> * </ul> * </p> * * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getDomainHeader() * @model * @generated */ public interface DomainHeader extends EObject { /** * Returns the value of the '<em><b>Attributes</b></em>' containment reference list. * The list contents are of type {@link net.certware.evidence.hugin.netDSL.Attribute}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Attributes</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>Attributes</em>' containment reference list. * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getDomainHeader_Attributes() * @model containment="true" * @generated */ EList<Attribute> getAttributes(); } // DomainHeader