Interval.java 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /**
  2. * generated by Xtext 2.16.0
  3. */
  4. package be.uantwerpen.cosys.contractLang;
  5. /**
  6. * <!-- begin-user-doc -->
  7. * A representation of the model object '<em><b>Interval</b></em>'.
  8. * <!-- end-user-doc -->
  9. *
  10. * <p>
  11. * The following features are supported:
  12. * </p>
  13. * <ul>
  14. * <li>{@link be.uantwerpen.cosys.contractLang.Interval#isClosed_min <em>Closed min</em>}</li>
  15. * <li>{@link be.uantwerpen.cosys.contractLang.Interval#isClosed_max <em>Closed max</em>}</li>
  16. * <li>{@link be.uantwerpen.cosys.contractLang.Interval#getMin <em>Min</em>}</li>
  17. * <li>{@link be.uantwerpen.cosys.contractLang.Interval#getMax <em>Max</em>}</li>
  18. * <li>{@link be.uantwerpen.cosys.contractLang.Interval#getUnit <em>Unit</em>}</li>
  19. * </ul>
  20. *
  21. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getInterval()
  22. * @model
  23. * @generated
  24. */
  25. public interface Interval extends Expression
  26. {
  27. /**
  28. * Returns the value of the '<em><b>Closed min</b></em>' attribute.
  29. * <!-- begin-user-doc -->
  30. * <p>
  31. * If the meaning of the '<em>Closed min</em>' attribute isn't clear,
  32. * there really should be more of a description here...
  33. * </p>
  34. * <!-- end-user-doc -->
  35. * @return the value of the '<em>Closed min</em>' attribute.
  36. * @see #setClosed_min(boolean)
  37. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getInterval_Closed_min()
  38. * @model
  39. * @generated
  40. */
  41. boolean isClosed_min();
  42. /**
  43. * Sets the value of the '{@link be.uantwerpen.cosys.contractLang.Interval#isClosed_min <em>Closed min</em>}' attribute.
  44. * <!-- begin-user-doc -->
  45. * <!-- end-user-doc -->
  46. * @param value the new value of the '<em>Closed min</em>' attribute.
  47. * @see #isClosed_min()
  48. * @generated
  49. */
  50. void setClosed_min(boolean value);
  51. /**
  52. * Returns the value of the '<em><b>Closed max</b></em>' attribute.
  53. * <!-- begin-user-doc -->
  54. * <p>
  55. * If the meaning of the '<em>Closed max</em>' attribute isn't clear,
  56. * there really should be more of a description here...
  57. * </p>
  58. * <!-- end-user-doc -->
  59. * @return the value of the '<em>Closed max</em>' attribute.
  60. * @see #setClosed_max(boolean)
  61. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getInterval_Closed_max()
  62. * @model
  63. * @generated
  64. */
  65. boolean isClosed_max();
  66. /**
  67. * Sets the value of the '{@link be.uantwerpen.cosys.contractLang.Interval#isClosed_max <em>Closed max</em>}' attribute.
  68. * <!-- begin-user-doc -->
  69. * <!-- end-user-doc -->
  70. * @param value the new value of the '<em>Closed max</em>' attribute.
  71. * @see #isClosed_max()
  72. * @generated
  73. */
  74. void setClosed_max(boolean value);
  75. /**
  76. * Returns the value of the '<em><b>Min</b></em>' containment reference.
  77. * <!-- begin-user-doc -->
  78. * <p>
  79. * If the meaning of the '<em>Min</em>' containment reference isn't clear,
  80. * there really should be more of a description here...
  81. * </p>
  82. * <!-- end-user-doc -->
  83. * @return the value of the '<em>Min</em>' containment reference.
  84. * @see #setMin(Value)
  85. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getInterval_Min()
  86. * @model containment="true"
  87. * @generated
  88. */
  89. Value getMin();
  90. /**
  91. * Sets the value of the '{@link be.uantwerpen.cosys.contractLang.Interval#getMin <em>Min</em>}' containment reference.
  92. * <!-- begin-user-doc -->
  93. * <!-- end-user-doc -->
  94. * @param value the new value of the '<em>Min</em>' containment reference.
  95. * @see #getMin()
  96. * @generated
  97. */
  98. void setMin(Value value);
  99. /**
  100. * Returns the value of the '<em><b>Max</b></em>' containment reference.
  101. * <!-- begin-user-doc -->
  102. * <p>
  103. * If the meaning of the '<em>Max</em>' containment reference isn't clear,
  104. * there really should be more of a description here...
  105. * </p>
  106. * <!-- end-user-doc -->
  107. * @return the value of the '<em>Max</em>' containment reference.
  108. * @see #setMax(Value)
  109. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getInterval_Max()
  110. * @model containment="true"
  111. * @generated
  112. */
  113. Value getMax();
  114. /**
  115. * Sets the value of the '{@link be.uantwerpen.cosys.contractLang.Interval#getMax <em>Max</em>}' containment reference.
  116. * <!-- begin-user-doc -->
  117. * <!-- end-user-doc -->
  118. * @param value the new value of the '<em>Max</em>' containment reference.
  119. * @see #getMax()
  120. * @generated
  121. */
  122. void setMax(Value value);
  123. /**
  124. * Returns the value of the '<em><b>Unit</b></em>' containment reference.
  125. * <!-- begin-user-doc -->
  126. * <p>
  127. * If the meaning of the '<em>Unit</em>' containment reference isn't clear,
  128. * there really should be more of a description here...
  129. * </p>
  130. * <!-- end-user-doc -->
  131. * @return the value of the '<em>Unit</em>' containment reference.
  132. * @see #setUnit(Unit)
  133. * @see be.uantwerpen.cosys.contractLang.ContractLangPackage#getInterval_Unit()
  134. * @model containment="true"
  135. * @generated
  136. */
  137. Unit getUnit();
  138. /**
  139. * Sets the value of the '{@link be.uantwerpen.cosys.contractLang.Interval#getUnit <em>Unit</em>}' containment reference.
  140. * <!-- begin-user-doc -->
  141. * <!-- end-user-doc -->
  142. * @param value the new value of the '<em>Unit</em>' containment reference.
  143. * @see #getUnit()
  144. * @generated
  145. */
  146. void setUnit(Unit value);
  147. } // Interval