ResponseChain1NPattern.java 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /**
  2. * generated by Xtext 2.16.0
  3. */
  4. package be.uantwerpen.cosys.contractLang;
  5. import org.eclipse.emf.common.util.EList;
  6. /**
  7. * <!-- begin-user-doc -->
  8. * A representation of the model object '<em><b>Response Chain1 NPattern</b></em>'.
  9. * <!-- end-user-doc -->
  10. *
  11. * <p>
  12. * The following features are supported:
  13. * </p>
  14. * <ul>
  15. * <li>{@link be.uantwerpen.cosys.contractLang.ResponseChain1NPattern#getFirst <em>First</em>}</li>
  16. * <li>{@link be.uantwerpen.cosys.contractLang.ResponseChain1NPattern#getSecond <em>Second</em>}</li>
  17. * <li>{@link be.uantwerpen.cosys.contractLang.ResponseChain1NPattern#getTime <em>Time</em>}</li>
  18. * <li>{@link be.uantwerpen.cosys.contractLang.ResponseChain1NPattern#getConstraint <em>Constraint</em>}</li>
  19. * <li>{@link be.uantwerpen.cosys.contractLang.ResponseChain1NPattern#getStatements <em>Statements</em>}</li>
  20. * </ul>
  21. *
  22. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getResponseChain1NPattern()
  23. * @model
  24. * @generated
  25. */
  26. public interface ResponseChain1NPattern extends Order
  27. {
  28. /**
  29. * Returns the value of the '<em><b>First</b></em>' containment reference.
  30. * <!-- begin-user-doc -->
  31. * <p>
  32. * If the meaning of the '<em>First</em>' containment reference isn't clear,
  33. * there really should be more of a description here...
  34. * </p>
  35. * <!-- end-user-doc -->
  36. * @return the value of the '<em>First</em>' containment reference.
  37. * @see #setFirst(MetaStatement)
  38. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getResponseChain1NPattern_First()
  39. * @model containment="true"
  40. * @generated
  41. */
  42. MetaStatement getFirst();
  43. /**
  44. * Sets the value of the '{@link be.uantwerpen.cosys.contractLang.ResponseChain1NPattern#getFirst <em>First</em>}' containment reference.
  45. * <!-- begin-user-doc -->
  46. * <!-- end-user-doc -->
  47. * @param value the new value of the '<em>First</em>' containment reference.
  48. * @see #getFirst()
  49. * @generated
  50. */
  51. void setFirst(MetaStatement value);
  52. /**
  53. * Returns the value of the '<em><b>Second</b></em>' containment reference.
  54. * <!-- begin-user-doc -->
  55. * <p>
  56. * If the meaning of the '<em>Second</em>' containment reference isn't clear,
  57. * there really should be more of a description here...
  58. * </p>
  59. * <!-- end-user-doc -->
  60. * @return the value of the '<em>Second</em>' containment reference.
  61. * @see #setSecond(MetaStatement)
  62. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getResponseChain1NPattern_Second()
  63. * @model containment="true"
  64. * @generated
  65. */
  66. MetaStatement getSecond();
  67. /**
  68. * Sets the value of the '{@link be.uantwerpen.cosys.contractLang.ResponseChain1NPattern#getSecond <em>Second</em>}' containment reference.
  69. * <!-- begin-user-doc -->
  70. * <!-- end-user-doc -->
  71. * @param value the new value of the '<em>Second</em>' containment reference.
  72. * @see #getSecond()
  73. * @generated
  74. */
  75. void setSecond(MetaStatement value);
  76. /**
  77. * Returns the value of the '<em><b>Time</b></em>' containment reference.
  78. * <!-- begin-user-doc -->
  79. * <p>
  80. * If the meaning of the '<em>Time</em>' containment reference isn't clear,
  81. * there really should be more of a description here...
  82. * </p>
  83. * <!-- end-user-doc -->
  84. * @return the value of the '<em>Time</em>' containment reference.
  85. * @see #setTime(Time)
  86. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getResponseChain1NPattern_Time()
  87. * @model containment="true"
  88. * @generated
  89. */
  90. Time getTime();
  91. /**
  92. * Sets the value of the '{@link be.uantwerpen.cosys.contractLang.ResponseChain1NPattern#getTime <em>Time</em>}' containment reference.
  93. * <!-- begin-user-doc -->
  94. * <!-- end-user-doc -->
  95. * @param value the new value of the '<em>Time</em>' containment reference.
  96. * @see #getTime()
  97. * @generated
  98. */
  99. void setTime(Time value);
  100. /**
  101. * Returns the value of the '<em><b>Constraint</b></em>' containment reference.
  102. * <!-- begin-user-doc -->
  103. * <p>
  104. * If the meaning of the '<em>Constraint</em>' containment reference isn't clear,
  105. * there really should be more of a description here...
  106. * </p>
  107. * <!-- end-user-doc -->
  108. * @return the value of the '<em>Constraint</em>' containment reference.
  109. * @see #setConstraint(Constraint)
  110. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getResponseChain1NPattern_Constraint()
  111. * @model containment="true"
  112. * @generated
  113. */
  114. Constraint getConstraint();
  115. /**
  116. * Sets the value of the '{@link be.uantwerpen.cosys.contractLang.ResponseChain1NPattern#getConstraint <em>Constraint</em>}' containment reference.
  117. * <!-- begin-user-doc -->
  118. * <!-- end-user-doc -->
  119. * @param value the new value of the '<em>Constraint</em>' containment reference.
  120. * @see #getConstraint()
  121. * @generated
  122. */
  123. void setConstraint(Constraint value);
  124. /**
  125. * Returns the value of the '<em><b>Statements</b></em>' reference list.
  126. * The list contents are of type {@link be.uantwerpen.cosys.contractLang.PrecStatement}.
  127. * <!-- begin-user-doc -->
  128. * <p>
  129. * If the meaning of the '<em>Statements</em>' reference list isn't clear,
  130. * there really should be more of a description here...
  131. * </p>
  132. * <!-- end-user-doc -->
  133. * @return the value of the '<em>Statements</em>' reference list.
  134. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getResponseChain1NPattern_Statements()
  135. * @model
  136. * @generated
  137. */
  138. EList<PrecStatement> getStatements();
  139. } // ResponseChain1NPattern