org.encog.ca.program.basic
Class Movement
java.lang.Object
org.encog.ca.program.basic.Movement
- All Implemented Interfaces:
- Serializable
public class Movement
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Movement(int theRowMovement,
int theColumnMovement)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MOVE_2WAY
public static final Movement[] MOVE_2WAY
MOVE_4WAY
public static final Movement[] MOVE_4WAY
MOVE_8WAY
public static final Movement[] MOVE_8WAY
Movement
public Movement(int theRowMovement,
int theColumnMovement)
getRowMovement
public int getRowMovement()
- Returns:
- the rowMovement
getColumnmMovement
public int getColumnmMovement()
- Returns:
- the columnmMovement
Copyright © 2014. All Rights Reserved.