Generated on Thu Nov 2 14:49:41 2006 for Gecode/J by doxygen 1.5.0

org.gecode.GecodeVar Interface Reference
[Programming variablesInterfacing to Gecode/J]

Inherited by org.gecode.IntVar, and org.gecode.SetVar.

List of all members.


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

GecodeVar org.gecode.GecodeVar.copy ( JavaSpace  newHome,
boolean  share 
)

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 (  ) 

Test wheter this view is determined.

Implemented in org.gecode.IntVar, and org.gecode.SetVar.

String org.gecode.GecodeVar.getName (  ) 

Return the name of this variable.

Implemented in org.gecode.IntVar, and org.gecode.SetVar.


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