Révision 1523
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1523) | ||
---|---|---|
2086 | 2086 |
|
2087 | 2087 |
|
2088 | 2088 |
/** |
2089 |
* Computes the result if: |
|
2090 |
* - it can be computed (checking if all mandatory parameters are set) |
|
2091 |
* - it is dirty (manually or from history, if a parameters value has changed since last computing) |
|
2089 | 2092 |
* |
2090 | 2093 |
* @return |
2091 | 2094 |
* @throws Exception |
... | ... | |
2096 | 2099 |
|
2097 | 2100 |
|
2098 | 2101 |
/** |
2102 |
* Computes the result if: |
|
2103 |
* - it can be computed (checking if all mandatory parameters are set) |
|
2104 |
* - it is dirty (manually or from history, if a parameters value has changed since last computing) |
|
2099 | 2105 |
* |
2100 | 2106 |
* @param monitor |
2101 | 2107 |
* @return |
2102 |
* @throws Exception |
|
2103 | 2108 |
*/ |
2104 | 2109 |
public boolean compute(IProgressMonitor monitor) { |
2105 | 2110 |
return this.compute(monitor, true); |
2106 | 2111 |
} |
2107 | 2112 |
|
2108 |
|
|
2113 |
|
|
2109 | 2114 |
/** |
2110 |
* Computes the result if |
|
2111 |
* it can be computed |
|
2112 |
* it is dirty |
|
2113 |
* the TXMResult constructor has been called |
|
2115 |
* Computes the result if: |
|
2116 |
* - it can be computed (checking if all mandatory parameters are set) |
|
2117 |
* - it is dirty (manually or from history, if a parameters value has changed since last computing) |
|
2114 | 2118 |
* |
2115 |
* @param watcher
|
|
2116 |
* |
|
2119 |
* @param monitor
|
|
2120 |
* @param deepComputing
|
|
2117 | 2121 |
* @return |
2118 |
* @throws Exception |
|
2119 |
* @throws InvalidCqpIdException |
|
2120 |
* @throws CqiServerError |
|
2121 |
* @throws CqiClientExceptio |
|
2122 |
* @throws IOException |
|
2123 | 2122 |
*/ |
2124 | 2123 |
protected boolean compute(IProgressMonitor monitor, boolean deepComputing) { |
2125 | 2124 |
|
Formats disponibles : Unified diff