/** * generated by Xtext 2.14.0 */ package ca.mcgill.ecse.dslreasoner.vampireLanguage; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'VLS Existential Quantifier'. * * *

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSExistentialQuantifier() * @model * @generated */ public interface VLSExistentialQuantifier extends VLSTerm { /** * Returns the value of the 'Variables' containment reference list. * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSVariable}. * *

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

* * @return the value of the 'Variables' containment reference list. * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSExistentialQuantifier_Variables() * @model containment="true" * @generated */ EList getVariables(); /** * 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(VLSTerm) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSExistentialQuantifier_Operand() * @model containment="true" * @generated */ VLSTerm getOperand(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSExistentialQuantifier#getOperand Operand}' containment reference. * * * @param value the new value of the 'Operand' containment reference. * @see #getOperand() * @generated */ void setOperand(VLSTerm value); } // VLSExistentialQuantifier