Main Page   Class Hierarchy   Compound List   File List   Compound Members  

composers.Composer Class Reference

Inheritance diagram for composers.Composer:

Inheritance graph
[legend]
Collaboration diagram for composers.Composer:

Collaboration graph
[legend]
List of all members.

Detailed Description

Abstract class that defines the basic interface that all MEAPsoft composers should follow.

Author:
Ron Weiss (ronw@ee.columbia.edu)

Definition at line 42 of file Composer.java.

Public Methods

void setup () throws IOException, ParserException
 Setup the Composer - read in files, etc.

abstract EDLFile compose ()
 Compose an EDLFile.

void go ()
void addCommandToAllEDLChunks (String cmd)
 Add a command to all chunks in outFile.

void addCommandsToAllEDLChunks (Vector cmds)
 Add commands to all chunks in outFile.

void addCommand (String cmd)
 Add a command to be applied to all EDL chunks.

void parseCommands (String[] args, String argString)
 Parse command strings from the command line arguments.


Static Public Methods

void printCommandLineOptions (char arg)

Public Attributes

EDLFile outFile


Member Function Documentation

abstract EDLFile composers.Composer.compose   [pure virtual]
 

Compose an EDLFile.

This is where the magic happens.

Implemented in composers.BlipComposer, composers.IntraChunkShuffleComposer, composers.MashupComposer, composers.MeapaeMComposer, composers.NNComposer, and composers.SortComposer.

void composers.Composer.setup   throws IOException, ParserException [inline]
 

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 meapsoft.MEAPUtil.

Reimplemented in composers.BlipComposer, composers.IntraChunkShuffleComposer, composers.MashupComposer, composers.MeapaeMComposer, and composers.SortComposer.

Definition at line 56 of file Composer.java.


The documentation for this class was generated from the following file:
Generated on Thu May 11 15:04:16 2006 for MEAPsoft by doxygen1.2.18