/** * generated by Xtext 2.12.0 */ package ca.mcgill.ecse.dslreasoner.vampireLanguage; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Vampire Model'. * * *

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVampireModel() * @model * @generated */ public interface VampireModel extends EObject { /** * Returns the value of the 'Includes' containment reference list. * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSInclude}. * *

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

* * @return the value of the 'Includes' containment reference list. * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVampireModel_Includes() * @model containment="true" * @generated */ EList getIncludes(); /** * Returns the value of the 'Comments' containment reference list. * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSComment}. * *

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

* * @return the value of the 'Comments' containment reference list. * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVampireModel_Comments() * @model containment="true" * @generated */ EList getComments(); /** * Returns the value of the 'Formulas' containment reference list. * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSFofFormula}. * *

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

* * @return the value of the 'Formulas' containment reference list. * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVampireModel_Formulas() * @model containment="true" * @generated */ EList getFormulas(); } // VampireModel