Sautrela

Uses of Class
edu.gtts.sautrela.wfsa.Decoder.TargetType

Packages that use Decoder.TargetType
edu.gtts.sautrela.wfsa Provides classes for Markov modeling
 

Uses of Decoder.TargetType in edu.gtts.sautrela.wfsa
 

Methods in edu.gtts.sautrela.wfsa that return Decoder.TargetType
 Decoder.TargetType Decoder.getTargetType()
          Getter for property targetType.
static Decoder.TargetType Decoder.TargetType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Decoder.TargetType[] Decoder.TargetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.gtts.sautrela.wfsa with parameters of type Decoder.TargetType
 void Decoder.setTargetType(Decoder.TargetType targetType)
          Setter for property targetType.
 


Sautrela