public interface CostStrategyConfiguration
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
int |
getWeightBaseCostForNoMatch() |
int |
getWeightGlobalStructure() |
int |
getWeightMatched() |
int |
getWeightNoMatch() |
void |
setName(java.lang.String configName) |
void |
setWeightBaseCostForNoMatch(int c) |
void |
setWeightGlobalStructure(int w) |
void |
setWeightMatched(int w) |
void |
setWeightNoMatch(int w) |
int getWeightMatched()
int getWeightNoMatch()
int getWeightGlobalStructure()
int getWeightBaseCostForNoMatch()
void setWeightMatched(int w)
void setWeightNoMatch(int w)
void setWeightGlobalStructure(int w)
void setWeightBaseCostForNoMatch(int c)
c
- with precondition that c >= 0void setName(java.lang.String configName)
java.lang.String getName()