cbr.value
Class AlphabeticalValue

java.lang.Object
  extended by cbr.value.AlphabeticalValue
All Implemented Interfaces:
Value

public class AlphabeticalValue
extends java.lang.Object
implements Value

Class used to hold a simple alphabetical values of type char. Implements the Value interface so can be used for feature comparisons

Author:
jrubin

Field Summary
 char value
           
 
Constructor Summary
AlphabeticalValue(char value)
           
 
Method Summary
 Value getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public char value
Constructor Detail

AlphabeticalValue

public AlphabeticalValue(char value)
Method Detail

getValue

public Value getValue()
Specified by:
getValue in interface Value