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(FSM owner, SinglePhaseTransducer spt)
          This constructor creates a finite state machine starting from a single phase transducer.
FSM(SinglePhaseTransducer spt)
          Builds a standalone FSM starting from a single phase transducer.
 

Uses of SinglePhaseTransducer in gate.jape.parser
 

Methods in gate.jape.parser that return SinglePhaseTransducer
 SinglePhaseTransducer ParseCpsl.SinglePhaseTransducer()