Package mekhq.campaign.rating
Interface IUnitRating
- All Known Implementing Classes:
AbstractUnitRating
,FieldManualMercRevDragoonsRating
public interface IUnitRating
- Since:
- 3/12/2012
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final RoundingMode
static final BigDecimal
static final int
-
Method Summary
Modifier and TypeMethodDescriptionmegamek.common.enums.SkillLevel
Returns the unit's average experience level.int
Returns the Unit Rating score for the force's contract success/failure record.Return's the commander of the force.int
Returns the Unit Rating score for the force's commander.Returns a text description of how the Unit rating was calculated.int
Returns the Unit Rating score for the force's average experience level.int
Returns the Unit Rating score for the force's financial record.Returns descriptive text that should be displayed in a Help/About dialog to inform users of the means by which the Unit rating is calculated.int
int
getScore()
Returns the percentage of units that are properly supported.int
Returns the Unit Rating score for the force's ratio of support to combat units.int
Returns the Unit Rating score for the percentage of combat units greater than L1 tech.Returns the percentage of units that can be transported without outside help.int
Returns the Unit Rating score for the force's ratio of transportation available to transportation needs.Calculates the force's Unit rating and returns the appropriate letter code.int
getUnitRating
(int score) Returns the static constant representation of the passed in Unit rating.int
Returns the static constant representation of the computed Unit/Dragoon's rating as an integer.Returns the typs of unit rating method used.getUnitRatingName
(int rating) Returns the letter code of the passed in Unit rating.void
-
Field Details
-
PRECISION
static final int PRECISION- See Also:
-
HALF_EVEN
-
ONE_HUNDRED
-
DRAGOON_F
static final int DRAGOON_F- See Also:
-
DRAGOON_D
static final int DRAGOON_D- See Also:
-
DRAGOON_C
static final int DRAGOON_C- See Also:
-
DRAGOON_B
static final int DRAGOON_B- See Also:
-
DRAGOON_A
static final int DRAGOON_A- See Also:
-
DRAGOON_ASTAR
static final int DRAGOON_ASTAR- See Also:
-
-
Method Details
-
reInitialize
void reInitialize() -
getUnitRating
int getUnitRating(int score) Returns the static constant representation of the passed in Unit rating.- Parameters:
score
- The total Dragoon's score.- Returns:
-
getUnitRatingAsInteger
int getUnitRatingAsInteger()Returns the static constant representation of the computed Unit/Dragoon's rating as an integer.- Returns:
-
getScore
int getScore() -
getModifier
int getModifier() -
getUnitRatingName
Returns the letter code of the passed in Unit rating.- Parameters:
rating
- The numeric rating to be converted.- Returns:
-
getUnitRating
String getUnitRating()Calculates the force's Unit rating and returns the appropriate letter code.- Returns:
-
getExperienceValue
int getExperienceValue()Returns the Unit Rating score for the force's average experience level.- Returns:
-
getAverageExperience
megamek.common.enums.SkillLevel getAverageExperience()Returns the unit's average experience level.- Returns:
-
getCommanderValue
int getCommanderValue()Returns the Unit Rating score for the force's commander.- Returns:
-
getCommander
Person getCommander()Return's the commander of the force.- Returns:
-
getCombatRecordValue
int getCombatRecordValue()Returns the Unit Rating score for the force's contract success/failure record.- Returns:
-
getSupportPercent
BigDecimal getSupportPercent()Returns the percentage of units that are properly supported.- Returns:
-
getSupportValue
int getSupportValue()Returns the Unit Rating score for the force's ratio of support to combat units.- Returns:
-
getTransportPercent
BigDecimal getTransportPercent()Returns the percentage of units that can be transported without outside help.- Returns:
-
getTransportValue
int getTransportValue()Returns the Unit Rating score for the force's ratio of transportation available to transportation needs.- Returns:
-
getTechValue
int getTechValue()Returns the Unit Rating score for the percentage of combat units greater than L1 tech.- Returns:
-
getFinancialValue
int getFinancialValue()Returns the Unit Rating score for the force's financial record. If the unit has never been in debt, a value of 0 is returned. If the unit has been in debt, a negative number will be returned.- Returns:
-
getDetails
String getDetails()Returns a text description of how the Unit rating was calculated.- Returns:
-
getHelpText
String getHelpText()Returns descriptive text that should be displayed in a Help/About dialog to inform users of the means by which the Unit rating is calculated.- Returns:
-
getUnitRatingMethod
UnitRatingMethod getUnitRatingMethod()Returns the typs of unit rating method used.- Returns:
-