This class is used to generate the 'variable' tags in the output XML file.
More...
|
| | Variable (String name, String domain, String owner) |
| | This method adds the instance variables as attributes, so they are written to the 'variable' element in the XML output file.
|
| void | create () |
| | This method adds the instance variables as attributes to the Element, so they will be written to the 'variable' tag in the XML output file.
|
| String | getVarName () |
| String | getOwner () |
|
| String | name |
| | Name of the variable.
|
| String | domain |
| | Domain of the variable.
|
| String | owner |
| | Owner of the variable.
|
|
| static final long | serialVersionUID = -4102365588799441715L |
| | Classes extending Element should declare a serial Version UID.
|
This class is used to generate the 'variable' tags in the output XML file.
- Author
- Andreas Schaedeli
◆ Variable()
| frodo2.benchmarks.auctions.xcsp.Variable.Variable |
( |
String | name, |
|
|
String | domain, |
|
|
String | owner ) |
This method adds the instance variables as attributes, so they are written to the 'variable' element in the XML output file.
- Parameters
-
| name | Name of the variable |
| domain | Domain of the variable |
| owner | Owner of the variable |
References domain, name, and owner.
◆ create()
| void frodo2.benchmarks.auctions.xcsp.Variable.create |
( |
| ) |
|
This method adds the instance variables as attributes to the Element, so they will be written to the 'variable' tag in the XML output file.
References domain, name, and owner.
◆ getOwner()
| String frodo2.benchmarks.auctions.xcsp.Variable.getOwner |
( |
| ) |
|
◆ getVarName()
| String frodo2.benchmarks.auctions.xcsp.Variable.getVarName |
( |
| ) |
|
- Returns
- Name of the variable
References name.
◆ domain
| String frodo2.benchmarks.auctions.xcsp.Variable.domain |
|
private |
◆ name
| String frodo2.benchmarks.auctions.xcsp.Variable.name |
|
private |
◆ owner
| String frodo2.benchmarks.auctions.xcsp.Variable.owner |
|
private |
◆ serialVersionUID
| final long frodo2.benchmarks.auctions.xcsp.Variable.serialVersionUID = -4102365588799441715L |
|
staticprivate |
Classes extending Element should declare a serial Version UID.
The documentation for this class was generated from the following file: