Uses of Interface
provided.abcMusic.musicFW.ISeqList
Packages that use ISeqList
Package
Description
Definitions of the IPhrase data structure and its sub-types used to represent ABC music elements.
-
Uses of ISeqList in provided.abcMusic.musicFW
Classes in provided.abcMusic.musicFW that implement ISeqListModifier and TypeClassDescriptionclassAn ISeqList that transparently routes the visitor execution to its decoree.classThe class is used to implement "Da Capo al fine" or "D.C.classAn empty sequence list.classA non-empty ("cons") sequence list.classMultiple Decorator ISeqList where the active decoree (the "target") is toggled (cycled, actually) through all the available decorees.Fields in provided.abcMusic.musicFW declared as ISeqListModifier and TypeFieldDescriptionprivate ISeqListNESeqList._restThe "rest" of the listprivate ISeqListDecoratorSeqList.decoreeThe decoree/target ISeqList list.private ISeqList[]ToggleDecoratorSeqList.decoreesThe decoree/target ISeqList list.Methods in provided.abcMusic.musicFW that return ISeqListModifier and TypeMethodDescriptionNESeqList.getRest()Accessor method for the rest of the lsitToggleDecoratorSeqList.getTargetDecoree()Accessor for the current target (active) decoreeMethods in provided.abcMusic.musicFW with parameters of type ISeqListModifier and TypeMethodDescriptionvoidDecoratorSeqList.setDecoree(ISeqList decoree)Setter methods used to set the decoree.voidToggleDecoratorSeqList.setDecoree(int idx, ISeqList decoree)Setter methods used to set a particular decoree.voidToggleDecoratorSeqList.setDecorees(ISeqList... decorees)Settor for the decoreesConstructors in provided.abcMusic.musicFW with parameters of type ISeqListModifierConstructorDescriptionDecoratorSeqList(ISeqList decoree)Constructor used to set the decoree to a known value at construction time.FineToggleDecoratorSeqList(ISeqList... decorees)Instantiates the class with the given decorees.Cons an IPhrase to a Sequence List.ToggleDecoratorSeqList(ISeqList... decorees)Constructor used to set the decorees to a known values at construction time.