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

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSFofFormula() * @model * @generated */ public interface VLSFofFormula 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#getVLSFofFormula_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSFofFormula#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Fof Role' attribute. * *

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

* * @return the value of the 'Fof Role' attribute. * @see #setFofRole(String) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSFofFormula_FofRole() * @model * @generated */ String getFofRole(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSFofFormula#getFofRole Fof Role}' attribute. * * * @param value the new value of the 'Fof Role' attribute. * @see #getFofRole() * @generated */ void setFofRole(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(VLSTerm) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSFofFormula_FofFormula() * @model containment="true" * @generated */ VLSTerm getFofFormula(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSFofFormula#getFofFormula Fof Formula}' containment reference. * * * @param value the new value of the 'Fof Formula' containment reference. * @see #getFofFormula() * @generated */ void setFofFormula(VLSTerm 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#getVLSFofFormula_Annotations() * @model containment="true" * @generated */ VLSAnnotation getAnnotations(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSFofFormula#getAnnotations Annotations}' containment reference. * * * @param value the new value of the 'Annotations' containment reference. * @see #getAnnotations() * @generated */ void setAnnotations(VLSAnnotation value); } // VLSFofFormula