Package jadex.bdi.puzzle
Class Move
java.lang.Object
jadex.bdi.puzzle.Move
- All Implemented Interfaces:
Serializable
A move consisting of a start and an end point.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
The start position. -
end
The end position.
-
-
Constructor Details
-
Move
Create a position.
-
-
Method Details
-
getStart
Get the start. -
getEnd
Get the target. -
isJumpMove
public boolean isJumpMove()Test if it is a jump move. -
equals
Test if two positions are equal. -
hashCode
public int hashCode()Calculate the hash code. -
toString
Get the string representation.
-