/** * <copyright> * </copyright> * * $Id$ */ package simulator.srl; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Stimulus</b></em>'. * <!-- end-user-doc --> * * * @see simulator.srl.ResultsPackage#getStimulus() * @model * @generated */ public interface Stimulus extends SimulationElement { } // Stimulus