source: branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/algorithms/Alignment.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: 257 bytes
Line 
1/*
2 *
3 */
4package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms;
5
6import java.util.ArrayList;
7
8// TODO: Auto-generated Javadoc
9/**
10 * The Class Alignment.
11 */
12public class Alignment {
13       
14        /** The alingment. */
15        ArrayList<NumberSequence> alingment;
16
17}
Note: See TracBrowser for help on using the repository browser.