source: branches/ralph/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/algorithms/Constants.java @ 1616

Last change on this file since 1616 was 1578, checked in by rkrimmel, 10 years ago

Added Constants for the gap and unmatched symbol

File size: 182 bytes
Line 
1package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms;
2
3public class Constants {
4       
5        public static final int GAP_SYMBOL = -1;
6        public static final int UNMATCHED_SYMBOL = -2;
7
8}
Note: See TracBrowser for help on using the repository browser.