Uses of Class
jebl.evolution.io.IllegalCharacterPolicy

Packages that use IllegalCharacterPolicy
jebl.evolution.io   
 

Uses of IllegalCharacterPolicy in jebl.evolution.io
 

Methods in jebl.evolution.io that return IllegalCharacterPolicy
static IllegalCharacterPolicy IllegalCharacterPolicy.instanceOf(java.lang.String description)
           
static IllegalCharacterPolicy IllegalCharacterPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IllegalCharacterPolicy[] IllegalCharacterPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jebl.evolution.io with parameters of type IllegalCharacterPolicy
 void FastaImporter.setIllegalCharacterPolicy(IllegalCharacterPolicy newPolicy)
           
 



http://code.google.com/p/jebl2/