Uses of Class
edu.umass.cs.sase.query.NFA

Packages that use NFA
edu.umass.cs.sase.engine   
 

Uses of NFA in edu.umass.cs.sase.engine
 

Methods in edu.umass.cs.sase.engine that return NFA
 NFA Run.getNfa()
           
 NFA Match.getNfa()
           
 NFA Engine.getNfa()
           
 

Methods in edu.umass.cs.sase.engine with parameters of type NFA
 void Run.setNfa(NFA nfa)
           
 void Match.setNfa(NFA nfa)
           
 void Engine.setNfa(NFA nfa)
           
 

Constructors in edu.umass.cs.sase.engine with parameters of type NFA
Match(java.util.ArrayList<Event> eventList, NFA nfa)
          Constructor, used by the sharing engine
Match(Run r, NFA nfa, EventBuffer buffer)
          Constructor, used by the default engine
Run(NFA nfa)
          Constructor, initialized by the nfa for a query