AnyLogic
Expand
Font size

public class LinearConstraint
extends Object

Nested Class Summary

Modifier and TypeClassDescription
static class LinearConstraint.Entry 

Method Summary

Modifier and TypeMethodDescription
doublegetBound() 
List<LinearConstraint.Entry>getEntries() 
ConstraintTypeEnumgetType() 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

getEntries

public List<LinearConstraint.Entry> getEntries()

getBound

public double getBound()

getType

public ConstraintTypeEnum getType()