- Timestamp:
- 07/20/11 11:16:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/commands/CMDcalcCoverage.java
r127 r130 46 46 } 47 47 if( !(dataObjectProcess instanceof IStochasticProcess) ) { 48 Console.printerrln("Object " + modelname + " not of type MarkovModel!");48 Console.printerrln("Object " + modelname + " not of type IStochasticProcess!"); 49 49 return; 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.