Uses of Class
gate.jape.Rule

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

Uses of Rule in gate.fsm
 

Methods in gate.fsm with parameters of type Rule
protected  void FSM.setRule(Rule rule)
          Do the work involved in creating an FSM from a Rule.
protected  FSM FSM.spawn(Rule r)
          A factory method for new FSMs like this one, given a Rule object.
 

Constructors in gate.fsm with parameters of type Rule
FSM(Rule rule)
          Builds a FSM starting from a rule.
 

Uses of Rule in gate.jape
 

Methods in gate.jape with parameters of type Rule
 void PrioritisedRuleList.add(Rule newRule)
          Adds a rule in order.
 void SinglePhaseTransducer.addRule(Rule rule)
          Add a rule.
 

Uses of Rule in gate.jape.parser
 

Methods in gate.jape.parser that return Rule
 Rule ParseCpsl.Rule(String phaseName, String currentImports)