|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
This class is used to generate the 'presentation' tag of the output XML file. More...

Public Member Functions | |
| Presentation () | |
| The constructor calls the super class constructor to define the name of the tag this class represents. | |
| void | create (Auction auction, int methodID, boolean discsp) |
| This method adds the attributes name, maxConstraintArity, maximize and format to the element, so they will be written into the 'presentation' XML tag. | |
Static Private Attributes | |
| static final long | serialVersionUID = 8686394181981201398L |
| Classes extending Element should declare a serial Version UID. | |
This class is used to generate the 'presentation' tag of the output XML file.
| frodo2.benchmarks.auctions.xcsp.Presentation.Presentation | ( | ) |
The constructor calls the super class constructor to define the name of the tag this class represents.
| void frodo2.benchmarks.auctions.xcsp.Presentation.create | ( | Auction | auction, |
| int | methodID, | ||
| boolean | discsp ) |
This method adds the attributes name, maxConstraintArity, maximize and format to the element, so they will be written into the 'presentation' XML tag.
| auction | Auction instance |
| methodID | ID of conversion method to be used |
| discsp | whether this is a pure satisfaction problem |
References frodo2.benchmarks.auctions.xcsp.Instance.findMaxConstraintArity().
Referenced by frodo2.benchmarks.auctions.xcsp.Instance.create().

|
staticprivate |
Classes extending Element should declare a serial Version UID.