/** * 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.measurement.spm; import net.certware.measurement.smm.Scope; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Case Scope</b></em>'. * <!-- end-user-doc --> * * * @see net.certware.measurement.spm.SpmPackage#getCaseScope() * @model * @generated */ public interface CaseScope extends Scope { } // CaseScope