source: trunk/autoquest-plugin-guitar/src/main/java/de/ugoe/cs/autoquest/plugin/alignment/Alignment.java @ 1308

Last change on this file since 1308 was 1304, checked in by rkrimmel, 11 years ago

Resolved SVN conflicts

File size: 139 bytes
Line 
1package de.ugoe.cs.autoquest.plugin.alignment;
2
3import java.util.List;
4
5public interface Alignment {
6        public List<Match> getMatches();
7       
8}
Note: See TracBrowser for help on using the repository browser.