|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A JaCoP IntVar that is cloneable into a store. More...

Public Member Functions | |
| IntVarCloneable () | |
| Empty constructor. | |
| IntVarCloneable (StoreCloneable store) | |
| Constructor. | |
| IntVarCloneable (StoreCloneable store, IntDomain dom) | |
| Constructor. | |
| IntVarCloneable (StoreCloneable store, String name) | |
| Constructor. | |
| IntVarCloneable (StoreCloneable store, String name, IntDomain dom) | |
| Constructor. | |
| IntVarCloneable (StoreCloneable store, int min, int max) | |
| Constructor. | |
| IntVarCloneable (StoreCloneable store, String name, int min, int max) | |
| Constructor. | |
| IntVarCloneable | cloneInto (StoreCloneable store2) |
| boolean | equals (Object o) |
| True if the two variables have the same ID. | |
| int | hashCode () |
| Returns the hash code of this variable's ID. | |
| Public Member Functions inherited from org.jacop.core.CloneableInto< IntVarCloneable > | |
| V | cloneInto (StoreCloneable store) |
| Clones this variable into the input store. | |
A JaCoP IntVar that is cloneable into a store.
| org.jacop.core.IntVarCloneable.IntVarCloneable | ( | ) |
Empty constructor.
Referenced by cloneInto(), and equals().
| org.jacop.core.IntVarCloneable.IntVarCloneable | ( | StoreCloneable | store | ) |
Constructor.
| store | the store |
| org.jacop.core.IntVarCloneable.IntVarCloneable | ( | StoreCloneable | store, |
| IntDomain | dom ) |
Constructor.
| store | the store |
| dom | the variable domain |
| org.jacop.core.IntVarCloneable.IntVarCloneable | ( | StoreCloneable | store, |
| String | name ) |
Constructor.
| store | the store |
| name | the name/id of the variable |
| org.jacop.core.IntVarCloneable.IntVarCloneable | ( | StoreCloneable | store, |
| String | name, | ||
| IntDomain | dom ) |
Constructor.
| store | the store |
| name | the name/id of the variable |
| dom | the variable domain |
| org.jacop.core.IntVarCloneable.IntVarCloneable | ( | StoreCloneable | store, |
| int | min, | ||
| int | max ) |
Constructor.
| store | the store |
| min | minimum value |
| max | maximum value |
| org.jacop.core.IntVarCloneable.IntVarCloneable | ( | StoreCloneable | store, |
| String | name, | ||
| int | min, | ||
| int | max ) |
Constructor.
| store | the store |
| name | name/id of the variable |
| min | minimum value |
| max | maximum value |
| IntVarCloneable org.jacop.core.IntVarCloneable.cloneInto | ( | StoreCloneable | store2 | ) |
| boolean org.jacop.core.IntVarCloneable.equals | ( | Object | o | ) |
True if the two variables have the same ID.
References IntVarCloneable().
Referenced by frodo2.solutionSpaces.JaCoP.JaCoPutilSpace< V extends Addable< V > >.getUtility().

| int org.jacop.core.IntVarCloneable.hashCode | ( | ) |
Returns the hash code of this variable's ID.