org.gecode.explorer.Coordinate Class Reference
List of all members.Detailed Description
Definition at line 27 of file Coordinate.java.
Public Member Functions | |
| Coordinate () | |
| Coordinate (int theX, int theY) | |
| int | x () |
| int | y () |
| void | set (int theX, int theY) |
| String | toString () |
Constructor & Destructor Documentation
| org.gecode.explorer.Coordinate.Coordinate | ( | ) |
Definition at line 32 of file Coordinate.java.
| org.gecode.explorer.Coordinate.Coordinate | ( | int | theX, | |
| int | theY | |||
| ) |
Definition at line 37 of file Coordinate.java.
Member Function Documentation
| int org.gecode.explorer.Coordinate.x | ( | ) |
Definition at line 42 of file Coordinate.java.
| int org.gecode.explorer.Coordinate.y | ( | ) |
Definition at line 46 of file Coordinate.java.
| void org.gecode.explorer.Coordinate.set | ( | int | theX, | |
| int | theY | |||
| ) |
Definition at line 50 of file Coordinate.java.
| String org.gecode.explorer.Coordinate.toString | ( | ) |
Definition at line 55 of file Coordinate.java.
The documentation for this class was generated from the following file:
- org/gecode/explorer/Coordinate.java (Revision: 2943)
