Uses of Class
de.unima.alcomox.algorithms.Coord

Packages that use Coord
de.unima.alcomox.algorithms   
de.unima.alcomox.mapping   
 

Uses of Coord in de.unima.alcomox.algorithms
 

Methods in de.unima.alcomox.algorithms that return types with arguments of type Coord
 java.util.List<Coord> LockMarker.getLocks()
           
 java.util.Iterator<Coord> LockMarker.iterator()
           
 

Methods in de.unima.alcomox.algorithms with parameters of type Coord
 boolean LockMarker.containsLock(Coord lock)
           
 LockMarker LockMarker.getChild(Coord lock)
          Constructs a child of this lock marker, where an additional lock has been added.
 

Uses of Coord in de.unima.alcomox.mapping
 

Methods in de.unima.alcomox.mapping that return Coord
 Coord MappingMatrix.getCoord(java.lang.Integer index)