/[schmitzm]/trunk/src/skrueger/QualityQuantizable.java
ViewVC logotype

Annotation of /trunk/src/skrueger/QualityQuantizable.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 769 - (hide annotations)
Sun Mar 21 11:02:34 2010 UTC (14 years, 11 months ago) by alfonx
File MIME type: text/plain
File size: 553 byte(s)
Made an interface and a Abstract class for AttributeMetaData
1 alfonx 769 package skrueger;
2    
3     import java.util.List;
4    
5     /**
6     * This interface provides methods to request this objects "quality index", a
7     * number between <code>0</code> and <code>1</code>. If quality is
8     * <code>1</code>, translations (=inputs) exist for every supported language.
9     *
10     * @author Stefan A. Tzeggai
11     */
12     public interface QualityQuantizable {
13    
14     /**
15     * @return a number between <code>0</code> (bad) and <code>1</code> (good)
16     * that is calculated from the amount of translation available.
17     */
18     double getQuality(List<String> languages);
19    
20     }

Properties

Name Value
svn:eol-style native
svn:keywords Id URL
svn:mime-type text/plain

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26