/** */ package satellite; /** * * A representation of the model object 'Small Sat'. * * * * @see satellite.SatellitePackage#getSmallSat() * @model * @generated */ public interface SmallSat extends Spacecraft { } // SmallSat