Class SoundBranch
java.lang.Object
CollectableNode
SoundBranch
- Direct Known Subclasses:
- ScaleBranch
- public class SoundBranch
- extends CollectableNode
children
public CollectableNode children
SoundBranch
public SoundBranch()
toString
public String toString()
- Method to return a string with informaiton
about this branch
addChild
public void addChild(CollectableNode child)
- Method to add nodes to children
collect
public Sound collect()
- Collect all the sound from our children,
then collect from next.
- Specified by:
collect
in class CollectableNode
collectAfter
public Sound collectAfter()
- Collect all the sound from our children,
then collect from next.
If there's processing, do to Next, not to Children
- Specified by:
collectAfter
in class CollectableNode