- java.lang.Object
- com.anylogic.engine.optimization.metal.MetalConstraint
- Direct Known Subclasses:
MetalPostConstraint
,MetalPreConstraint
public abstract class MetalConstraint extends Object
Constructor | Description |
---|---|
MetalConstraint() |
Modifier and Type | Method | Description |
---|---|---|
double | getBound() | |
abstract double | getCurrentMetalValue | |
int | getInternalIndex() | |
void | setBound | |
void | setCurrentValue | |
void | setInternalIndex | |
abstract void | setType |
public MetalConstraint()
public double getBound()
public void setBound(double bound)
public abstract void setType(ConstraintTypeEnum type)
public abstract double getCurrentMetalValue(org.uma.jmetal.solution.compositesolution.CompositeSolution solution)
public void setCurrentValue(double currentValue, org.uma.jmetal.solution.compositesolution.CompositeSolution solution)
public int getInternalIndex()
public void setInternalIndex(int index)