public class RepairConstraint
extends java.lang.Object
Constructor and Description |
---|
RepairConstraint(java.util.Map<java.lang.String,java.lang.Integer> insertCosts,
java.util.Map<java.lang.String,java.lang.Integer> skipCosts,
int resources) |
Modifier and Type | Method and Description |
---|---|
int |
getAvailableResources() |
java.util.Map<java.lang.String,java.lang.Integer> |
getInsertCosts() |
java.util.Map<java.lang.String,java.lang.Integer> |
getSkipCosts() |