Uses of Interface
provided.abcMusic.musicFW.IPhraseVisitorCmd
Packages that use IPhraseVisitorCmd
Package
Description
Definitions of the IPhrase data structure and its sub-types used to represent ABC music elements.
-
Uses of IPhraseVisitorCmd in provided.abcMusic.musicFW
Fields in provided.abcMusic.musicFW declared as IPhraseVisitorCmdModifier and TypeFieldDescriptionprivate IPhraseVisitorCmd
APhraseVisitor.defaultCmd
The default command to use when caseAt is called with an ID that is not in the hashtable as a key.Fields in provided.abcMusic.musicFW with type parameters of type IPhraseVisitorCmdModifier and TypeFieldDescriptionprivate Map<String,IPhraseVisitorCmd>
APhraseVisitor.cmds
The dictionary of commands, implemented using a hash table.Methods in provided.abcMusic.musicFW with parameters of type IPhraseVisitorCmdModifier and TypeMethodDescriptionvoid
APhraseVisitor.addCmd(String id, IPhraseVisitorCmd cmd)
Add the given command to the dictionary, associated with the given id value.Constructors in provided.abcMusic.musicFW with parameters of type IPhraseVisitorCmdModifierConstructorDescriptionAPhraseVisitor(IPhraseVisitorCmd defaultCmd)
Constructor that sets the default cmd to the supplied cmd.