Révision 871
tmp/org.txm.progression.core/src/org/txm/progression/core/functions/Progression.java (revision 871) | ||
---|---|---|
39 | 39 |
import java.util.regex.Pattern; |
40 | 40 |
import java.util.regex.PatternSyntaxException; |
41 | 41 |
|
42 |
import org.txm.chartsengine.core.preferences.ChartsEnginePreferences; |
|
43 | 42 |
import org.txm.chartsengine.core.results.ChartResult; |
44 | 43 |
import org.txm.chartsengine.r.core.themes.DefaultTheme; |
45 | 44 |
import org.txm.core.preferences.TBXPreferences; |
... | ... | |
152 | 151 |
protected String propertyRegex; |
153 | 152 |
|
154 | 153 |
|
155 |
public Progression(Corpus corpus) {
|
|
156 |
this(null, corpus);
|
|
154 |
public Progression(Corpus parent) {
|
|
155 |
this(null, parent);
|
|
157 | 156 |
} |
158 | 157 |
|
159 | 158 |
public Progression(String uuid) { |
160 | 159 |
this(uuid, null); |
161 | 160 |
} |
162 | 161 |
|
163 |
public Progression(String uuid, Corpus corpus) {
|
|
164 |
super(uuid, corpus);
|
|
162 |
public Progression(String uuid, Corpus parent) {
|
|
163 |
super(uuid, parent);
|
|
165 | 164 |
this.corpus = (Corpus) this.parent; |
166 | 165 |
} |
167 | 166 |
|
Formats disponibles : Unified diff