Uses of Class
org.processmining.plugins.log.abstraction.mapping.suggestion.Match

Packages that use Match
org.processmining.plugins.log.abstraction.mapping.suggestion   
 

Uses of Match in org.processmining.plugins.log.abstraction.mapping.suggestion
 

Fields in org.processmining.plugins.log.abstraction.mapping.suggestion with type parameters of type Match
protected  java.util.Set<Match> Correspondence.matches
           
 

Methods in org.processmining.plugins.log.abstraction.mapping.suggestion that return types with arguments of type Match
 java.util.Set<Match> Correspondence.getMatches()
           
 

Method parameters in org.processmining.plugins.log.abstraction.mapping.suggestion with type arguments of type Match
 void Correspondence.addMatches(java.util.Set<Match> matches2)
           
 void Correspondence.setMatches(java.util.Set<Match> matches)
           
 

Constructor parameters in org.processmining.plugins.log.abstraction.mapping.suggestion with type arguments of type Match
Correspondence(java.lang.String event, java.lang.String activity, java.util.Set<Match> matches)