/** * 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 Type Def'. * * *

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTypeDef() * @model * @generated */ public interface VLSTypeDef extends EObject { /** * Returns the value of the 'Type Sig' containment reference. * *

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

* * @return the value of the 'Type Sig' containment reference. * @see #setTypeSig(VLSTypeDef) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTypeDef_TypeSig() * @model containment="true" * @generated */ VLSTypeDef getTypeSig(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTypeDef#getTypeSig Type Sig}' containment reference. * * * @param value the new value of the 'Type Sig' containment reference. * @see #getTypeSig() * @generated */ void setTypeSig(VLSTypeDef value); /** * Returns the value of the 'Maps To' containment reference. * *

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

* * @return the value of the 'Maps To' containment reference. * @see #setMapsTo(VLSTerm) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTypeDef_MapsTo() * @model containment="true" * @generated */ VLSTerm getMapsTo(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTypeDef#getMapsTo Maps To}' containment reference. * * * @param value the new value of the 'Maps To' containment reference. * @see #getMapsTo() * @generated */ void setMapsTo(VLSTerm value); /** * Returns the value of the 'Init Type' containment reference. * *

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

* * @return the value of the 'Init Type' containment reference. * @see #setInitType(VLSTerm) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTypeDef_InitType() * @model containment="true" * @generated */ VLSTerm getInitType(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTypeDef#getInitType Init Type}' containment reference. * * * @param value the new value of the 'Init Type' containment reference. * @see #getInitType() * @generated */ void setInitType(VLSTerm value); /** * Returns the value of the 'Next Type' containment reference. * *

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

* * @return the value of the 'Next Type' containment reference. * @see #setNextType(VLSTerm) * @see ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage#getVLSTypeDef_NextType() * @model containment="true" * @generated */ VLSTerm getNextType(); /** * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSTypeDef#getNextType Next Type}' containment reference. * * * @param value the new value of the 'Next Type' containment reference. * @see #getNextType() * @generated */ void setNextType(VLSTerm value); } // VLSTypeDef