Uses of Class
gate.jape.functest.TransducerType

Packages that use TransducerType
gate.jape.functest   
 

Uses of TransducerType in gate.jape.functest
 

Fields in gate.jape.functest declared as TransducerType
static TransducerType BaseJapeTests.transducerType
          JAPE Transducer under test.
 

Methods in gate.jape.functest that return TransducerType
static TransducerType TransducerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransducerType[] TransducerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.