/** * 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; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Utility Element</b></em>'. * <!-- end-user-doc --> * * * @see net.certware.sacm.SACM.SACMPackage#getUtilityElement() * @model abstract="true" * @generated */ public interface UtilityElement extends SACMElement { /** * <!-- 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$ } // UtilityElement