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

Packages that use Correspondence
org.processmining.plugins.log.abstraction.mapping   
org.processmining.plugins.log.comparison   
 

Uses of Correspondence in org.processmining.plugins.log.abstraction.mapping
 

Fields in org.processmining.plugins.log.abstraction.mapping declared as Correspondence
protected  Correspondence EventMapping.documentationCorrespondence
           
 

Methods in org.processmining.plugins.log.abstraction.mapping that return Correspondence
 Correspondence EventMapping.getDocumentationCorrespondence()
           
 

Methods in org.processmining.plugins.log.abstraction.mapping with parameters of type Correspondence
 void EventMapping.setDocumentationCorrespondence(Correspondence documentationCorrespondence)
           
 

Uses of Correspondence in org.processmining.plugins.log.comparison
 

Fields in org.processmining.plugins.log.comparison with type parameters of type Correspondence
protected  java.util.Set<Correspondence> EventActivityRelation.documentationCorrespondences
           
 

Methods in org.processmining.plugins.log.comparison that return types with arguments of type Correspondence
 java.util.Set<Correspondence> EventActivityRelation.getDocumentationCorrespondences()
           
 

Methods in org.processmining.plugins.log.comparison with parameters of type Correspondence
 void EventActivityRelation.addCorrespondence(Correspondence correspondence)
           
 

Method parameters in org.processmining.plugins.log.comparison with type arguments of type Correspondence
 void EventActivityRelation.setDocumentationCorrespondences(java.util.Set<Correspondence> documentationCorrespondences)