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