- java.lang.Object
- com.anylogic.engine.optimization.metal.MetalConstraint
- com.anylogic.engine.optimization.metal.MetalPreConstraint
- All Implemented Interfaces:
IPreConstraint
public class MetalPreConstraint extends MetalConstraint implements IPreConstraint
Constructor | Description |
---|---|
MetalPreConstraint() |
Modifier and Type | Method | Description |
---|---|---|
double | getCurrentMetalValue | |
void | setType |
public MetalPreConstraint()
public void setType(ConstraintTypeEnum type)
- Specified by:
setType
in classMetalConstraint
public double getCurrentMetalValue(org.uma.jmetal.solution.compositesolution.CompositeSolution solution)
- Specified by:
getCurrentMetalValue
in classMetalConstraint