Class MusedataTokenizer

java.lang.Object
  |
  +--MusedataTokenizer

public class MusedataTokenizer
extends java.lang.Object


Constructor Summary
MusedataTokenizer(java.lang.String mdFile)
           
 
Method Summary
 java.util.Vector getGraph(boolean combineTies, boolean combineRests)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MusedataTokenizer

public MusedataTokenizer(java.lang.String mdFile)
Parameters:
mdFile - the MuseData file. Must be in format 2.
Method Detail

getGraph

public java.util.Vector getGraph(boolean combineTies,
                                 boolean combineRests)
Returns:
a Vector containing the parts of the score represented as Vectors of NoteInfo objects.