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

* The following features are supported: *

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

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

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