Uses of Class
jef.mixers.exceptions.MixerException

Packages that use MixerException
jef.mixers   
jef.mixers.impl.simpleMixer   
 

Uses of MixerException in jef.mixers
 

Methods in jef.mixers that throw MixerException
 Dna DnaMixer.mix()
          The mix() method is the entry point for applications willing to mix two Dna instances leveraging on the adopted DnaMixer implementation's logic.
 

Uses of MixerException in jef.mixers.impl.simpleMixer
 

Methods in jef.mixers.impl.simpleMixer that throw MixerException
 Dna DnaSimpleMixer.mix()
          This method mixes the two Dna instances passed to the contructor and returns a new one exposing a set of methods equals to the union of the ones exposed by both the Dna instances above.