/** * generated by Xtext 2.18.0.M3 */ package org.eclipse.viatra.solver.language.solverLanguage; /** * * A representation of the model object 'All Instances'. * * *

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getAllInstances() * @model * @generated */ public interface AllInstances extends ComplexObject { /** * Returns the value of the 'Symbol' containment reference. * * * @return the value of the 'Symbol' containment reference. * @see #setSymbol(Symbol) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getAllInstances_Symbol() * @model containment="true" * @generated */ Symbol getSymbol(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.AllInstances#getSymbol Symbol}' containment reference. * * * @param value the new value of the 'Symbol' containment reference. * @see #getSymbol() * @generated */ void setSymbol(Symbol value); } // AllInstances