Subversion Repositories SmartDukaan

Rev

Rev 1950 | Rev 1977 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1950 Rev 1952
Line 138... Line 138...
138
    public List<String> getUncomparedSlides(){
138
    public List<String> getUncomparedSlides(){
139
        return this.unComparedSlides;
139
        return this.unComparedSlides;
140
    }
140
    }
141
    
141
    
142
    public List<String> getcommonSlides(){
142
    public List<String> getcommonSlides(){
143
        for(String slideName: slides){
-
 
144
            for(String productId: snippets.keySet()){
-
 
145
                
-
 
146
            }
-
 
147
        }
-
 
148
        return this.commonSlides;
143
        return this.commonSlides;
149
    }
144
    }
150
    
145
    
151
    public List<Double> getOverallScores(){
146
    public List<Double> getOverallScores(){
152
        List<Double> overallScores = new ArrayList<Double>();
147
        List<Double> overallScores = new ArrayList<Double>();