Uses of Interface
com.softsynth.jmsl.Behavior

Packages that use Behavior
com.softsynth.jmsl   
com.softsynth.jmsl.score   
 

Uses of Behavior in com.softsynth.jmsl
 

Classes in com.softsynth.jmsl that implement Behavior
 class UniformRandomBehavior
          UniformRandomBehavior.java Choose a child to launch with a uniformly distributed random selection.
 

Methods in com.softsynth.jmsl that return Behavior
 Behavior SequentialCollection.getBehavior()
          Retrieve the class that chooses a child to launch.
 

Methods in com.softsynth.jmsl with parameters of type Behavior
 void SequentialCollection.setBehavior(Behavior b)
          Plug in a class satisfying the Behavior interface, which chooses which child to launch every repeat.
 

Uses of Behavior in com.softsynth.jmsl.score
 

Classes in com.softsynth.jmsl.score that implement Behavior
 class ScoreCollectionBehavior
          Implements behavior of common music rules such as repeats and repeat counts of measures.