/** * generated by Xtext 2.18.0.M3 */ package org.eclipse.viatra.solver.language.solverLanguage; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Field Relation Interpretation'. * * *

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getFieldRelationInterpretation() * @model * @generated */ public interface FieldRelationInterpretation extends EObject { /** * Returns the value of the 'Containment' attribute. * * * @return the value of the 'Containment' attribute. * @see #setContainment(boolean) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getFieldRelationInterpretation_Containment() * @model * @generated */ boolean isContainment(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.FieldRelationInterpretation#isContainment Containment}' attribute. * * * @param value the new value of the 'Containment' attribute. * @see #isContainment() * @generated */ void setContainment(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#getFieldRelationInterpretation_Symbol() * @model containment="true" * @generated */ ModelSymbol getSymbol(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.FieldRelationInterpretation#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 'Multiplicity' containment reference. * * * @return the value of the 'Multiplicity' containment reference. * @see #setMultiplicity(MultiplicityDefinition) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getFieldRelationInterpretation_Multiplicity() * @model containment="true" * @generated */ MultiplicityDefinition getMultiplicity(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.FieldRelationInterpretation#getMultiplicity Multiplicity}' containment reference. * * * @param value the new value of the 'Multiplicity' containment reference. * @see #getMultiplicity() * @generated */ void setMultiplicity(MultiplicityDefinition value); /** * Returns the value of the 'Target' containment reference. * * * @return the value of the 'Target' containment reference. * @see #setTarget(Symbol) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getFieldRelationInterpretation_Target() * @model containment="true" * @generated */ Symbol getTarget(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.FieldRelationInterpretation#getTarget Target}' containment reference. * * * @param value the new value of the 'Target' containment reference. * @see #getTarget() * @generated */ void setTarget(Symbol value); } // FieldRelationInterpretation