1 | /**
|
---|
2 | */
|
---|
3 | package de.ugoe.cs.cpdp.decentApp.models.decent;
|
---|
4 |
|
---|
5 | import org.eclipse.emf.ecore.EObject;
|
---|
6 |
|
---|
7 | /**
|
---|
8 | * <!-- begin-user-doc -->
|
---|
9 | * A representation of the model object '<em><b>Delta</b></em>'.
|
---|
10 | * <!-- end-user-doc -->
|
---|
11 | *
|
---|
12 | * <p>
|
---|
13 | * The following features are supported:
|
---|
14 | * <ul>
|
---|
15 | * <li>{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getActivity <em>Activity</em>}</li>
|
---|
16 | * <li>{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getOnAttribute <em>On Attribute</em>}</li>
|
---|
17 | * <li>{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getTargetValue <em>Target Value</em>}</li>
|
---|
18 | * <li>{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getSourceValue <em>Source Value</em>}</li>
|
---|
19 | * <li>{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getChange <em>Change</em>}</li>
|
---|
20 | * </ul>
|
---|
21 | * </p>
|
---|
22 | *
|
---|
23 | * @see de.ugoe.cs.cpdp.decentApp.models.decent.DECENTPackage#getDelta()
|
---|
24 | * @model
|
---|
25 | * @generated
|
---|
26 | */
|
---|
27 | public interface Delta extends EObject {
|
---|
28 | /**
|
---|
29 | * Returns the value of the '<em><b>Activity</b></em>' container reference.
|
---|
30 | * It is bidirectional and its opposite is '{@link de.ugoe.cs.cpdp.decentApp.models.decent.Activity#getDeltas <em>Deltas</em>}'.
|
---|
31 | * <!-- begin-user-doc -->
|
---|
32 | * <p>
|
---|
33 | * If the meaning of the '<em>Activity</em>' container reference isn't clear,
|
---|
34 | * there really should be more of a description here...
|
---|
35 | * </p>
|
---|
36 | * <!-- end-user-doc -->
|
---|
37 | * @return the value of the '<em>Activity</em>' container reference.
|
---|
38 | * @see #setActivity(Activity)
|
---|
39 | * @see de.ugoe.cs.cpdp.decentApp.models.decent.DECENTPackage#getDelta_Activity()
|
---|
40 | * @see de.ugoe.cs.cpdp.decentApp.models.decent.Activity#getDeltas
|
---|
41 | * @model opposite="deltas" required="true" transient="false"
|
---|
42 | * @generated
|
---|
43 | */
|
---|
44 | Activity getActivity();
|
---|
45 |
|
---|
46 | /**
|
---|
47 | * Sets the value of the '{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getActivity <em>Activity</em>}' container reference.
|
---|
48 | * <!-- begin-user-doc -->
|
---|
49 | * <!-- end-user-doc -->
|
---|
50 | * @param value the new value of the '<em>Activity</em>' container reference.
|
---|
51 | * @see #getActivity()
|
---|
52 | * @generated
|
---|
53 | */
|
---|
54 | void setActivity(Activity value);
|
---|
55 |
|
---|
56 | /**
|
---|
57 | * Returns the value of the '<em><b>On Attribute</b></em>' reference.
|
---|
58 | * <!-- begin-user-doc -->
|
---|
59 | * <p>
|
---|
60 | * If the meaning of the '<em>On Attribute</em>' reference isn't clear,
|
---|
61 | * there really should be more of a description here...
|
---|
62 | * </p>
|
---|
63 | * <!-- end-user-doc -->
|
---|
64 | * @return the value of the '<em>On Attribute</em>' reference.
|
---|
65 | * @see #setOnAttribute(Attribute)
|
---|
66 | * @see de.ugoe.cs.cpdp.decentApp.models.decent.DECENTPackage#getDelta_OnAttribute()
|
---|
67 | * @model required="true"
|
---|
68 | * @generated
|
---|
69 | */
|
---|
70 | Attribute getOnAttribute();
|
---|
71 |
|
---|
72 | /**
|
---|
73 | * Sets the value of the '{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getOnAttribute <em>On Attribute</em>}' reference.
|
---|
74 | * <!-- begin-user-doc -->
|
---|
75 | * <!-- end-user-doc -->
|
---|
76 | * @param value the new value of the '<em>On Attribute</em>' reference.
|
---|
77 | * @see #getOnAttribute()
|
---|
78 | * @generated
|
---|
79 | */
|
---|
80 | void setOnAttribute(Attribute value);
|
---|
81 |
|
---|
82 | /**
|
---|
83 | * Returns the value of the '<em><b>Target Value</b></em>' reference.
|
---|
84 | * <!-- begin-user-doc -->
|
---|
85 | * <p>
|
---|
86 | * If the meaning of the '<em>Target Value</em>' reference isn't clear,
|
---|
87 | * there really should be more of a description here...
|
---|
88 | * </p>
|
---|
89 | * <!-- end-user-doc -->
|
---|
90 | * @return the value of the '<em>Target Value</em>' reference.
|
---|
91 | * @see #setTargetValue(Value)
|
---|
92 | * @see de.ugoe.cs.cpdp.decentApp.models.decent.DECENTPackage#getDelta_TargetValue()
|
---|
93 | * @model required="true"
|
---|
94 | * @generated
|
---|
95 | */
|
---|
96 | Value getTargetValue();
|
---|
97 |
|
---|
98 | /**
|
---|
99 | * Sets the value of the '{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getTargetValue <em>Target Value</em>}' reference.
|
---|
100 | * <!-- begin-user-doc -->
|
---|
101 | * <!-- end-user-doc -->
|
---|
102 | * @param value the new value of the '<em>Target Value</em>' reference.
|
---|
103 | * @see #getTargetValue()
|
---|
104 | * @generated
|
---|
105 | */
|
---|
106 | void setTargetValue(Value value);
|
---|
107 |
|
---|
108 | /**
|
---|
109 | * Returns the value of the '<em><b>Source Value</b></em>' reference.
|
---|
110 | * <!-- begin-user-doc -->
|
---|
111 | * <p>
|
---|
112 | * If the meaning of the '<em>Source Value</em>' reference isn't clear,
|
---|
113 | * there really should be more of a description here...
|
---|
114 | * </p>
|
---|
115 | * <!-- end-user-doc -->
|
---|
116 | * @return the value of the '<em>Source Value</em>' reference.
|
---|
117 | * @see #setSourceValue(Value)
|
---|
118 | * @see de.ugoe.cs.cpdp.decentApp.models.decent.DECENTPackage#getDelta_SourceValue()
|
---|
119 | * @model required="true"
|
---|
120 | * @generated
|
---|
121 | */
|
---|
122 | Value getSourceValue();
|
---|
123 |
|
---|
124 | /**
|
---|
125 | * Sets the value of the '{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getSourceValue <em>Source Value</em>}' reference.
|
---|
126 | * <!-- begin-user-doc -->
|
---|
127 | * <!-- end-user-doc -->
|
---|
128 | * @param value the new value of the '<em>Source Value</em>' reference.
|
---|
129 | * @see #getSourceValue()
|
---|
130 | * @generated
|
---|
131 | */
|
---|
132 | void setSourceValue(Value value);
|
---|
133 |
|
---|
134 | /**
|
---|
135 | * Returns the value of the '<em><b>Change</b></em>' attribute.
|
---|
136 | * <!-- begin-user-doc -->
|
---|
137 | * <p>
|
---|
138 | * If the meaning of the '<em>Change</em>' attribute isn't clear,
|
---|
139 | * there really should be more of a description here...
|
---|
140 | * </p>
|
---|
141 | * <!-- end-user-doc -->
|
---|
142 | * @return the value of the '<em>Change</em>' attribute.
|
---|
143 | * @see #setChange(double)
|
---|
144 | * @see de.ugoe.cs.cpdp.decentApp.models.decent.DECENTPackage#getDelta_Change()
|
---|
145 | * @model
|
---|
146 | * @generated
|
---|
147 | */
|
---|
148 | double getChange();
|
---|
149 |
|
---|
150 | /**
|
---|
151 | * Sets the value of the '{@link de.ugoe.cs.cpdp.decentApp.models.decent.Delta#getChange <em>Change</em>}' attribute.
|
---|
152 | * <!-- begin-user-doc -->
|
---|
153 | * <!-- end-user-doc -->
|
---|
154 | * @param value the new value of the '<em>Change</em>' attribute.
|
---|
155 | * @see #getChange()
|
---|
156 | * @generated
|
---|
157 | */
|
---|
158 | void setChange(double value);
|
---|
159 |
|
---|
160 | } // Delta
|
---|