source: branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/algorithms/Constants.java @ 1734

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

Added automatically created javadoc, still needs to be commented properly though

File size: 330 bytes
Line 
1/*
2 *
3 */
4package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms;
5
6// TODO: Auto-generated Javadoc
7/**
8 * The Class Constants.
9 */
10public class Constants {
11
12        /** The Constant GAP_SYMBOL. */
13        public static final int GAP_SYMBOL = -1;
14       
15        /** The Constant UNMATCHED_SYMBOL. */
16        public static final int UNMATCHED_SYMBOL = -2;
17
18}
Note: See TracBrowser for help on using the repository browser.