/** * generated by Xtext 2.14.0 */ package ca.mcgill.ecse.dslreasoner.vampireLanguage; /** * * A representation of the model object 'VLS Rev Implies'. * * *

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSRevImplies() * @model * @generated */ public interface VLSRevImplies extends VLSTerm { /** * Returns the value of the 'Left' containment reference. * *

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

* * @return the value of the 'Left' containment reference. * @see #setLeft(VLSTerm) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSRevImplies_Left() * @model containment="true" * @generated */ VLSTerm getLeft(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSRevImplies#getLeft Left}' containment reference. * * * @param value the new value of the 'Left' containment reference. * @see #getLeft() * @generated */ void setLeft(VLSTerm value); /** * Returns the value of the 'Right' containment reference. * *

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

* * @return the value of the 'Right' containment reference. * @see #setRight(VLSTerm) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSRevImplies_Right() * @model containment="true" * @generated */ VLSTerm getRight(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSRevImplies#getRight Right}' containment reference. * * * @param value the new value of the 'Right' containment reference. * @see #getRight() * @generated */ void setRight(VLSTerm value); } // VLSRevImplies