/** */ package ua.ansymo.hintco; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Scenario'. * * *

* The following features are supported: *

* * * @see ua.ansymo.hintco.HintcoPackage#getScenario() * @model abstract="true" * @generated */ public interface Scenario extends IDed { /** * Returns the value of the 'Cosimunits' containment reference list. * The list contents are of type {@link ua.ansymo.hintco.UnitInstance}. * It is bidirectional and its opposite is '{@link ua.ansymo.hintco.UnitInstance#getScenario Scenario}'. * *

* If the meaning of the 'Cosimunits' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Cosimunits' containment reference list. * @see ua.ansymo.hintco.HintcoPackage#getScenario_Cosimunits() * @see ua.ansymo.hintco.UnitInstance#getScenario * @model opposite="scenario" containment="true" * @generated */ EList getCosimunits(); } // Scenario