Révision 688
| tmp/org.txm.para.core/src/org/txm/para/core/functions/ParaBrowser.java (revision 688) | ||
|---|---|---|
| 7 | 7 |
import java.util.List; |
| 8 | 8 |
import java.util.Map; |
| 9 | 9 |
|
| 10 |
import org.eclipse.core.runtime.IProgressMonitor; |
|
| 11 | 10 |
import org.txm.core.results.TXMParameters; |
| 12 | 11 |
import org.txm.core.results.TXMResult; |
| 13 | 12 |
import org.txm.searchengine.cqp.CqpDataProxy; |
| ... | ... | |
| 25 | 24 |
import org.txm.utils.i18n.LangFormater; |
| 26 | 25 |
|
| 27 | 26 |
public class ParaBrowser extends TXMResult {
|
| 27 |
|
|
| 28 | 28 |
|
| 29 |
public ParaBrowser(MainCorpus corpus) {
|
|
| 30 |
super(corpus); |
|
| 29 |
/** |
|
| 30 |
* |
|
| 31 |
* @param parent |
|
| 32 |
*/ |
|
| 33 |
public ParaBrowser(TXMResult parent) {
|
|
| 34 |
super(parent); |
|
| 31 | 35 |
} |
| 32 | 36 |
|
| 33 | 37 |
|
| ... | ... | |
| 246 | 250 |
|
| 247 | 251 |
|
| 248 | 252 |
@Override |
| 249 |
public boolean compute(IProgressMonitor watcher) throws Exception {
|
|
| 250 |
System.out.println("ParaBrower.compute() not implemented");
|
|
| 251 |
return false; |
|
| 252 |
} |
|
| 253 |
|
|
| 254 |
|
|
| 255 |
@Override |
|
| 256 | 253 |
public boolean toTxt(File outfile, String encoding, String colseparator, String txtseparator) throws Exception {
|
| 257 | 254 |
// TODO Auto-generated method stub |
| 258 | 255 |
return false; |
| ... | ... | |
| 261 | 258 |
|
| 262 | 259 |
@Override |
| 263 | 260 |
public boolean setParameters(TXMParameters parameters) {
|
| 261 |
// FIXME: not yet computed |
|
| 262 |
System.err.println("ParaBrower.setParameters() not implemented");
|
|
| 264 | 263 |
return false; |
| 265 | 264 |
} |
| 266 | 265 |
|
| 267 | 266 |
|
| 268 | 267 |
@Override |
| 269 | 268 |
public boolean saveParameters() throws Exception {
|
| 270 |
// TODO Auto-generated method stub |
|
| 269 |
// FIXME: not yet computed |
|
| 270 |
System.err.println("ParaBrower.saveParameters() not implemented");
|
|
| 271 | 271 |
return false; |
| 272 | 272 |
} |
| 273 | 273 |
|
| 274 | 274 |
|
| 275 | 275 |
@Override |
| 276 | 276 |
public boolean loadParameters() throws Exception {
|
| 277 |
// TODO Auto-generated method stub |
|
| 277 |
// FIXME: not yet computed |
|
| 278 |
System.err.println("ParaBrower.loadParameters() not implemented");
|
|
| 278 | 279 |
return false; |
| 279 | 280 |
} |
| 280 | 281 |
|
| 281 | 282 |
|
| 282 | 283 |
@Override |
| 283 | 284 |
public boolean canCompute() throws Exception {
|
| 284 |
// TODO Auto-generated method stub |
|
| 285 |
// FIXME: not yet computed |
|
| 286 |
System.err.println("ParaBrower.canCompute() not implemented");
|
|
| 285 | 287 |
return false; |
| 286 | 288 |
} |
| 287 | 289 |
|
| 288 | 290 |
|
| 289 | 291 |
@Override |
| 290 | 292 |
protected boolean _compute() throws Exception {
|
| 291 |
// TODO Auto-generated method stub |
|
| 293 |
// FIXME: not yet computed |
|
| 294 |
System.err.println("ParaBrower._compute() not implemented");
|
|
| 292 | 295 |
return false; |
| 293 | 296 |
} |
| 294 | 297 |
} |
Formats disponibles : Unified diff