Ignore:
Timestamp:
07/20/11 11:16:01 (13 years ago)
Author:
sherbold
Message:
  • fixed output in calcCoverage
  • remaned command listStates to listSymbols
  • removed command numStates

+ added command modelSize that outputs the number of symbols in a model and its first-order markov model equivalent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/commands/CMDcalcCoverage.java

    r127 r130  
    4646                } 
    4747                if( !(dataObjectProcess instanceof IStochasticProcess) ) { 
    48                         Console.printerrln("Object " + modelname + " not of type MarkovModel!"); 
     48                        Console.printerrln("Object " + modelname + " not of type IStochasticProcess!"); 
    4949                        return; 
    5050                } 
Note: See TracChangeset for help on using the changeset viewer.