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

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

Completly restructured alignment approach classes, it is no longer a plugin.

File size: 148 bytes
Line 
1package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms;
2
3public class Match {
4
5       
6        private float score;
7        private int start;
8        private int end;
9}
Note: See TracBrowser for help on using the repository browser.