org.gecode.GecodeVar Interface Reference
[Programming variables, Interfacing to Gecode/J]
Inherited by org.gecode.IntVar, and org.gecode.SetVar.
Detailed Description
Toplevel variable interface.This is an interface for variables in Gecode/J.
Definition at line 33 of file GecodeVar.java.
Public Member Functions | |
| GecodeVar | copy (JavaSpace newHome, boolean share) |
| Return a copy of this view in newHome. | |
| boolean | assigned () |
| Test wheter this view is determined. | |
| String | getName () |
| Return the name of this variable. | |
Member Function Documentation
Return a copy of this view in newHome.
Implemented in org.gecode.BoolVar, org.gecode.IntVar, and org.gecode.SetVar.
| boolean org.gecode.GecodeVar.assigned | ( | ) |
| String org.gecode.GecodeVar.getName | ( | ) |
The documentation for this interface was generated from the following file:
- org/gecode/GecodeVar.java (Revision: 3796)
