Révision 1954
| tmp/org.txm.statsengine.core/src/org/txm/statsengine/core/StatsEnginesManager.java (revision 1954) | ||
|---|---|---|
| 14 | 14 |
//FIXME: useless class, the type and priority/order should be defined in org.txm.core.engines.EnginesManager extension point |
| 15 | 15 |
public class StatsEnginesManager extends EnginesManager<StatsEngine> {
|
| 16 | 16 |
|
| 17 |
private static final long serialVersionUID = 1768281732799460015L; |
|
| 18 |
|
|
| 17 | 19 |
public static StatsEngine getREngine() {
|
| 18 | 20 |
return (StatsEngine) Toolbox.getEngineManager(EngineType.STATS).getEngine("R");
|
| 19 | 21 |
} |
| ... | ... | |
| 27 | 29 |
public EngineType getEnginesType() {
|
| 28 | 30 |
return EngineType.STATS; |
| 29 | 31 |
} |
| 30 |
|
|
| 31 | 32 |
} |
Formats disponibles : Unified diff