Changeset 196


Ignore:
Timestamp:
09/26/11 20:28:30 (13 years ago)
Author:
sherbold
Message:
  • added command efgToMM for parsing an EFG file (see guitar.sourceforge.net) and create a first-order Markov model with the same edges as the EFG file and each transition equally probable
Location:
trunk/EventBenchConsole
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/.classpath

    r188 r196  
    3939        <classpathentry kind="lib" path="lib/swt/org.eclipse.ui.forms_3.5.100.v20110425.jar"/> 
    4040        <classpathentry kind="lib" path="lib/swt/org.eclipse.ui.workbench_3.7.0.I20110519-0100.jar"/> 
     41        <classpathentry kind="lib" path="lib/guitar/gui-model-core.jar"/> 
    4142        <classpathentry combineaccessrules="false" kind="src" path="/JavaHelperLib"/> 
    4243        <classpathentry combineaccessrules="false" kind="src" path="/EventBenchCore"/> 
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/Runner.java

    r188 r196  
    3636                CommandExecuter.getInstance().addCommandPackage( 
    3737                                "de.ugoe.cs.eventbench.web.commands"); 
     38                CommandExecuter.getInstance().addCommandPackage( 
     39                                "de.ugoe.cs.eventbench.efg.commands"); 
    3840                TextConsole textConsole = new TextConsole(); 
    3941                boolean swtGuiRunning = false; 
Note: See TracChangeset for help on using the changeset viewer.