com.virtuosotechnologies.asaph.model.notation
Interface NoteModifier


public interface NoteModifier

An object that represents a modifier on a note (such as sharp or flat).


Method Summary
 String generateLongString()
          Generate the long string representation
 String generateString()
          Generate the short (symbolic) string representation
 NotationFactory getNotationFactory()
          Get the NotationFactory that created this object
 

Method Detail

getNotationFactory

public NotationFactory getNotationFactory()
Get the NotationFactory that created this object

Returns:
the NotationFactory

generateLongString

public String generateLongString()
Generate the long string representation

Returns:
String

generateString

public String generateString()
Generate the short (symbolic) string representation

Returns:
String