org.wwbota.identification
Interface Character

All Known Subinterfaces:
Feature
All Known Implementing Classes:
EnumerationCharacter, RealNumberCharacter

public interface Character

A character à la Delta.


Method Summary
 java.lang.String getName()
           
 java.lang.Class getType()
           
 java.lang.String getURI()
           
 Criterion makeCriterion(java.lang.String spec)
          A factory for a Criterion (i.e. a value) of the type associated to the Character
 

Method Detail

makeCriterion

public Criterion makeCriterion(java.lang.String spec)
A factory for a Criterion (i.e. a value) of the type associated to the Character

getType

public java.lang.Class getType()
Returns:
the base type, a simple type: Int, Double, String. Currently unused, but probably useful for introspection purposes.

getName

public java.lang.String getName()

getURI

public java.lang.String getURI()