org.encog.ca.program.basic
Class Movement

java.lang.Object
  extended by org.encog.ca.program.basic.Movement
All Implemented Interfaces:
Serializable

public class Movement
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static Movement[] MOVE_2WAY
           
static Movement[] MOVE_4WAY
           
static Movement[] MOVE_8WAY
           
 
Constructor Summary
Movement(int theRowMovement, int theColumnMovement)
           
 
Method Summary
 int getColumnmMovement()
           
 int getRowMovement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOVE_2WAY

public static final Movement[] MOVE_2WAY

MOVE_4WAY

public static final Movement[] MOVE_4WAY

MOVE_8WAY

public static final Movement[] MOVE_8WAY
Constructor Detail

Movement

public Movement(int theRowMovement,
                int theColumnMovement)
Method Detail

getRowMovement

public int getRowMovement()
Returns:
the rowMovement

getColumnmMovement

public int getColumnmMovement()
Returns:
the columnmMovement


Copyright © 2014. All Rights Reserved.