com.softsynth.jmsl.score
Class DurationReporter

java.lang.Object
  extended by com.softsynth.jmsl.score.DurationReporter
All Implemented Interfaces:
ScoreOperator

public class DurationReporter
extends java.lang.Object
implements ScoreOperator

Run through each staff of each measure and see if there are too many or not enough notes in each.

Author:
Nick Didkovsky, (c) 2000 Nick Didkovsky all rights reserved

Constructor Summary
DurationReporter()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getResultString()
           
 void operate(Score score)
          Do some analysis of the score, or add material to it, or operate in some way.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DurationReporter

public DurationReporter()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface ScoreOperator

operate

public void operate(Score score)
Description copied from interface: ScoreOperator
Do some analysis of the score, or add material to it, or operate in some way.

Specified by:
operate in interface ScoreOperator

getResultString

public java.lang.String getResultString()
Specified by:
getResultString in interface ScoreOperator
Returns:
a String reporting the results of operate()