/** * generated by Xtext 2.14.0 */ package ca.mcgill.ecse.dslreasoner.vampireLanguage; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'VLS Tff Formula'. * * *

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTffFormula() * @model * @generated */ public interface VLSTffFormula extends EObject { /** * Returns the value of the 'Name' attribute. * *

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

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTffFormula_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTffFormula#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Tff Role' attribute. * *

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

* * @return the value of the 'Tff Role' attribute. * @see #setTffRole(String) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTffFormula_TffRole() * @model * @generated */ String getTffRole(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTffFormula#getTffRole Tff Role}' attribute. * * * @param value the new value of the 'Tff Role' attribute. * @see #getTffRole() * @generated */ void setTffRole(String value); /** * Returns the value of the 'Fof Formula' containment reference. * *

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

* * @return the value of the 'Fof Formula' containment reference. * @see #setFofFormula(VLSTffTerm) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTffFormula_FofFormula() * @model containment="true" * @generated */ VLSTffTerm getFofFormula(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTffFormula#getFofFormula Fof Formula}' containment reference. * * * @param value the new value of the 'Fof Formula' containment reference. * @see #getFofFormula() * @generated */ void setFofFormula(VLSTffTerm value); /** * Returns the value of the 'Annotations' containment reference. * *

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

* * @return the value of the 'Annotations' containment reference. * @see #setAnnotations(VLSAnnotation) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTffFormula_Annotations() * @model containment="true" * @generated */ VLSAnnotation getAnnotations(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTffFormula#getAnnotations Annotations}' containment reference. * * * @param value the new value of the 'Annotations' containment reference. * @see #getAnnotations() * @generated */ void setAnnotations(VLSAnnotation value); } // VLSTffFormula