|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
This class is used to represent the parameters of an intensional sum constraint. More...

Classes | |
| class | LessEqual |
| This internal class is needed to create the le XML tag; else, characters > and < are transformed into > and <. More... | |
| class | Equal |
| This internal class is needed to create the eq XML tag. More... | |
Public Member Functions | |
| SumParameters (String[] variables) | |
| Constructor calling the superclass' constructor to add the correct tag name to the output XCSP file. | |
| void | create (final boolean isXOR) |
| This method adds the content to the parameters XML tag. | |
Private Member Functions | |
| String | createParameters () |
Private Attributes | |
| String[] | variables |
| Array of variable names contained in the sum constraint. | |
Static Private Attributes | |
| static final long | serialVersionUID = 4306488561297146973L |
| Classes extending Element should declare a serial Version UID. | |
This class is used to represent the parameters of an intensional sum constraint.
| frodo2.benchmarks.auctions.xcsp.SumParameters.SumParameters | ( | String[] | variables | ) |
Constructor calling the superclass' constructor to add the correct tag name to the output XCSP file.
| variables | Array of variable names |
References variables.
| void frodo2.benchmarks.auctions.xcsp.SumParameters.create | ( | final boolean | isXOR | ) |
This method adds the content to the parameters XML tag.
| isXOR | true if the reference of the constraint contains XOR (and not SUM) i.e. there is a fake bidder |
References createParameters().
Referenced by frodo2.benchmarks.auctions.xcsp.Constraint.create().

|
private |
|
staticprivate |
Classes extending Element should declare a serial Version UID.
|
private |
Array of variable names contained in the sum constraint.
Referenced by createParameters(), and SumParameters().