JAligner

jaligner
Class Directions

java.lang.Object
  extended byjaligner.Directions

public abstract class Directions
extends java.lang.Object

Traceback directions.

Author:
Ahmed Moustafa (ahmed@users.sf.net)

Field Summary
static byte DIAGONAL
          Traceback direction diagonal
static byte LEFT
          Traceback direction left
static byte STOP
          Traceback direction stop
static byte UP
          Traceback direction up
 
Constructor Summary
Directions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STOP

public static final byte STOP
Traceback direction stop

See Also:
Constant Field Values

LEFT

public static final byte LEFT
Traceback direction left

See Also:
Constant Field Values

DIAGONAL

public static final byte DIAGONAL
Traceback direction diagonal

See Also:
Constant Field Values

UP

public static final byte UP
Traceback direction up

See Also:
Constant Field Values
Constructor Detail

Directions

public Directions()

JAligner

Ahmed Moustafa (ahmed@users.sf.net)SourceForge.net
The source code of JAligner is licensed under The GNU General Public License (GPL)