Révision 3853
TXM/trunk/bundles/org.txm.statsengine.core/src/org/txm/statsengine/core/StatsEngine.java (revision 3853) | ||
---|---|---|
19 | 19 |
|
20 | 20 |
@Override |
21 | 21 |
public String getDetails() { |
22 |
return ""; |
|
22 |
return ""; //$NON-NLS-1$
|
|
23 | 23 |
} |
24 | 24 |
|
25 | 25 |
public String hasAdditionalDetailsForResult(TXMResult result) { |
TXM/trunk/bundles/org.txm.statsengine.core/src/org/txm/statsengine/core/StatsEnginesManager.java (revision 3853) | ||
---|---|---|
17 | 17 |
private static final long serialVersionUID = 1768281732799460015L; |
18 | 18 |
|
19 | 19 |
public static StatsEngine getREngine() { |
20 |
return (StatsEngine) Toolbox.getEngineManager(EngineType.STATS).getEngine("R"); |
|
20 |
return (StatsEngine) Toolbox.getEngineManager(EngineType.STATS).getEngine("R"); //$NON-NLS-1$
|
|
21 | 21 |
} |
22 | 22 |
|
23 | 23 |
@Override |
Formats disponibles : Unified diff