plugins
Interface IRatingPredictionParameter

All Known Implementing Classes:
RatingPredictionParameter

public interface IRatingPredictionParameter


Field Summary
static int ALLSIDES
           
static java.lang.String GENERAL
           
static int LEFT
           
static int MIDDLE
           
static int OTHERSIDE
           
static int RIGHT
           
static int THISSIDE
           
 
Method Summary
 java.util.Hashtable getAllSections()
           
 double getParam(java.lang.String key)
           
 double getParam(java.lang.String key, double defVal)
           
 double getParam(java.lang.String section, java.lang.String key)
           
 double getParam(java.lang.String section, java.lang.String key, double defVal)
           
 boolean hasSection(java.lang.String section)
           
 

Field Detail

THISSIDE

static final int THISSIDE
See Also:
Constant Field Values

OTHERSIDE

static final int OTHERSIDE
See Also:
Constant Field Values

ALLSIDES

static final int ALLSIDES
See Also:
Constant Field Values

MIDDLE

static final int MIDDLE
See Also:
Constant Field Values

LEFT

static final int LEFT
See Also:
Constant Field Values

RIGHT

static final int RIGHT
See Also:
Constant Field Values

GENERAL

static final java.lang.String GENERAL
See Also:
Constant Field Values
Method Detail

getAllSections

java.util.Hashtable getAllSections()

hasSection

boolean hasSection(java.lang.String section)

getParam

double getParam(java.lang.String key)

getParam

double getParam(java.lang.String key,
                double defVal)

getParam

double getParam(java.lang.String section,
                java.lang.String key)

getParam

double getParam(java.lang.String section,
                java.lang.String key,
                double defVal)