© 2006-2007 ETH Zurich

org.ximtec.igesture.algorithm.siger
Class Constants

java.lang.Object
  extended by org.ximtec.igesture.algorithm.siger.Constants

public class Constants
extends Object

Constants used by the Siger algorithm.

Version:
1.0 Dec 2006
Author:
Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch

Field Summary
static String E
           
static String END
           
static String N
           
static String NE
           
static String NW
           
static String S
           
static String SE
           
static String START
           
static String SW
           
static String W
           
 
Constructor Summary
Constants()
           
 
Method Summary
static String getRegex(Direction direction)
          Returns the regular expression of the given direction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

N

public static String N

NW

public static String NW

W

public static String W

SW

public static String SW

S

public static String S

SE

public static String SE

E

public static String E

NE

public static String NE

START

public static String START

END

public static String END
Constructor Detail

Constants

public Constants()
Method Detail

getRegex

public static String getRegex(Direction direction)
Returns the regular expression of the given direction.

Parameters:
direction - the direction to be tested.
Returns:
the regular expression.

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.