Definition at line 20 of file BlipComposer.java.
Public Methods | |
void | setup () throws IOException, ParserException |
Setup the Composer - read in files, etc. | |
EDLFile | compose () |
Compose an EDLFile. | |
Static Public Attributes | |
String | description |
|
Compose an EDLFile. This is where the magic happens. Implements composers.Composer. Definition at line 117 of file BlipComposer.java. |
|
Setup the Composer - read in files, etc. This should be called before any call to compose() to ensure that the inputs and outputs are properly initialized. Reimplemented from composers.Composer. Definition at line 106 of file BlipComposer.java. |
|
Initial value: "Inserts a blip at the beginning of each chunk in the input " + "features file. Especially useful for understanding the output of the " + "segmenter." Reimplemented from composers.Composer. Definition at line 22 of file BlipComposer.java. |