Ignore:
Timestamp:
06/23/11 11:26:57 (13 years ago)
Author:
sherbold
Message:

+ added command generateRandomSequences

  • changed command generateReplayfile such that it accepts an optional parameter with the name of the sequences that are to be written, to allow writing sequences generated with generateRandomSequences
  • minor output changes
File:
1 edited

Legend:

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

    r68 r84  
    4343                } 
    4444                 
    45                 GlobalDataContainer.getInstance().addData("sequences", parser.getSequences()); 
     45                if( GlobalDataContainer.getInstance().addData("sequences", parser.getSequences()) ) { 
     46                        Console.traceln("Old data \"" + "sequences" + "\" overwritten"); 
     47                } 
    4648        } 
    4749         
Note: See TracChangeset for help on using the changeset viewer.