Skip to content
Snippets Groups Projects
Unverified Commit b26460b9 authored by BARBIER Marc's avatar BARBIER Marc
Browse files

better naming for the predicate

parent 634ef3c3
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ package be.uantwerpen.datamining.pattern_mining;
import java.util.List;
public interface IStringList {
public interface IRowPredicte {
/**
* @param row the fill row
* @param index the index of the row
......
......@@ -74,7 +74,7 @@ public class PatternUtils {
public static ResponseEntity<String> filterPattern(
FileItem currentItem,
String patternFilename,
IStringList predicate
IRowPredicte predicate
) {
final Optional<PatternSet> optPatternSet = currentItem.getPatterns().stream().filter(x -> x.getFilename().equals(patternFilename)).findFirst();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment