Uses of Class
Mapper.Rule

Packages that use Rule
Mapper   
Operator.Operations   
 

Uses of Rule in Mapper
 

Methods in Mapper that return Rule
 Rule ContextFreeGrammar.findRule(java.lang.String s)
          Find a rule given a string.
 Rule ContextFreeGrammar.findRule(Symbol s)
          Find a rule given a symbol.
 Rule Grammar.getStartRule()
          Return pointer to current start rule.
 

Methods in Mapper that return types with arguments of type Rule
 java.util.ArrayList<Rule> Grammar.getRules()
          Get the rules in the grammar
 

Method parameters in Mapper with type arguments of type Rule
 void Grammar.setRules(java.util.ArrayList<Rule> newRules)
          Set rules in grammar
 

Constructors in Mapper with parameters of type Rule
Rule(Rule copy)
          Copy constructor.
 

Uses of Rule in Operator.Operations
 

Methods in Operator.Operations with parameters of type Rule
 java.util.ArrayList<java.lang.Integer> GrowInitialiser.getPossibleRules(NimbleTree<Symbol> dt, Rule rule)
           
 java.util.ArrayList<java.lang.Integer> FullInitialiser.getPossibleRules(NimbleTree<Symbol> dt, Rule rule)