Interface ISubmissionMatchItem
-
- All Known Implementing Classes:
SubmissionMatchItem
public interface ISubmissionMatchItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISourceFile
getFile()
java.util.List<ITuple<java.lang.Integer,java.lang.Integer>>
getLineNumbers()
float
getScore()
-
-
-
Method Detail
-
getFile
ISourceFile getFile()
- Returns:
- the ISourceFile this item bleongs to
-
getLineNumbers
java.util.List<ITuple<java.lang.Integer,java.lang.Integer>> getLineNumbers()
- Returns:
- the line numbers the match was found in
-
getScore
float getScore()
- Returns:
- the score for this file
-
-