| Package | Description |
|---|---|
| org.xmcda | |
| org.xmcda.parsers.xml.xmcda_v3 |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<LinearConstraint.Variable> |
LinearConstraints.variables |
| Modifier and Type | Method and Description |
|---|---|
static LinearConstraint.Variable |
Factory.linearConstraintVariable() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<LinearConstraint.Variable> |
LinearConstraints.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinearConstraints.setVariables(ArrayList<LinearConstraint.Variable> variables) |
| Modifier and Type | Method and Description |
|---|---|
LinearConstraint.Variable |
VariablesParser.variableFromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<LinearConstraint.Variable> |
VariablesParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariablesParser.variableToXML(LinearConstraint.Variable variable,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariablesParser.toXML(ArrayList<LinearConstraint.Variable> variables,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.