Uses of Class
gate.jape.SinglePhaseTransducer

Packages that use SinglePhaseTransducer
debugger.gui.resources   
debugger.resources   
debugger.resources.pr   
gate.fsm   
gate.jape.parser   
 

Uses of SinglePhaseTransducer in debugger.gui.resources
 

Methods in debugger.gui.resources with parameters of type SinglePhaseTransducer
 PrModel ResourceTreeModel.getPRResource(SinglePhaseTransducer spt)
           
 

Uses of SinglePhaseTransducer in debugger.resources
 

Fields in debugger.resources declared as SinglePhaseTransducer
private  SinglePhaseTransducer PhaseController.currentSPT
           
 

Methods in debugger.resources that return SinglePhaseTransducer
 SinglePhaseTransducer PhaseController.getSPT()
           
 

Methods in debugger.resources with parameters of type SinglePhaseTransducer
 void PhaseController.RuleMatched(SPTLock sptLock, SinglePhaseTransducer spt, RightHandSide rhs, Document document, HashMap bindings, AnnotationSet inputAS, AnnotationSet outputAS)
           
 void PhaseController.RuleFinished(SPTLock sptLock, SinglePhaseTransducer spt, RightHandSide rhs, Document document, HashMap bindings, AnnotationSet inputAS, AnnotationSet outputAS)
           
 

Uses of SinglePhaseTransducer in debugger.resources.pr
 

Fields in debugger.resources.pr declared as SinglePhaseTransducer
(package private)  SinglePhaseTransducer PhaseModel.transducer
           
private  SinglePhaseTransducer PhaseModel.SPTName.tr
           
 

Methods in debugger.resources.pr that return SinglePhaseTransducer
 SinglePhaseTransducer PhaseModel.getSPT()
           
 

Methods in debugger.resources.pr with parameters of type SinglePhaseTransducer
 PhaseModel PRRoot.getPhase(SinglePhaseTransducer spt)
           
(package private)  ArrayList PhaseModel.getPhaseRules(SinglePhaseTransducer spt)
           
 boolean PhaseModel.containsSPT(SinglePhaseTransducer spt)
           
 PhaseModel PrModel.getPhase(SinglePhaseTransducer spt)
           
 void TraceContainer.putPhaseCut(SinglePhaseTransducer spt, AnnotationSet annotations)
           
 

Constructors in debugger.resources.pr with parameters of type SinglePhaseTransducer
PhaseModel(SinglePhaseTransducer transducer)
           
PhaseModel.SPTName(SinglePhaseTransducer transducer)
           
 

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
 

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