/** * 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.CollectiveMeasure; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Additive Measure</b></em>'. * <!-- end-user-doc --> * * * @see net.certware.measurement.spm.SpmPackage#getAdditiveMeasure() * @model * @generated */ public interface AdditiveMeasure extends CollectiveMeasure { } // AdditiveMeasure