Uses of Class
edu.umass.cs.sase.engine.Match

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

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

Methods in edu.umass.cs.sase.engine that return types with arguments of type Match
 java.util.ArrayList<Match> MatchController.getMyMatches()
           
 

Methods in edu.umass.cs.sase.engine with parameters of type Match
 void MatchController.addMatch(Match m)
          Adds a match to the match buffer.
 void Engine.outputMatch(Match m)
          Outputs a match, and profiles.
 void Engine.outputMatchByPartitionForNegation(Match m, Run r)
          Outputs a match, and profiles, for queries with a negation componengt, with a partition attribute.
 void Engine.outputMatchForNegation(Match m, Run r)
          Outputs a match, and profiles, for queries with a negation componengt, without a partition attribute.
 

Method parameters in edu.umass.cs.sase.engine with type arguments of type Match
 void MatchController.setMyMatches(java.util.ArrayList<Match> myMatches)