Changeset 191 for trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/data
- Timestamp:
- 09/24/11 02:11:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/data/GlobalDataContainer.java
r187 r191 204 204 * <p> 205 205 * Returns the keys of all {@link IStochasticProcess}s contained in the 206 * storage 206 * storage. 207 207 * </p> 208 208 * … … 219 219 } 220 220 221 /** 222 * <p> 223 * Returns the keys of all objects contained in the storage. 224 * </p> 225 * 226 * @return keys of all objects in the storage 227 */ 228 public Collection<String> getAllKeys() { 229 return dataObjects.keySet(); 230 } 231 221 232 }
Note: See TracChangeset
for help on using the changeset viewer.