This class is used to generate the 'domain' tags in the output XML file.
More...
|
| | Domain (String name, int lowerBound, int upperBound) |
| | The constructor first calls the super class constructor to define the name of the tag this class represents.
|
| void | create () |
| | This method adds the instance variables as attributes, so they will appear in the 'domain' XML tag.
|
|
| static final long | serialVersionUID = 8501853959023776972L |
| | Classes extending Element should declare a serial Version UID.
|
This class is used to generate the 'domain' tags in the output XML file.
- Author
- Andreas Schaedeli
◆ Domain()
| frodo2.benchmarks.auctions.xcsp.Domain.Domain |
( |
String | name, |
|
|
int | lowerBound, |
|
|
int | upperBound ) |
The constructor first calls the super class constructor to define the name of the tag this class represents.
Furthermore, it assigns values to all the instance variables
- Parameters
-
| name | Name of the domain |
| lowerBound | Lower bound of the domain |
| upperBound | Upper bound of the domain |
References lowerBound, name, and upperBound.
◆ create()
| void frodo2.benchmarks.auctions.xcsp.Domain.create |
( |
| ) |
|
This method adds the instance variables as attributes, so they will appear in the 'domain' XML tag.
The domain is represented by lowerBound..upperBound, e.g. 2..5
References lowerBound, name, and upperBound.
◆ lowerBound
| int frodo2.benchmarks.auctions.xcsp.Domain.lowerBound |
|
private |
◆ name
| String frodo2.benchmarks.auctions.xcsp.Domain.name |
|
private |
◆ serialVersionUID
| final long frodo2.benchmarks.auctions.xcsp.Domain.serialVersionUID = 8501853959023776972L |
|
staticprivate |
Classes extending Element should declare a serial Version UID.
◆ upperBound
| int frodo2.benchmarks.auctions.xcsp.Domain.upperBound |
|
private |
The documentation for this class was generated from the following file: