Révision 1862
| tmp/org.txm.progression.core/src/org/txm/progression/core/functions/Progression.java (revision 1862) | ||
|---|---|---|
| 46 | 46 |
import org.txm.core.preferences.TXMPreferences; |
| 47 | 47 |
import org.txm.core.results.Parameter; |
| 48 | 48 |
import org.txm.core.results.TXMParameters; |
| 49 |
import org.txm.core.results.TXMResult; |
|
| 49 | 50 |
import org.txm.progression.core.messages.ProgressionCoreMessages; |
| 50 | 51 |
import org.txm.progression.core.preferences.ProgressionPreferences; |
| 51 | 52 |
import org.txm.searchengine.cqp.clientExceptions.CqiClientException; |
| ... | ... | |
| 788 | 789 |
@Override |
| 789 | 790 |
public String getSimpleName() {
|
| 790 | 791 |
try {
|
| 792 |
if (this.queries == null || this.queries.isEmpty()) {
|
|
| 793 |
return getEmptyName(); |
|
| 794 |
} |
|
| 791 | 795 |
String output = StringUtils.join(this.queries, ","); //$NON-NLS-1$ |
| 792 | 796 |
if (this.propertyRegex != null) {
|
| 793 | 797 |
output += " " + this.propertyRegex; //$NON-NLS-1$ |
Formats disponibles : Unified diff