public class NoteFactory
extends java.lang.Object
Constructor and Description |
---|
NoteFactory() |
Modifier and Type | Method and Description |
---|---|
static Note |
parseNote(java.lang.String s)
Parse a String representation of a note and construct a Note
from the constituent parts.
|
public static Note parseNote(java.lang.String s)
For example:
s
- The String to parse