sdr 0.21

Uses of Class
net.cscott.sdr.calls.grm.Rule

Packages that use Rule
net.cscott.sdr.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
net.cscott.sdr.calls.grm This package contains the tools needed to generate Sphinx and ANTLRv3 grammars for "natural language calls" from the information in the call lists about grammar and precedence for individual calls. 
 

Uses of Rule in net.cscott.sdr.calls
 

Methods in net.cscott.sdr.calls that return Rule
abstract  Rule Call.getRule()
          Returns the grammar rule applicable to this call, or null, if there is none (ie, this is an internal call).
 

Methods in net.cscott.sdr.calls with parameters of type Rule
static Call Call.makeSimpleCall(String name, Program program, Comp def, Rule rule)
          Create a Call object for a 'simple call' which takes no arguments.
 

Uses of Rule in net.cscott.sdr.calls.grm
 

Fields in net.cscott.sdr.calls.grm declared as Rule
 Rule RuleAndAction.rule
           
 

Constructors in net.cscott.sdr.calls.grm with parameters of type Rule
RuleAndAction(Rule rule, String action)
           
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian