T - public class LinearConstraint<T,VALUE_TYPE> extends Object implements CommonAttributes, HasDescription
| Modifier and Type | Class and Description |
|---|---|
static class |
LinearConstraint.Element<T,VALUE_TYPE> |
static class |
LinearConstraint.Operator |
static class |
LinearConstraint.Variable |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<LinearConstraint.Element<T,VALUE_TYPE>> |
elements |
protected LinearConstraint.Operator |
operator |
protected QualifiedValue<VALUE_TYPE> |
rhs |
protected QualifiedValues<?> |
values |
| Constructor and Description |
|---|
LinearConstraint() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContainer() |
Description |
getDescription() |
ArrayList<LinearConstraint.Element<T,VALUE_TYPE>> |
getElements() |
Object |
getMarker() |
LinearConstraint.Operator |
getOperator() |
QualifiedValue<VALUE_TYPE> |
getRhs() |
QualifiedValues<?> |
getValues() |
String |
id() |
String |
mcdaConcept() |
String |
name() |
void |
setContainer(Object container) |
void |
setDescription(Description description) |
void |
setElements(ArrayList<LinearConstraint.Element<T,VALUE_TYPE>> elements) |
void |
setId(String id) |
void |
setMarker(Object marker) |
void |
setMcdaConcept(String mcdaConcept) |
void |
setName(String name) |
void |
setOperator(LinearConstraint.Operator operator) |
void |
setRhs(QualifiedValue<VALUE_TYPE> rhs) |
void |
setValues(QualifiedValues<?> values) |
protected ArrayList<LinearConstraint.Element<T,VALUE_TYPE>> elements
protected LinearConstraint.Operator operator
protected QualifiedValue<VALUE_TYPE> rhs
protected QualifiedValues<?> values
public ArrayList<LinearConstraint.Element<T,VALUE_TYPE>> getElements()
public void setElements(ArrayList<LinearConstraint.Element<T,VALUE_TYPE>> elements)
elements - the elements to setpublic LinearConstraint.Operator getOperator()
public void setOperator(LinearConstraint.Operator operator)
rhs - the rhs to setpublic QualifiedValue<VALUE_TYPE> getRhs()
public void setRhs(QualifiedValue<VALUE_TYPE> rhs)
rhs - the rhs to setpublic QualifiedValues<?> getValues()
public void setValues(QualifiedValues<?> values)
values - the values to setpublic void setDescription(Description description)
setDescription in interface HasDescriptionpublic Description getDescription()
getDescription in interface HasDescriptionpublic String id()
id in interface CommonAttributespublic String name()
name in interface CommonAttributespublic String mcdaConcept()
mcdaConcept in interface CommonAttributespublic void setName(String name)
setName in interface CommonAttributespublic void setMcdaConcept(String mcdaConcept)
setMcdaConcept in interface CommonAttributespublic void setId(String id)
setId in interface CommonAttributespublic void setContainer(Object container)
public Object getContainer()
public void setMarker(Object marker)
public Object getMarker()
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.