Uses of Class
gate.jape.SinglePhaseTransducer

Packages that use SinglePhaseTransducer
gate.fsm   
gate.jape.parser   
 

Uses of SinglePhaseTransducer in gate.fsm
 

Constructors in gate.fsm with parameters of type SinglePhaseTransducer
FSM(SinglePhaseTransducer spt)
          Builds a standalone FSM starting from a single phase transducer.
 

Uses of SinglePhaseTransducer in gate.jape.parser
 

Fields in gate.jape.parser declared as SinglePhaseTransducer
protected  SinglePhaseTransducer ParseCpsl.curSPT
           
 

Methods in gate.jape.parser that return SinglePhaseTransducer
protected  SinglePhaseTransducer ParseCpsl.createSinglePhaseTransducer(String name)
           
 SinglePhaseTransducer ParseCpsl.SinglePhaseTransducer(String javaimportblock)
           
 

Methods in gate.jape.parser with parameters of type SinglePhaseTransducer
protected  void ParseCpsl.finishSPT(SinglePhaseTransducer t)