/** */ package org.eclipse.viatra.solver.language.solverLanguage; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Switch'. * * *

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getSwitch() * @model * @generated */ public interface Switch extends Expression { /** * Returns the value of the 'Cases' containment reference list. * The list contents are of type {@link org.eclipse.viatra.solver.language.solverLanguage.Case}. * * * @return the value of the 'Cases' containment reference list. * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getSwitch_Cases() * @model containment="true" * @generated */ EList getCases(); } // Switch