FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.benchmarks.auctions.xcsp.Presentation Class Reference

This class is used to generate the 'presentation' tag of the output XML file. More...

Inheritance diagram for frodo2.benchmarks.auctions.xcsp.Presentation:

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.

Detailed Description

This class is used to generate the 'presentation' tag of the output XML file.

Author
Andreas Schaedeli

Constructor & Destructor Documentation

◆ Presentation()

frodo2.benchmarks.auctions.xcsp.Presentation.Presentation ( )

The constructor calls the super class constructor to define the name of the tag this class represents.

Member Function Documentation

◆ create()

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.

Parameters
auctionAuction instance
methodIDID of conversion method to be used
discspwhether this is a pure satisfaction problem

References frodo2.benchmarks.auctions.xcsp.Instance.findMaxConstraintArity().

Referenced by frodo2.benchmarks.auctions.xcsp.Instance.create().

Here is the call graph for this function:

Member Data Documentation

◆ serialVersionUID

final long frodo2.benchmarks.auctions.xcsp.Presentation.serialVersionUID = 8686394181981201398L
staticprivate

Classes extending Element should declare a serial Version UID.


The documentation for this class was generated from the following file: