Uses of Class
de.dfleischhacker.uni.thesis.utils.alignment.Correspondence

Packages that use Correspondence
de.dfleischhacker.uni.thesis.utils.alignment   
 

Uses of Correspondence in de.dfleischhacker.uni.thesis.utils.alignment
 

Methods in de.dfleischhacker.uni.thesis.utils.alignment that return types with arguments of type Correspondence
 java.util.Set<Correspondence> Alignment.getCorrespondences()
          Returns this alignment's correspondences as ArrayList
 

Methods in de.dfleischhacker.uni.thesis.utils.alignment with parameters of type Correspondence
 void Alignment.addCorrespondence(Correspondence correspondence)
          Adds a correspondence
 

Method parameters in de.dfleischhacker.uni.thesis.utils.alignment with type arguments of type Correspondence
static Alignment AlignmentManager.toAlignment(java.lang.String onto1, java.lang.String onto2, java.util.Set<Correspondence> corrSet)
          Creates an alignment from the given set of correspondences