/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage; /** * * A representation of the model object 'ALS Direct Product'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct() * @model * @generated */ public interface ALSDirectProduct extends ALSTerm { /** * Returns the value of the 'Left Operand' containment reference. * *

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

* * @return the value of the 'Left Operand' containment reference. * @see #setLeftOperand(ALSTerm) * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct_LeftOperand() * @model containment="true" * @generated */ ALSTerm getLeftOperand(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getLeftOperand Left Operand}' containment reference. * * * @param value the new value of the 'Left Operand' containment reference. * @see #getLeftOperand() * @generated */ void setLeftOperand(ALSTerm value); /** * Returns the value of the 'Left Multiplicit' attribute. * The literals are from the enumeration {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity}. * *

* If the meaning of the 'Left Multiplicit' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Left Multiplicit' attribute. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity * @see #setLeftMultiplicit(ALSMultiplicity) * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct_LeftMultiplicit() * @model * @generated */ ALSMultiplicity getLeftMultiplicit(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getLeftMultiplicit Left Multiplicit}' attribute. * * * @param value the new value of the 'Left Multiplicit' attribute. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity * @see #getLeftMultiplicit() * @generated */ void setLeftMultiplicit(ALSMultiplicity value); /** * Returns the value of the 'Right Multiplicit' attribute. * The literals are from the enumeration {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity}. * *

* If the meaning of the 'Right Multiplicit' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Right Multiplicit' attribute. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity * @see #setRightMultiplicit(ALSMultiplicity) * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct_RightMultiplicit() * @model * @generated */ ALSMultiplicity getRightMultiplicit(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getRightMultiplicit Right Multiplicit}' attribute. * * * @param value the new value of the 'Right Multiplicit' attribute. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity * @see #getRightMultiplicit() * @generated */ void setRightMultiplicit(ALSMultiplicity value); /** * Returns the value of the 'Right Operand' containment reference. * *

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

* * @return the value of the 'Right Operand' containment reference. * @see #setRightOperand(ALSTerm) * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct_RightOperand() * @model containment="true" * @generated */ ALSTerm getRightOperand(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getRightOperand Right Operand}' containment reference. * * * @param value the new value of the 'Right Operand' containment reference. * @see #getRightOperand() * @generated */ void setRightOperand(ALSTerm value); } // ALSDirectProduct