/** * generated by Xtext 2.18.0.M3 */ package org.eclipse.viatra.solver.language.solverLanguage; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Class Interpretation'. * * *

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getClassInterpretation() * @model * @generated */ public interface ClassInterpretation extends CDInterpretation { /** * Returns the value of the 'Abstract' attribute. * * * @return the value of the 'Abstract' attribute. * @see #setAbstract(boolean) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getClassInterpretation_Abstract() * @model * @generated */ boolean isAbstract(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.ClassInterpretation#isAbstract Abstract}' attribute. * * * @param value the new value of the 'Abstract' attribute. * @see #isAbstract() * @generated */ void setAbstract(boolean value); /** * Returns the value of the 'Symbol' containment reference. * * * @return the value of the 'Symbol' containment reference. * @see #setSymbol(ModelSymbol) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getClassInterpretation_Symbol() * @model containment="true" * @generated */ ModelSymbol getSymbol(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.ClassInterpretation#getSymbol Symbol}' containment reference. * * * @param value the new value of the 'Symbol' containment reference. * @see #getSymbol() * @generated */ void setSymbol(ModelSymbol value); /** * Returns the value of the 'Supertypes' containment reference list. * The list contents are of type {@link org.eclipse.viatra.solver.language.solverLanguage.ModelSymbol}. * * * @return the value of the 'Supertypes' containment reference list. * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getClassInterpretation_Supertypes() * @model containment="true" * @generated */ EList getSupertypes(); /** * Returns the value of the 'Fielt' containment reference list. * The list contents are of type {@link org.eclipse.viatra.solver.language.solverLanguage.FieldRelationInterpretation}. * * * @return the value of the 'Fielt' containment reference list. * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getClassInterpretation_Fielt() * @model containment="true" * @generated */ EList getFielt(); } // ClassInterpretation