Index

A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes|All Packages|Constant Field Values|Serialized Form

N

name - Variable in class provided.abcMusic.musicFW.Note
Note name: {A, B, C, D, E, F, G, Z} (Z = rest)
name - Variable in class provided.abcMusic.utils.ABCInstrument
The name of the instrument
name - Variable in class provided.utils.file.impl.FileContents
The name associated with the file contents
NEList - Class in provided.listFW
Represents non-empty lists.
NEList(Object, IList) - Constructor for class provided.listFW.NEList
Initializes this NEList to a given first and a given rest.
NESeqList - Class in provided.abcMusic.musicFW
A non-empty ("cons") sequence list.
NESeqList(IPhrase, ISeqList) - Constructor for class provided.abcMusic.musicFW.NESeqList
Cons an IPhrase to a Sequence List.
nextLogger - Variable in class provided.logger.impl.Logger
The next logger in the chain.
nonEmptyCase(NEList, Object...) - Method in interface provided.listFW.IListAlgo
Operates on NEList, a non-empty list.
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.AddToAlgo
Returns a new NEList with the original first added to the given integer parameter, where the rest of the list is the AddToAlgo applied to the rest of the original list.
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.CopyAlgo
Returns a new NEList where first is the original first and rest is a copy of the original rest.
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.CountAlgo
Returns 1 plus the count of the rest of the list.
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.FoldLAlgo
 
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.FoldRAlgo
 
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.ProdAlgo
 
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.SumFwdAlgo
 
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.SumRevAlgo
Returns first plus the sum of the rest of the list.
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.ToStringAlgo
Passes "(" + first to the rest of IList and asks for help to complete the computation.
nonEmptyCase(NEList, Object...) - Method in class provided.listFW.visitors.ToStringHelper
Continues accumulating the String representation by appending ", " + first to acc and recurse!
nonSharedLogger - Variable in class provided.logger.demo.controller.LoggerTestApp
A logger that is not the globally shared logger that the controller will chain after the global logger.
Note - Class in provided.abcMusic.musicFW
Basic class representing musical Notes.
Note(char, int, int, double, boolean) - Constructor for class provided.abcMusic.musicFW.Note
Constructor for the class
NoteCollection - Class in provided.abcMusic.musicFW
A collection of multiple notes ---------------------------------------------- A collection of Notes
NoteCollection(Note...) - Constructor for class provided.abcMusic.musicFW.NoteCollection
Constructor that takes notes that form this collection
notes - Variable in class provided.abcMusic.musicFW.NoteCollection
An array of the notes that comprise this collection.
notes - Variable in class provided.abcMusic.utils.KeySignature
Ordering of notes (using only sharps)
NULL - Static variable in interface provided.abcMusic.player.impl.SequencePlayer2.IPlayable
Null object instance that no-ops the start and stop methods.
NULL - Static variable in interface provided.abcMusic.player.ISequencePlayerStatus
Null Object instance that simply prints a status message to the console.
NULL - Static variable in interface provided.logger.ILogger
Null logger instance that is a no-op or return false except for its append() method which returns the given ILogger object.
NULL_VISITOR - Static variable in interface provided.basicVisitorFW.IVisitor
A null visitor, used when no visitor is yet defined.
A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes|All Packages|Constant Field Values|Serialized Form