public class TypeWithExpertise extends Object implements Serializable
Constructor and Description |
---|
TypeWithExpertise(String type,
double level,
boolean isMinLevel) |
Modifier and Type | Method and Description |
---|---|
double |
getLevel() |
static double |
getPenalizableAvgLevelDelta(List<TypeWithExpertise> qualis,
TypeWithExpertise con,
TypeWithExpertiseConstraint.SkillWithExpertiseCostModel model,
double globalMaxLevel) |
String |
getType() |
static boolean |
hasViolation(List<TypeWithExpertise> qualis,
TypeWithExpertise con) |
boolean |
isMin() |
public TypeWithExpertise(String type, double level, boolean isMinLevel)
public double getLevel()
public String getType()
public boolean isMin()
public static double getPenalizableAvgLevelDelta(List<TypeWithExpertise> qualis, TypeWithExpertise con, TypeWithExpertiseConstraint.SkillWithExpertiseCostModel model, double globalMaxLevel)
public static boolean hasViolation(List<TypeWithExpertise> qualis, TypeWithExpertise con)
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.