/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage; /** * * A representation of the model object 'Al STransitive Closure'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getAlSTransitiveClosure() * @model * @generated */ public interface AlSTransitiveClosure 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#getAlSTransitiveClosure_Operand() * @model containment="true" * @generated */ ALSTerm getOperand(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.AlSTransitiveClosure#getOperand Operand}' containment reference. * * * @param value the new value of the 'Operand' containment reference. * @see #getOperand() * @generated */ void setOperand(ALSTerm value); } // AlSTransitiveClosure