Uses of Class
de.unima.alcomox.mapping.Correspondence

Packages that use Correspondence
de.unima.alcomox.mapping   
 

Uses of Correspondence in de.unima.alcomox.mapping
 

Methods in de.unima.alcomox.mapping that return Correspondence
 Correspondence Alignment.get(int index)
           
 Correspondence Alignment.pop()
           
 Correspondence Alignment.remove(int index)
           
 

Methods in de.unima.alcomox.mapping that return types with arguments of type Correspondence
 java.util.ArrayList<Correspondence> Alignment.getCorrespondences()
          Returns the correspondences of this mapping as list.
 java.util.HashSet<Correspondence> Alignment.getCorrespondencesAsSet()
          Returns the correspondences of this mapping as set.
 java.util.Iterator<Correspondence> Alignment.iterator()
           
 

Methods in de.unima.alcomox.mapping with parameters of type Correspondence
 int Correspondence.compareTo(Correspondence correspondence)
           
 void Alignment.push(Correspondence correspondence)
           
 

Method parameters in de.unima.alcomox.mapping with type arguments of type Correspondence
 void Alignment.setCorrespondences(java.util.ArrayList<Correspondence> correspondences)
          Sets a list of correspondences as correspondences of the mapping.
 void Alignment.setCorrespondences(java.util.Set<Correspondence> correspondencesAsSet)
          Sets a set of correspondences as correspondences of the mapping.
 

Constructor parameters in de.unima.alcomox.mapping with type arguments of type Correspondence
Alignment(java.util.ArrayList<Correspondence> correspondences)
          Constructs a mapping with the given list of correspondences.
Alignment(java.util.Set<Correspondence> correspondencesAsSet)
          Constructs a mapping with the given set of correspondences.